PortfolioResult
Defined in: types/domain.ts:342
Result returned by simulatePortfolio.
Portfolio totals are built by summing cent-quantized cohort fields, so each
total* field reconciles byte-for-byte with the corresponding sum across
cohorts.
Properties
Seção intitulada “Properties”allMatured
Seção intitulada “allMatured”readonly allMatured: boolean;Defined in: types/domain.ts:351
anyMatured
Seção intitulada “anyMatured”readonly anyMatured: boolean;Defined in: types/domain.ts:352
asOfDate
Seção intitulada “asOfDate”readonly asOfDate: string;Defined in: types/domain.ts:343
bySeries
Seção intitulada “bySeries”readonly bySeries: readonly PortfolioSeriesBreakdown[];Defined in: types/domain.ts:353
cohorts
Seção intitulada “cohorts”readonly cohorts: readonly SimulateResult[];Defined in: types/domain.ts:354
totalAccruedGross
Seção intitulada “totalAccruedGross”readonly totalAccruedGross: string;Defined in: types/domain.ts:350
totalInterestGross
Seção intitulada “totalInterestGross”readonly totalInterestGross: string;Defined in: types/domain.ts:347
totalInterestNet
Seção intitulada “totalInterestNet”readonly totalInterestNet: string;Defined in: types/domain.ts:348
totalIrsWithheld
Seção intitulada “totalIrsWithheld”readonly totalIrsWithheld: string;Defined in: types/domain.ts:349
totalUnits
Seção intitulada “totalUnits”readonly totalUnits: number;Defined in: types/domain.ts:344
totalValueGross
Seção intitulada “totalValueGross”readonly totalValueGross: string;Defined in: types/domain.ts:345
totalValueNet
Seção intitulada “totalValueNet”readonly totalValueNet: string;Defined in: types/domain.ts:346