loan-status¶
iati-activities/iati-activity/crs-add/loan-status
This is the reference page for the XML element loan-status
.
Definition¶
The status of loan and interest repayments for the most recently reported financial year
Rules¶
This element must occur no more than once (within each parent element).
Attributes¶
- @year
CRS Reporting Year (CRS++ Column 1)
This attribute is required.
This value must be of type xsd:decimal.
- @currency
A three letter ISO 4217 code for the original currency of the amount. This is required for all currency amounts unless the iati-organisation/@default-currency attribute is specified.
This value must be of type xsd:string.
This value must be on the Currency codelist.
- @value-date
The date to be used for determining the exchange rate for currency conversions.
This attribute is required.
This value must be of type xsd:date.
Example Usage¶
Example usage of loan-status
in context of crs-add
element.
@year
as 2014.@iso-date
attribute.@currency
attribute.Currency
code should only be declared if different to @default-currency
in the iati-activity
element. <crs-add>
<other-flags 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-status year="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>
<channel-code>21039</channel-code>
</crs-add>