calcDefermentSchedule
calcDefermentSchedule
Path Parameters
contractId int64 required
contractId
Query Parameters
defermentAmountDistributionType string required
Possible values: [EQUAL_PARTS_ALL_TRANCHES
, EQUAL_PARTS_NON_LGOT_TRANCHES
, FIRST_TRANCHE
, LAST_TRANCHE
]
defermentAmountDistributionType
defermentDate date required
defermentDate
defermentTranchesQty int32 required
defermentTranchesQty
defermentType string required
Possible values: [CREDIT_HOLIDAYS
, PRINCIPAL_DEFERMENT
, PRINCIPAL_DEFERMENT_WITH_CAPITALIZATION
, PRINCIPAL_DEFERMENT_WITH_DIFFERENT_RATE
, PRINCIPAL_DEFERMENT_WITH_DIFFERENT_RATE_AND_INTEREST_TRANSFER
, PRINCIPAL_DEFERMENT_WITH_INTEREST_TRANSFER
, PROLONGATION_DEFERMENT
]
defermentType
differentIntRate double
differentIntRate
prolongationTranchesQty int32 required
prolongationTranchesQty
Responses
- 200
- 201
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
defInterest double
eachRepaymentFee double
eachRepaymentFeeByType object[]
amount double
amountType int64
feeId int64
id int64
interest double
issueDate date
lgot boolean
penalty double
principal double
repaymentDate date
rest double
[
{
"defInterest": 0,
"eachRepaymentFee": 0,
"eachRepaymentFeeByType": [
{
"amount": 0,
"amountType": 0,
"feeId": 0
}
],
"id": 0,
"interest": 0,
"issueDate": "2024-11-20",
"lgot": true,
"penalty": 0,
"principal": 0,
"repaymentDate": "2024-11-20",
"rest": 0
}
]
Created
Unauthorized
Forbidden
Not Found
Loading...