UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

17 lines (16 loc) 390 B
/** * The relationship between Registration parties. * - Tag: 517 * - FIX Specification type: char * - Mapped type: string * @readonly * @public */ export declare const OwnershipType: Readonly<{ /** Joint Investors */ readonly JointInvestors: 'J'; /** Tenants in Common */ readonly TenantsInCommon: 'T'; /** Joint Trustees */ readonly JointTrustees: '2'; }>;