diff --git a/src/json/UnitSettings.schema.json b/src/json/UnitSettings.schema.json index 0520eeb..958b402 100644 --- a/src/json/UnitSettings.schema.json +++ b/src/json/UnitSettings.schema.json @@ -48,6 +48,11 @@ "title": "US Taxable Value Formula", "description": "JSONata expression for calculating the US taxable value" }, + "isImpactCashPayout": { + "type": "boolean", + "title": "Is Impact Cash Payout", + "description": "Whether this unit is fulfilled by Impact cash payout. false by default." + }, "translatableConfig": { "type": "object", "title": "Translatable Configuration",