Feature/set asset profile as benchmark (#2002)
* Set asset profile as benchmark * Update changelog Co-authored-by: Arghya Ghosh <arghyag5@gmail.com>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export interface BenchmarkProperty {
|
||||
symbolProfileId: string;
|
||||
}
|
@@ -8,6 +8,7 @@ import {
|
||||
AdminMarketDataItem
|
||||
} from './admin-market-data.interface';
|
||||
import { BenchmarkMarketDataDetails } from './benchmark-market-data-details.interface';
|
||||
import { BenchmarkProperty } from './benchmark-property.interface';
|
||||
import { Benchmark } from './benchmark.interface';
|
||||
import { Coupon } from './coupon.interface';
|
||||
import { DataProviderInfo } from './data-provider-info.interface';
|
||||
@@ -54,6 +55,7 @@ export {
|
||||
AdminMarketDataItem,
|
||||
Benchmark,
|
||||
BenchmarkMarketDataDetails,
|
||||
BenchmarkProperty,
|
||||
BenchmarkResponse,
|
||||
Coupon,
|
||||
DataProviderInfo,
|
||||
|
Reference in New Issue
Block a user