You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Specifies the external commercial reference type code in the format of a character string with a maximum length of 4 characters. The list of valid codes is an external code list published separately.
* ISO20022 External Code
* Original name: ExternalUnderlyingTradeTransactionType1Code
*/
export enum UnderlyingTradeTransactionType {
/** Underlying transaction is a contract. */
CONT = "CONT",
/** Underlying transaction is a delivery order. */
DELV = "DELV",
/** Underlying transaction is a proforma invoice. */
PROF = "PROF",
/** Underlying transaction is a project. */
PROJ = "PROJ",
/** Underlying transaction is a purchase order. */