fixparser
Version:
FIX.Latest / 5.0 SP2 Parser
14 lines (13 loc) • 432 B
TypeScript
/**
* Protection term event qualifier. Used to further qualify ProtectionTermEventType(40192).
* - Tag: 40200
* - FIX Specification type: char
* - Mapped type: string
* @readonly
* @public
*/
export declare const ProtectionTermEventQualifier: Readonly<{
readonly RestructuringMultipleHoldingObligations: 'H';
readonly RestructuringMultipleCreditEventNotices: 'E';
readonly FloatingRateInterestShortfall: 'C';
}>;