/*
***************************************************************
* 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
}
