UNPKG

jspurefix

Version:
10 lines (9 loc) 278 B
import { IMaturityRules } from './maturity_rules'; export interface IStrikeRules { StrikeRuleID?: string; StartStrikePxRange?: number; EndStrikePxRange?: number; StrikeIncrement?: number; StrikeExerciseStyle?: number; MaturityRules?: IMaturityRules[]; }