Generate pool report
post
/simulation/generatePoolReport
This endpoint is used to generate pool benefit report along with log summary.
Request
Supported Media Types
- application/json
- application/xml
Request Body that contains data required for creating pool simulation report
Nested Schema : PoolBenefitReportHeaderDTO
Type:
Show Source
object
-
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
-
customerName(optional):
string
-
fromDt(optional):
string
-
generatedBy(optional):
string
-
generatedOn(optional):
string
-
headerAccount(optional):
string
-
headerCcy(optional):
string
-
interestMethod(optional):
string
-
reallocationMethod(optional):
string
-
simulationId(optional):
string
-
structureDesc(optional):
string
-
structureId(optional):
string
Pattern:
[A-Z0-9]{1,30}
-
structureType(optional):
string
-
thresholdAmount(optional):
number
-
thresholdCurrency(optional):
string
-
toDt(optional):
string
Nested Schema : PoolBenefitReportBodyDTO
Type:
Show Source
object
-
accountDesc(optional):
string
-
accountNo(optional):
string
-
baseInterestRate(optional):
number
-
branch(optional):
string
-
branchDesc(optional):
string
-
ccy(optional):
string
-
enhancementInterestRate(optional):
number
-
headerCcy(optional):
string
-
nominatedInterestRate(optional):
number
-
postPoolIntAccCcy(optional):
number
-
postPoolIntHeaderCcy(optional):
number
- premiumInterestRate(optional): number
-
prePoolIntAccCcy(optional):
number
-
prePoolIntHeaderCcy(optional):
number
Nested Schema : CurrencyRateDTO
Type:
Show Source
object
-
currency(optional):
string
Maximum Length:
3
-
enhancementRate(optional):
number
-
fromAmount(optional):
number
-
id(optional):
string
Maximum Length:
36
-
rateType(optional):
string
Maximum Length:
50
-
structureMasterId(optional):
string
Maximum Length:
36
-
toAmount(optional):
number
Nested Schema : CurrencyThresholdDTO
Type:
Show Source
object
-
currency(optional):
string
Maximum Length:
3
-
threshold(optional):
number
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure
Headers
Root Schema : PoolSimulateReportDTOCollection
Type:
object
Collection of report output.
Show Source
-
data(optional):
object ReportResponse
Report Response
-
messages(optional):
object ResponseDto
Nested Schema : ReportResponse
Type:
object
Report Response
Show Source
-
documentId(optional):
string
Document Id for the document
-
documentInbase64(optional):
string
Document in Base64
-
reportContentType(optional):
string
Report Content Type for the document
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error