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:
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user