{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceFinancingRequestDocument",
	"title": "UneceFinancingRequestDocument",
	"description": "The set of characteristics shared by all individual transactions grouped for this financing request document.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "FinancingRequestDocument",
			"description": "JSON-LD Type."
		},
		"additionalInformationIncludedNote": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceNote"
			},
			"description": "An additional information note included for this financing request document."
		},
		"agreementInformation": {
			"type": "string",
			"description": "Agreement information, expressed as text, in this financing request document, such as a collection mandate."
		},
		"authorization": {
			"type": "string",
			"description": "An authorization, expressed as text, for this financing request document."
		},
		"cancellationReason": {
			"type": "string",
			"description": "A cancellation reason, expressed as text, in this financing request document."
		},
		"contractualClause": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceClause"
			},
			"description": "A contractual document clause specified for this financing request document."
		},
		"copyIndicator": {
			"type": "boolean",
			"description": "The indication of whether or not this financing request document is a copy rather than an original."
		},
		"creationDateTime": {
			"type": "string",
			"description": "The date, time, date time or other date time value for the creation of this financing request document.",
			"format": "date-time"
		},
		"financingRequestDocumentCurrencyCode": {
			"$ref": "https://schema.twindev.org/unece/UneceCurrencyCodeList",
			"description": "The code specifying the currency in this financing request document."
		},
		"firstAgentSpecifiedFinancialInstitution": {
			"$ref": "https://schema.twindev.org/unece/UneceCreditorFinancialInstitution",
			"description": "The creditor financial institution specified as the first agent in this financing request document."
		},
		"groupId": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "The group identifier in this financing request document."
		},
		"groupedTransactionSpecifiedQuantity": {
			"$ref": "https://schema.twindev.org/unece/UneceQuantityType",
			"description": "The number of grouped transactions specified in this financing request document."
		},
		"groupedTransactionTotalAmount": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceAmountType"
			},
			"description": "A total monetary value of grouped transactions in this financing request document."
		},
		"intermediarySpecifiedFinancialInstitution": {
			"$ref": "https://schema.twindev.org/unece/UneceCreditorFinancialInstitution",
			"description": "The creditor financial institution specified as the intermediary in this financing request document."
		},
		"specifiedCancellationStatus": {
			"type": "array",
			"items": {
				"$ref": "https://schema.twindev.org/unece/UneceCancellationStatus"
			},
			"description": "A status of a cancellation specified for this financing request document, such as accepted."
		},
		"specifiedRequestingParty": {
			"$ref": "https://schema.twindev.org/unece/UneceRequestingParty",
			"description": "The requesting party specified in this financing request document."
		},
		"specifiedValidationStatus": {
			"$ref": "https://schema.twindev.org/unece/UneceValidationStatus",
			"description": "The status of the validation specified for this financing request document, such as error."
		}
	},
	"required": ["type"]
}
