swissfintechinnovations / ca-mortgage

Common API for Mortgages
Apache License 2.0
0 stars 1 forks source link

Assets and UsedAssets #97

Closed simonbbaumgartner closed 1 year ago

simonbbaumgartner commented 1 year ago

How do you differentiate between asset and used asset? Answer: if the applicant has cash CHF 200'000 and thereof he uses CHF 150'000 for financing the property as "Eigenmittel". do you enter CHF 200'000 in the "assets" in "financialSituation" as "assetType" cash and CHF 150'000 in the "usedAsset" in "FinancingRequest" as "assetType" cash and "assetUsageType" withdraw?

Proposed description in "assets" in the object "financial Situation": 'Array of all assets the applicant possesses, incl. the assets which will be used for the financial request.'

Proposed description in "usedAssets" in the object "Financing Request": 'Array of all assets which will be used for the financial request. At least, all of these used assets must also be recorded in the array of assets in the financial situation of one applicant.'

rolfwagner commented 1 year ago

@olegkovalov : are the proposed "explanations" correct from a MP point of view?