open-broker / specification

3 stars 10 forks source link

Consider adding information about existing loans #5

Closed williamhogman closed 6 years ago

williamhogman commented 6 years ago

Some providers just want fields like ExistingStudentLoanAmount CurrentMonthlyCosts

Proposals: List of categorised objects


  { type: "CreditCard", amount: 123 }
]```
zinob commented 6 years ago

Generally swedish providers does not seem to request data about unsecured loans. If anything they ask for info on the total amount of unsecured loans and the amount to refinance. Questions about mortages are common but not realy requests for info on student loans.

zinob commented 6 years ago

I cant really see any drawbacks to this solution. Then we just have to figure out what fields we need and what types are applicable. Transmitting other banks APR in plain-text might be sensitive (or maybe not?). My propposal is amount: number montly_payment: number type: enum: CHECK_CREDIT, CAR_LOAN, UNSECURED_LOAN, CREDIT_CARD, MORTGAGE, OTHER @williamhogman

williamhogman commented 6 years ago

Yes agreed APR should not be transfered.

williamhogman commented 6 years ago

One of our providers want the current student loan amount

zinob commented 6 years ago

Right i was thinking about that one but forgot to add it to the enum

zinob commented 6 years ago

Should the loans be tagged if the end-user wants them refinanced? And should they have some kind of ID if the loan provider want to reference them later, ie to request that the bank is warranted to redeem them on behalf of the customer?

williamhogman commented 6 years ago

Probably yes...

williamhogman commented 6 years ago

Lets skip IDs for the loans themselves, but a refinance flag would be useful

williamhogman commented 6 years ago

30