{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceAppliedAllowanceCharge",
	"title": "UneceAppliedAllowanceCharge",
	"description": "The applied allowance or charge component of pricing.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "AppliedAllowanceCharge",
			"description": "JSON-LD Type."
		},
		"actualAmount": {
			"$ref": "https://schema.twindev.org/unece/UneceAmountType",
			"description": "The actual monetary value of the applied allowance charge."
		},
		"appliedAllowanceChargeReasonCode": {
			"type": "string",
			"description": "The code specifying the reason for this applied allowance charge."
		},
		"basisAmount": {
			"$ref": "https://schema.twindev.org/unece/UneceAmountType",
			"description": "The monetary value that is the basis on which the applied allowance charge is calculated."
		},
		"calculationPercent": {
			"type": "string",
			"description": "The percentage used to calculate the applied allowance charge."
		},
		"categoryAppliedTax": {
			"$ref": "https://schema.twindev.org/unece/UneceAppliedTax",
			"description": "The applied tax category of this applied allowance charge."
		},
		"chargeIndicator": {
			"type": "boolean",
			"description": "The indication of whether or not the applied allowance charge is a charge."
		},
		"description": {
			"type": "string",
			"description": "The textual description of the applied allowance charge."
		}
	},
	"required": ["type", "chargeIndicator"]
}
