swissfintechinnovations / ca-mortgage

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

Assets and UsedAssets #47

Closed simonbbaumgartner closed 2 years ago

simonbbaumgartner commented 2 years ago

How do you differentiate between asset and used asset?

e.g. 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?

If so, this makes sense. For new participants in the Common API community, this should be documented somewhere.

Adi-Moneypark commented 2 years ago

I can say it worked for CS.

simonbbaumgartner commented 2 years ago

good setup. thank you

simonbbaumgartner commented 2 years ago

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.'