Skip to content

This project provides the data of the 2024 Austrian Federal Budget as released by the Federal Ministry of Finance. The data can be downloaded on the Open Data website operated by the ministry - https://www.data.gv.at/katalog/dataset/bundesbudget-verzeichnis-veranschlagter-konten-2024

License

Notifications You must be signed in to change notification settings

dcupl-demos/AT-federalbudget2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dcupl-demos/AT-federalbudget2024

Austrian federal budget data 2024, including 62349 data records, published by the BMF, Bundesministerium für Finanzen (Federal Ministry of Finance)
Download: Bundesbudget – Verzeichnis veranschlagter Konten 2024

Demo project for dcupl, Rapid Development Platform for Data-Intensive Web Applications.


@dcupl/cli
dcupl CLI dcupl CLI

@dcupl/core
dcupl CLI dcupl Core

GitHub


Austrian Federal Budget 2024

This project provides the data of the 2024 Austrian Federal Budget as released by the Federal Ministry of Finance. The data can be downloaded on the Open Data website operated by the ministry - https://www.data.gv.at/katalog/dataset/bundesbudget-verzeichnis-veranschlagter-konten-2024

Using dcupl, you can explore the allocation of financial resources across various government sectors. This project aims to provide actionable insights into the budget prioritization processes in Austria for 2024. Additionally, it serves as an introduction to the features of the dcupl Console. On one hand, this project highlights the capabilities of the dcupl platform; on the other, it establishes a foundation for potential applications that could be developed using the budget data and the dcupl SDK.

Data Source

The data utilized in this analysis comes from the Austrian Federal Ministry of Finance, detailing the planned federal budget for the year 2024. The lists of budgeted accounts are detailed documents relating to the federal budget, which present the profit and financing estimate at account level.

The project uses the /dcupl/data/Bund_Verzeichnis_veranschlagter_Konten_2024_mit_PA_und_GF.csv, which lists all budgeted accounts (with personnel offices and cash flow).

In addition, two more CSV data sources have been created:

These data sources have been developed to enhance the readability and accessibility of the data.

Models & Transformers

The following models were auto-generated in the initial phase and subsequently enhanced. Aggregates, references, and meta descriptions have been defined. Additionally, the project includes a transformer.

Models

/dcupl/models/budget.dcupl.json Model Budget: This model incorporates the original properties from the BMF data, references to scope (Aufgabenbereich) and subdivision (Untergliederung), and introduces a new property "Differenz," created by the "difference transformer".

Three sections were created for this model, which group the data at the level of scopes (Aufgabenbereiche), subdivisions (Untergliederungen) and accounts (Konten) and form aggregates for the properties "BVA 2024", "BVA 2023", "Erfolg 2022" and "Differenz".

/dcupl/models/scope.dcupl.json Model Scope: A self-generated model that includes all scopes (Aufgabenbereiche).

/dcupl/models/subdivision.dcupl.json Model Subdivision: A self-generated model that encompasses all subdivisions (Untergliederungen).

Transformers

/dcupl/transformers/difference.transformer.js This transformer generates a new property "Differenz" by calculating the difference between BVA 2024 and BVA 2023.

Ideas for Apps

  • Interactive Visualizations: Utilize dcupl to interact with the budget data through dynamic charts and graphs, allowing users to drill down into specific categories of spending and revenue.
  • Predictive Analysis: Implement predictive models to forecast future budget trends based on historical data and projected economic conditions.
  • Budget Allocation Review: Analyze how budget allocations align with national priorities and economic goals, providing a critical review of spending efficiency.
  • Comparative Analysis: Compare the 2024 budget with previous years to assess changes in financial focus and policy direction.

How to dcupl

This Project was generated using the @dcupl/cli. More informations can be found at https://dcupl.com

1) Setup

npm install

2) Connect your local project with the dcupl console

  • Go to https://console.dcupl.com and create your free account.
  • Set your projectId in the dcupl.config.json
  • Set your apiKey in the dcupl.secrets.json
  • Push your local workspace to the console using the CLI dcupl files:push --name my-first-push

3) Start your development server

npm run serve

4) View your data in the console

View your data in the Data Explorer Tab in the console (you may need reload your browser)

About

This project provides the data of the 2024 Austrian Federal Budget as released by the Federal Ministry of Finance. The data can be downloaded on the Open Data website operated by the ministry - https://www.data.gv.at/katalog/dataset/bundesbudget-verzeichnis-veranschlagter-konten-2024

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published