budget¶
iati-activities/iati-activity/budget
This is the reference page for the XML element budget
.
Definition¶
The value of the activity’s budget for each financial quarter or year over the lifetime of the activity. The purpose of this element is to provide predictability for recipient planning on an annual basis. The status explains whether the budget being reported is indicative or has been formally committed. The value should appear within the BudgetStatus codelist. If the @status attribute is not present, the budget is assumed to be indicative. The sum of budgets may or may not match the sum of commitments, depending on a publisher’s business model and legal frameworks.
Rules¶
This element may occur any number of times.
Attributes¶
- @type
Whether this is the original budget (prepared when the original commitment was made) or has subsequently been revised
This value must be of type xsd:string.
This value must be on the BudgetType codelist.
- @status
The status explains whether the budget being reported is indicative or has been formally committed. The value should appear within the BudgetStatus codelist. If the @status attribute is not present, the budget is assumed to be indicative.
This value must be of type xsd:string.
This value must be on the BudgetStatus codelist.
Example Usage¶
Example budget
for an iati-activity
.
@type
attribute declares a valid code (1) from the BudgetType codelist.@status
attribute declares a valid code (1) from the BudgetStatus codelist.<budget type="1" status="1">
...
</budget>
<budget type="1" status="1">
<period-start iso-date="2014-01-01" />
<period-end iso-date="2014-12-31" />
<value currency="EUR" value-date="2014-01-01">3000</value>
</budget>
budget
element can be repeated in any iati-activity
.