Mortgage Products and Conditions
Get the general conditions for the specified mortgage product
The standard financial conditions for the product.
get/mortgages/products/{productId}/conditions
Path parameters
productIdstring uuid required
Uuid of the product.
Example:4bf92636-14a0-4511-98e2-acfde576e644
A product's uuid v4.
Query parameters
limitinteger
Example:25
Optional parameter for pagination. Maximum number of entries to be returned.
intereststring
The interest (for filtering).
Headers
X-CorAPI-Client-IDstring required
ID of the client forwarded to the provider.
X-Correlation-IDstring required
Unique ID (defined by the caller) which will be reflected back in the response.
User-Agentstring required
Name and version of the of the Client software.
Response
List of conditions related to a specific mortgage product.
Example response
{
"conditionList": [
{
"amortization": 1000,
"amountRange": {
"currency": "CHF",
"maxContent": "5000000",
"minContent": "1000000"
},
"conditionId": "ef737eb0-c0a7-4f44-bdeb-32ba9bd99327",
"duration": 5,
"interest": {
"currentRate": 0.5,
"base": 0.5
},
"maturityDate": "2018-04-13",
"productIdRef": "0b34cd1b-32a5-4bb7-bcc5-bf81f8f8aaf1",
"amortizations": {
"amortizationAccountNr": "IE12BOFI90000112345678",
"amortizationAmount": {
"content": "235.45",
"currency": "CHF"
},
"amortizationPeriodicity": "quarterly",
"amortizationStart": "2018-04-13",
"amortizationType": "direct"
}
}
]
}