UNPKG

jspurefix

Version:
9 lines (8 loc) 313 B
export interface IYieldData { YieldType?: string// [1] 235 (String) Yield?: number// [1] 236 (Float) YieldCalcDate?: Date// [1] 701 (LocalDate) YieldRedemptionDate?: Date// [1] 696 (LocalDate) YieldRedemptionPrice?: number// [1] 697 (Float) YieldRedemptionPriceType?: number// [1] 698 (Int) }