UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 405 B
/** * Specifies whether the PaymentScheduleStepRate(40847) or PaymentScheduleStepOffsetValue(40846) should be applied to the initial notional or the previous notional in order to calculate the notional step change amount. * tag: 40849 * @readonly * @enum {number} (int) */ export declare enum PaymentScheduleStepRelativeTo { /** Initial */ Initial = 0, /** Previous */ Previous = 1 }