{"$schema":"https://json-schema.org/draft/2020-12/schema","title":"Rent Increase / Indexation Notification","description":"Notification of a rent increase (indexation or contractual escalator) from lessor to lessee. Country-agnostic. BE reference: annual indexation using the health index (indice santé, Loi-programme du 24.12.1993 art. 1 and Code civil art. 1728bis); FR: ILAT/ILC indices (Code de commerce art. L145-38); DE: Indexmietvertrag (BGB paragraph 557b).","type":"object","additionalProperties":false,"required":["lessor","lessee","premises_address","lease_reference","current_rent","new_rent","basis","calculation_detail","payment_instructions_unchanged","signatory"],"$defs":{"party":{"type":"object","additionalProperties":false,"required":["name","address"],"properties":{"name":{"type":"string"},"address":{"type":"string"}}},"rent_point":{"type":"object","additionalProperties":false,"required":["amount","currency","effective_from"],"properties":{"amount":{"type":"number","exclusiveMinimum":0},"currency":{"type":"string","minLength":3,"maxLength":3},"effective_from":{"type":"string","format":"date"}}}},"properties":{"lessor":{"$ref":"#/$defs/party"},"lessee":{"$ref":"#/$defs/party"},"premises_address":{"type":"string"},"lease_reference":{"type":"string"},"current_rent":{"$ref":"#/$defs/rent_point"},"new_rent":{"$ref":"#/$defs/rent_point"},"basis":{"type":"string","enum":["health_index_BE","cpi","contractual_escalator","other"]},"calculation_detail":{"type":"string"},"index_reference_current":{"type":"string"},"index_reference_base":{"type":"string"},"index_values":{"type":"object","additionalProperties":false,"required":["base_index","new_index"],"properties":{"base_index":{"type":"number","exclusiveMinimum":0},"new_index":{"type":"number","exclusiveMinimum":0}}},"payment_instructions_unchanged":{"type":"object","additionalProperties":false,"required":["unchanged"],"properties":{"unchanged":{"type":"boolean"},"new_instructions":{"type":"string"}}},"signatory":{"type":"object","additionalProperties":false,"required":["name","role","place","date"],"properties":{"name":{"type":"string"},"role":{"type":"string"},"place":{"type":"string"},"date":{"type":"string","format":"date"}}}}}