{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceFinancingSummaryDocument",
	"title": "UneceFinancingSummaryDocument",
	"description": "A collection of financing related data that provides an overview of key points.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "FinancingSummaryDocument",
			"description": "JSON-LD Type."
		},
		"acceptedTransactionOriginalTotalAmount": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceAmountType"
			},
			"description": "An original total monetary value of accepted transactions in this financing summary document."
		},
		"financedAppliedRatePercent": {
			"type": "string",
			"description": "The financed applied rate, expressed as a percentage, in this financing summary document."
		},
		"financedTotalAmount": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceAmountType"
			},
			"description": "A financed total monetary value in this financing summary document."
		},
		"financedTransactionSpecifiedQuantity": {
			"$ref": "https://schema.twindev.org/unece/UneceQuantityType",
			"description": "The number of financed transactions specified in this financing summary document."
		},
		"lineOfCreditSpecifiedFinancialAccount": {
			"$ref": "https://schema.twindev.org/unece/UneceFinancingFinancialAccount",
			"description": "The financing financial account, used for managing the line of credit, specified for this financing summary document."
		},
		"relatedBooking": {
			"$ref": "https://schema.twindev.org/unece/UneceBooking",
			"description": "The financial booking related to this financing summary document."
		},
		"specifiedCreditorFinancialAccount": {
			"$ref": "https://schema.twindev.org/unece/UneceCreditorFinancialAccount",
			"description": "The creditor financial account, used for crediting, specified for this financing summary document."
		}
	},
	"required": ["type"]
}
