This version is DEPRECATED, v2.03 is the latest version
This version is DEPRECATED, v2.03 is the latest version
iati-activities/iati-activity/crs-add/loan-status
This is the reference page for the XML element loan-status
.
The status of loan and interest repayments for the most recently reported financial year
CRS Reporting Year (CRS++ Column 1)
This value must be of type xsd:decimal.
A three letter ISO 4217 code for the original currency of the amount. This is required for all currency amounts unless the iati-activity/@default-currency (or iati-organisation/@default-currency for an organisation file) attribute is specified.
Currency codes are listed at http://iatistandard.org/codelists/currency
This value must be of type xsd:string.
This value must be on the Currency codelist.
The date that this value was set (to allow historical currency conversion). The date must be in ISO 8601 format (YYYY-MM-DD).
This value must be of type xsd:date.
The loan-status
element acts as a container for other elements.
Example usage of loan-status
in context of crs-add
element.
Example declares year
as 2014.
A date in ISO 8601 format (YYYY-MM-DD) is required for value-date
date of the reporting period
:
The ISO 4217 code for the currency
in which the loan-status
is denominated should be declared using the Currency
codelist, but only if different to default-currency
in the iati-activity
element.
<crs-add>
<aidtype-flag code="1" significance="1" />
<loan-terms rate-1="4" rate-2="3">
<repayment-type code="1" />
<repayment-plan code="4" />
<commitment-date iso-date="2013-09-01"/>
<repayment-first-date iso-date="2014-01-01" />
<repayment-final-date iso-date="2020-12-31" />
</loan-terms>
<loan-statusyear="2014"currency="GBP"value-date="2013-05-24">
<interest-received>200000</interest-received>
<principal-outstanding>1500000</principal-outstanding>
<principal-arrears>0</principal-arrears>
<interest-arrears>0</interest-arrears>
</loan-status>
</crs-add>
New in 1.03
Added the optional crs-add
element and its child elements
Find the source of this documentation on github: