The availability period for CDC loans (Caisse des Dépôts et Consignations) in Fairways Debt indicates if the loan includes drawings and amortization: the principal is drawn over a period of time (multiple drawdown dates) and, if relevant, the principal is amortizing.
<cdcLoan>
<contract>
<partialDrawdown>
<endOfAvailabilityPeriod>...</endOfAvailabilityPeriod>
</partialDrawdown>
</contract>
</cdcLoan>
Tag |
Item |
Description |
---|---|---|
partialDrawdown |
Main |
The principal is drawn over a period of time (multiple drawdown dates) and, if relevant, the principal is amortizing. |
endOfAvailabilityPeriod |
Secondary |
Indicates the last date at which drawings can be made. |
To add an availability period to a CDC loan:
- Add the <partialDrawdown> tags in the <contract> tags of the CDC loan.
<cdcLoan>
<contract>
<partialDrawdown>
</partialDrawdown>
</contract>
</cdcLoan>
- Add the <endOfAvailabilityPeriod> tags in the <partialDrawdown> tags.
<cdcLoan>
<contract>
<partialDrawdown>
<endOfAvailabilityPeriod></endOfAvailabilityPeriod>
</partialDrawdown>
</contract>
</cdcLoan>
- Enter the date of the end of the availability period.
In this example, we enter 2028-10-01 as the end of the availability period.
<cdcLoan>
<contract>
<partialDrawdown>
<endOfAvailabilityPeriod>2028-10-01</endOfAvailabilityPeriod>
</partialDrawdown>
</contract>
</cdcLoan>
The availability period is added to the CDC loan.