You are viewing VERSION 1.04 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
You are viewing VERSION 1.04 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
iati-activities/iati-activity/crs-add/loan-terms/repayment-type
This is the reference page for the XML element repayment-type
.
Type of Repayment. 1 = equal principal payments (EPP); 2 = annuity; 3 = lump sum; 5 = other, Codes are listed at http://iatistandard.org/codelists/crs-repayment-type
Machine readable code for the entity being described. The value should be available on a related codelist.
This value must be of type xsd:string.
This value must be on the LoanRepaymentType codelist.
ISO 2 letter code specifying the language of text in this element.
This value should be on the Language codelist.
Example usage of repayment-type
within loan-terms
in context of crs-add
element.
A LoanRepaymentType
code 1 is declared:
<crs-add>
<aidtype-flag code="1" significance="1" />
<loan-terms rate-1="4" rate-2="3">
<repayment-typecode="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>
</crs-add>
New in 1.03
Added the optional crs-add
element and its child elements
Find the source of this documentation on github: