Account types¶
Here is the complete list of the account types managed by the app:
- Asset
- Bank
- Capitalisation
- Cash
- Checkings
- ConsumerCredit
- CreditCard
- Credit Card
- Deposit
- Joint
- Liability
- LifeInsurance
- Loan
- Madelin
- Market
- Mortgage
- PEA
- PEE
- RevolvingCredit
- RSP
- Savings
- Other
- Unkown
- None
- Credit card
- Perco
- Perp
- Article83
Mapping¶
Some types are dynamically mapped to other types:
| Original type | Mapped type |
|---|---|
| `Article83` | `LongTermSavings` |
| `LifeInsurance` | |
| `Madelin` | |
| `Market` | |
| `Mortgage` | |
| `PEA` | |
| `PEE` | |
| `Perco` | |
| `Perp` | |
| `RSP` | |
| `Asset` | `Business` |
| `Capitalisation` | |
| `Liability` | |
| `Bank` | `Checkings` |
| `Cash` | |
| `Deposit` | |
| `ConsumerCredit` | `Loan` |
| `RevolvingCredit` | |
| `Credit card` | `CreditCard` |
| `None` | `Other` |
| `Unkown` |