diff --git a/CHANGELOG.md b/CHANGELOG.md index 094b896f9..6f3d7b1a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.component.ts b/apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.component.ts index 1848c5306..69c11ee70 100644 --- a/apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.component.ts +++ b/apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.component.ts @@ -93,6 +93,10 @@ export class ImportActivitiesDialog implements OnDestroy { { id: AssetClass.EQUITY, type: 'ASSET_CLASS' + }, + { + id: AssetClass.FIXED_INCOME, + type: 'ASSET_CLASS' } ], range: 'max'