Creditarrangement
Represents a credit arrangement.
The maximum credit amount the client can be exposed to.
The date when the credit arrangement was approved.
2016-09-06T13:37:50+03:00The available amount of the credit arrangement.
The date when the credit arrangement was closed.
2016-09-06T13:37:50+03:00The consumed amount of the credit arrangement, which is calculated as the difference between the amount and available amount.
The date when the credit arrangement was created.
2016-09-06T13:37:50+03:00currency object
Represents a currency eg. USD, EUR.
Fiat(ISO-4217) currency code or NON_FIAT for non fiat currencies.
Possible values: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYR, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LTL, LVL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRO, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SLE, SOS, SRD, STD, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VEF, VES, VND, VUV, WST, XAG, XAU, XAF, XBA, XBB, XBC, XBD, XCD, XCG, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZIG, ZWG, ZMK, ZWL, ZMW, SSP, NON_FIAT]
Currency code for NON_FIAT currency.
The encoded key of the credit arrangement, it is auto generated, and unique.
The date when the credit arrangement expires.
2016-09-06T13:37:50+03:00The type of exposure limit calculation method used for the credit arrangement.
Possible values: [APPROVED_AMOUNT, OUTSTANDING_AMOUNT]
The encoded key of the credit arrangement holder (individual client or group).
Indicated the account holder type.
Possible values: [CLIENT, GROUP]
The ID of credit arrangement, can be generated and customized, and must be unique.
The last date when the credit arrangement was modified.
2016-09-06T13:37:50+03:00The notes or description of the credit arrangement.
The start date from which the credit arrangement became active.
2016-09-06T13:37:50+03:00The state of the credit arrangement.
Possible values: [PENDING_APPROVAL, APPROVED, ACTIVE, CLOSED, WITHDRAWN, REJECTED]
The substate of credit arrangement.
Possible values: [PENDING_APPROVAL, APPROVED, ACTIVE, CLOSED, WITHDRAWN, REJECTED]
{
"amount": 0,
"approvedDate": "2016-09-06T13:37:50+03:00",
"availableCreditAmount": 0,
"closedDate": "2016-09-06T13:37:50+03:00",
"consumedCreditAmount": 0,
"creationDate": "2016-09-06T13:37:50+03:00",
"currency": {
"code": "AED",
"currencyCode": "string"
},
"encodedKey": "string",
"expireDate": "2016-09-06T13:37:50+03:00",
"exposureLimitType": "APPROVED_AMOUNT",
"holderKey": "string",
"holderType": "CLIENT",
"id": "string",
"lastModifiedDate": "2016-09-06T13:37:50+03:00",
"notes": "string",
"startDate": "2016-09-06T13:37:50+03:00",
"state": "PENDING_APPROVAL",
"subState": "PENDING_APPROVAL"
}