RedemptionInput
This content is not available in your language yet.
Defined in: types/domain.ts:252
Inputs accepted by simulateRedemption.
unitsToRedeem defaults to full redemption (units) when omitted. irsRate
is forwarded to the embedded simulate call so the schedule uses the
same withholding assumptions as caller-defined what-if scenarios.
Properties
Seção intitulada “Properties”irsRate?
Seção intitulada “irsRate?”readonly optional irsRate?: number;Defined in: types/domain.ts:258
redemptionDate
Seção intitulada “redemptionDate”readonly redemptionDate: string;Defined in: types/domain.ts:256
readonly series: SeriesCode;Defined in: types/domain.ts:253
subscriptionDate
Seção intitulada “subscriptionDate”readonly subscriptionDate: string;Defined in: types/domain.ts:254
readonly units: number;Defined in: types/domain.ts:255
unitsToRedeem?
Seção intitulada “unitsToRedeem?”readonly optional unitsToRedeem?: number;Defined in: types/domain.ts:257