@infosel-sdk/funds
Version:
SDK de Fondos para la plataforma de servicios financieros Infosel
10 lines (9 loc) • 357 B
TypeScript
export type FundsPortfolioDetailModel = {
readonly fundId?: null | number;
readonly issuer?: null | string;
readonly underlyingId?: null | number;
readonly underlyingAsset?: null | string;
readonly series?: null | string;
readonly underlyingHoldingAmount?: null | number;
readonly underlyingHoldingPercentage?: null | number;
};