Skip to content

SourceOfCash

Source where funds have come from for the payment. The value of this property must be equal to one of the known values.

Both SourceOfCash and its sub-values are "soft" fields. For more information, see Soft fields.

  • Is optional
  • Type: string

Known values

ValueDescription
ALMYAlimony
CASHCashProceeds
COMPCompensation
EMINEmployeeIncome
GIFTGift
INHEInheritance
INLQInsurancePremiumLiquidation
PACAPaidUpCapital
REDMRedemption
REPYRetirementPolicy
RESTRealEstateSale
RETARetainedEarnings
SALESaleOfGoods
SEAQSaleAquisitionCorporation
SELFSelfEmploymentIncome
SVGSSavings
WINSWinnings

JSON schema extract

"SourceOfCash": {
    "type": "string",
    "description": "Source where funds have come from for the payment.",
    "enum": [
        "ALMY",
        "CASH",
        "COMP",
        "EMIN",
        "GIFT",
        "INHE",
        "INLQ",
        "PACA",
        "REDM",
        "REPY",
        "REST",
        "RETA",
        "SALE",
        "SEAQ",
        "SELF",
        "SVGS",
        "WINS"
    ]
}