export interface Holding { allocationInPercentage: number; name: string; valueInBaseCurrency?: number; }