UNPKG

@infosel-sdk/funds

Version:

SDK de Fondos para la plataforma de servicios financieros Infosel

8 lines (7 loc) 289 B
export type FundsPortfolioModel = { readonly underlyingId?: null | number; readonly underlyingAssetClass?: null | string; readonly underlyingHoldingPercentage?: null | number; readonly underlyingHoldingAmount?: null | number; readonly rebalanceDate?: null | string; };