Skip to content

levelofpurpose

List based on ISO20022 ExternalCategoryPurpose1Code List 27-Aug-2021. The value of this property must be equal to one of the known values.

Known values

ValueDescription
BONUBonus Payment
CASHCash Management Transfer
CBLKCard Bulk Clearing
CCRDCredit Card Payment
CORTTradeSettlementPayment
DCRDDebit Card Payment
DIVIDividend
DVPMDeliver Against Payment
EPAYEpayment
FCINFee Collection and Interest
FCOLFee Collection
GOVTGovernment Payment
GP2PPerson-to-Person Payment
HEDGHedging
ICCPIrrevocable Credit Card Payment
IDCPIrrevocable Debit Card Payment
INTCIntra Company Payment
INTEInterest
LBOXLockbox Transactions
LOANLoan
MP2BCommercial
MP2PConsumer
OTHROther Payment
PENSPension Payment
RPRERepresented
RRCTReimbursementReceivedCreditTransfer
RVPMReceive Against Payment
SALASalary Payment
SECUSecurities
SSBESocial Security Benefit
SUPPSupplier Payment
TAXSTax Payment
TRADTrade
TREATreasury Payment
VATXValue Added Tax Payment
WHLDWithHolding

JSON schema extract

"levelofpurpose": {
    "type": "string",
    "description": "List based on ISO20022 ExternalCategoryPurpose1Code List 29May2020",
    "enum": [
        "BONU",
        "CASH",
        "CBLK",
        "CCRD",
        "CORT",
        "DCRD",
        "DIVI",
        "DVPM",
        "EPAY",
        "FCIN",
        "FCOL",
        "GOVT",
        "GP2P",
        "HEDG",
        "ICCP",
        "IDCP",
        "INTC",
        "INTE",
        "LBOX",
        "LOAN",
        "MP2B",
        "MP2P",
        "OTHR",
        "PENS",
        "RPRE",
        "RRCT",
        "RVPM",
        "SALA",
        "SECU",
        "SSBE",
        "SUPP",
        "TAXS",
        "TRAD",
        "TREA",
        "VATX",
        "WHLD"
    ]
}