{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "FundingReason",
"description": "The reason that an Account is being funded.",
"type": "string",
"enum": [
"CLIENT_FUNDING",
"ACCOUNT_TRANSFER",
"DIVISION_MIGRATION",
"SITE_MIGRATION",
"ADJUSTMENT"
]
}