Feature/add support for fees on account level (#1954)

* Add migration

* Add business logic for fees

* Fix export for liabilities

* Update changelog
This commit is contained in:
Thomas Kaul
2023-09-17 18:20:54 +02:00
committed by GitHub
parent 1851ae137f
commit 7130ac7565
20 changed files with 1110 additions and 743 deletions

View File

@ -61,6 +61,18 @@
"dataSource": "YAHOO",
"date": "2021-09-15T22:00:00.000Z",
"symbol": "MSFT"
},
{
"accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0",
"comment": null,
"fee": 49,
"quantity": 0,
"type": "FEE",
"unitPrice": 0,
"currency": "USD",
"dataSource": "MANUAL",
"date": "2021-08-31T22:00:00.000Z",
"symbol": "Account Opening Fee"
}
]
}