UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 282 B
/** * For a variance swap specifies how PaymentStreamLinkStrikePrice(42673) is expressed. * tag: 42674 * @readonly * @enum {number} (int) */ export declare enum PaymentStreamLinkStrikePriceType { /** Volatility */ Volatility = 0, /** Variance */ Variance = 1 }