iati-activities/iati-activity/crs-add/loan-terms/commitment-date
This is the reference page for the XML element commitment-date
.
The CRS++ reported commitment date
This element must occur no more than once (within each parent element).
@iso-date
This attribute is required.
This value must be of type xsd:date.
Example usage of commitment-date
within loan-terms
in context of crs-add
element.
An example date is declared in the @value-date
attribute.
This example date format conform to the xsd:date standard - for most cases YYYY-MM-DD is sufficient.
<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-dateiso-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>
New in 1.03
Added the optional crs-add
element and its child elements
Find the source of this documentation on github: