Feature/support bonds in import dividend dialog (#3775)

* Support bonds

* Update changelog
pull/3768/head^2
Thomas Kaul 1 week ago committed by GitHub
parent d703088611
commit df9a0ec35a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added support for bonds in the import dividends dialog
- Added the current market price column to the historical market data table of the admin control
- Introduced filters (`dataSource` and `symbol`) in the accounts endpoint

@ -93,6 +93,10 @@ export class ImportActivitiesDialog implements OnDestroy {
{
id: AssetClass.EQUITY,
type: 'ASSET_CLASS'
},
{
id: AssetClass.FIXED_INCOME,
type: 'ASSET_CLASS'
}
],
range: 'max'

Loading…
Cancel
Save