RedemptionInput
This content is not available in your language yet.
Defined in: types/domain.ts:233
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:239
redemptionDate
Seção intitulada “redemptionDate”readonly redemptionDate: string;Defined in: types/domain.ts:237
readonly series: SeriesCode;Defined in: types/domain.ts:234
subscriptionDate
Seção intitulada “subscriptionDate”readonly subscriptionDate: string;Defined in: types/domain.ts:235
readonly units: number;Defined in: types/domain.ts:236
unitsToRedeem?
Seção intitulada “unitsToRedeem?”readonly optional unitsToRedeem?: number;Defined in: types/domain.ts:238