PortfolioResult
This content is not available in your language yet.
Defined in: types/domain.ts:361
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:370
anyMatured
Seção intitulada “anyMatured”readonly anyMatured: boolean;Defined in: types/domain.ts:371
asOfDate
Seção intitulada “asOfDate”readonly asOfDate: string;Defined in: types/domain.ts:362
bySeries
Seção intitulada “bySeries”readonly bySeries: readonly PortfolioSeriesBreakdown[];Defined in: types/domain.ts:372
cohorts
Seção intitulada “cohorts”readonly cohorts: readonly SimulateResult[];Defined in: types/domain.ts:373
totalAccruedGross
Seção intitulada “totalAccruedGross”readonly totalAccruedGross: string;Defined in: types/domain.ts:369
totalInterestGross
Seção intitulada “totalInterestGross”readonly totalInterestGross: string;Defined in: types/domain.ts:366
totalInterestNet
Seção intitulada “totalInterestNet”readonly totalInterestNet: string;Defined in: types/domain.ts:367
totalIrsWithheld
Seção intitulada “totalIrsWithheld”readonly totalIrsWithheld: string;Defined in: types/domain.ts:368
totalUnits
Seção intitulada “totalUnits”readonly totalUnits: number;Defined in: types/domain.ts:363
totalValueGross
Seção intitulada “totalValueGross”readonly totalValueGross: string;Defined in: types/domain.ts:364
totalValueNet
Seção intitulada “totalValueNet”readonly totalValueNet: string;Defined in: types/domain.ts:365