UNPKG

@sotatech/node-fixjs

Version:
15 lines (14 loc) 305 B
/** * The relationship between Registration parties. * tag: 517 * @readonly * @enum {string} (char) */ export declare enum OwnershipType { /** Joint Investors */ JointInvestors = "J", /** Tenants in Common */ TenantsInCommon = "T", /** Joint Trustees */ JointTrustees = "2" }