UNPKG

jspurefix

Version:
13 lines (12 loc) 504 B
/* *************************************************************** * The Stipulations component block is used in Fixed Income to * * provide additional information on a given security. These * * additional information are usually not considered static * * data information. * *************************************************************** */ export interface IStipulations { StipulationType?: string// 233 StipulationValue?: string// 234 }