@infosel-sdk/funds
Version:
SDK de Fondos para la plataforma de servicios financieros Infosel
23 lines (22 loc) • 709 B
TypeScript
export type FundProspectus = {
readonly fundId: number;
readonly series: string[];
readonly issuer: string;
readonly bussinesName: string;
readonly fundDateAuth: string;
readonly fundType: string;
readonly fundAssetClass: string;
readonly administrator: string;
readonly fundTerm: string;
readonly investmentRegime: string;
readonly liquidity: string;
readonly lockInPeriod: string;
readonly netAsset: number;
readonly assetsUnderManagement: number;
readonly fundHoldings: number;
readonly marketRating: string;
readonly creditRating: string;
readonly fundManager: string;
readonly active: number;
readonly closeTime: string;
};