{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","description":"Commercial settlement agreement — binding compromise that resolves a commercial dispute between two or more businesses, typically comprising mutual releases, an agreed settlement payment, and optional confidentiality and no-admission clauses. In civil-law systems this is a 'transaction' (Art. 2044 French Civil Code / Art. 1723 Belgian Civil Code new).","required":["parties","effective_date","dispute_summary","mutual_releases","settlement_payment","confidentiality_terms","no_admission_clause_boolean","governing_law","signatories"],"additionalProperties":false,"properties":{"reference":{"type":"string"},"parties":{"type":"array","minItems":2,"items":{"type":"object","required":["legal_name","address","representative_name"],"additionalProperties":false,"properties":{"legal_name":{"type":"string","minLength":1},"address":{"type":"string","minLength":1},"registration_number":{"type":"string"},"representative_name":{"type":"string","minLength":1},"representative_role":{"type":"string"}}}},"effective_date":{"type":"string","format":"date"},"dispute_summary":{"type":"string","minLength":1},"mutual_releases":{"type":"string","minLength":1},"settlement_payment":{"type":"object","required":["amount","currency","payer","payee","due_date","payment_mechanism"],"additionalProperties":false,"properties":{"amount":{"type":"number","exclusiveMinimum":0},"currency":{"type":"string"},"payer":{"type":"string","minLength":1},"payee":{"type":"string","minLength":1},"due_date":{"type":"string","format":"date"},"payment_mechanism":{"type":"string","minLength":1,"description":"IBAN, escrow account, reference, conditions."},"instalments_optional":{"type":"array","items":{"type":"object","required":["amount","due_date"],"additionalProperties":false,"properties":{"amount":{"type":"number","exclusiveMinimum":0},"due_date":{"type":"string","format":"date"}}}}}},"confidentiality_terms":{"type":"string","minLength":1},"no_admission_clause_boolean":{"type":"boolean"},"future_relationship_terms_optional":{"type":"string"},"governing_law":{"type":"string","minLength":1},"signatories":{"type":"array","minItems":2,"items":{"type":"object","required":["party_legal_name","name","role"],"additionalProperties":false,"properties":{"party_legal_name":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"role":{"type":"string","minLength":1},"date":{"type":"string","format":"date"},"place":{"type":"string"}}}}}}