You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It concerns additional properties and the respective mortgages with a third party.
Currently, it is not possible to identify which mortgage is linked to which additional property, as they are stored under different levels.
The respective mortgage is stored under ApplicantDetail - financialSituation - liabilities and the additional property is stored under ApplicantDetail - financialSituation - additionalProperties
This is especially a problem if there are more than one additional property.
Therefor,e I would like to discuss possible solutions:
• implement an unique identifier to identify which mortgage is linked to the additional property
• remove the enum ‘mortgage’ from the Liability move it down to the additional property section
• keep the existing mortgage under liabilities and add an additional field under additionalProperties such as i.e. mortgageAmountAdditionalProperty
From our side (TKB) we would prefer the last solution.
The text was updated successfully, but these errors were encountered:
celinevananraad
changed the title
linking additional properties to the respective mortgage
Linking additional properties to the respective mortgage
Jan 18, 2024
It concerns additional properties and the respective mortgages with a third party.
Currently, it is not possible to identify which mortgage is linked to which additional property, as they are stored under different levels.
The respective mortgage is stored under ApplicantDetail - financialSituation - liabilities and the additional property is stored under ApplicantDetail - financialSituation - additionalProperties
This is especially a problem if there are more than one additional property.
Therefor,e I would like to discuss possible solutions:
• implement an unique identifier to identify which mortgage is linked to the additional property
• remove the enum ‘mortgage’ from the Liability move it down to the additional property section
• keep the existing mortgage under liabilities and add an additional field under additionalProperties such as i.e. mortgageAmountAdditionalProperty
From our side (TKB) we would prefer the last solution.
The text was updated successfully, but these errors were encountered: