{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UnecePaymentPenaltyTerms",
	"title": "UnecePaymentPenaltyTerms",
	"description": "Trade terms and conditions by which a penalty is or can be applied to a payable amount.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "PaymentPenaltyTerms",
			"description": "JSON-LD Type."
		},
		"actualPenaltyAmount": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceAmountType"
			},
			"description": "A monetary value of the actual penalty in these trade payment penalty terms."
		},
		"basisAmount": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceAmountType"
			},
			"description": "A monetary value used as a basis to calculate these trade payment penalty terms."
		},
		"basisDateTime": {
			"type": "string",
			"description": "The date, time, date time, or other date time value used as the basis to calculate these trade payment penalty terms.",
			"format": "date-time"
		},
		"basisPeriodMeasure": {
			"$ref": "https://schema.twindev.org/unece/UneceMeasureType",
			"description": "The measure of the period used as a basis to calculate these trade payment penalty terms."
		},
		"calculationPercent": {
			"type": "string",
			"description": "The percent applied to calculate these trade payment penalty terms."
		}
	},
	"required": ["type"]
}
