{{navigation>union}}
====== Ministries ======

The Ministries are departments of the [[Union]] government. Each Ministry is controlled by a [[Core Worlds|Core World]] and no Core World can control more than one Ministry. New Ministries can be created and old ones dissolved by law.

Currently, there are ministries of Commerce, Defence, Finance, Foreign Affairs and Justice. Together with the [[Union Chancellor]], they form the cabinet.


~~NODATA~~
{{section>Union Chancellor&firstseconly&noeditbtn&nofooter}}
{{section>Ministry of Commerce&firstseconly&noeditbtn&nofooter}}
{{section>Ministry of Defence&firstseconly&noeditbtn&nofooter}}
{{section>Ministry of Finance&firstseconly&noeditbtn&nofooter}}
{{section>Ministry of Foreign Affairs&firstseconly&noeditbtn&nofooter}}
{{section>Ministry of Justice&firstseconly&noeditbtn&nofooter}}
{{section>Supreme Court of the Union&firstseconly&noeditbtn&nofooter}}


===== Spendings per Ministry =====
The [[Union]]'s income comes from [[union tax law|taxes]] paid by its members. Taxes are spent by the ministries, and every minister receives a sum to spend on projects as he or she sees fit.

<table>
fields {
  ?ministry [ref]
  ?amount@sum
}
where {
  ?b is a: union_budget
  ?b Ministry: ?ministry
  ?b Amount: ?amount
}
consider {
  ?b
}
group {
  ?ministry
}
</table>

Total spendings:
<table>
fields {
  ?amount@sum: Total
}
where {
  ?b is a: union_budget
  ?b Amount: ?amount
}
consider {
  ?b
}
group {
}
</table>
