UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 287 B
/** * Specifies the yield calculation treatment for the index. * tag: 40796 * @readonly * @enum {number} (int) */ export declare enum PaymentStreamRateTreatment { /** Bond equivalent yield */ BondEquivalentYield = 0, /** Money market yield */ MoneyMarketYield = 1 }