{"$schema":"https://json-schema.org/draft/2020-12/schema","title":"Sublease Agreement","description":"Sublease from an existing tenant (head tenant) to a subtenant. Country-agnostic. Subject to the head lease's consent rules (e.g. BE Loi 30.04.1951 art. 10 on commercial-lease subletting; FR Code de commerce art. L145-31; DE BGB paragraph 540).","type":"object","additionalProperties":false,"required":["head_tenant","head_lessor","subtenant","head_lease_reference","premises","sub_term","sub_rent","head_lessor_consent","allocation_of_obligations","termination_provisions","signatures"],"$defs":{"party":{"type":"object","additionalProperties":false,"required":["name","address"],"properties":{"name":{"type":"string"},"address":{"type":"string"},"contact":{"type":"string"},"company_number":{"type":"string"}}}},"properties":{"head_tenant":{"$ref":"#/$defs/party"},"head_lessor":{"type":"object","additionalProperties":false,"required":["name","address"],"description":"Reference only; not a party to this sublease.","properties":{"name":{"type":"string"},"address":{"type":"string"}}},"subtenant":{"$ref":"#/$defs/party"},"head_lease_reference":{"type":"object","additionalProperties":false,"required":["date","ref"],"properties":{"date":{"type":"string","format":"date"},"ref":{"type":"string"}}},"premises":{"type":"object","additionalProperties":false,"required":["portion_leased_description","floor_area_sqm"],"properties":{"portion_leased_description":{"type":"string"},"floor_area_sqm":{"type":"number","exclusiveMinimum":0},"floor_plan_ref":{"type":"string"}}},"sub_term":{"type":"object","additionalProperties":false,"required":["start","end"],"description":"Must fit strictly inside the head lease term.","properties":{"start":{"type":"string","format":"date"},"end":{"type":"string","format":"date"}}},"sub_rent":{"type":"object","additionalProperties":false,"required":["amount_monthly","currency","payment_day"],"properties":{"amount_monthly":{"type":"number","exclusiveMinimum":0},"currency":{"type":"string","minLength":3,"maxLength":3},"payment_day":{"type":"integer","minimum":1,"maximum":31},"security_deposit":{"type":"number","minimum":0}}},"head_lessor_consent":{"type":"object","additionalProperties":false,"required":["obtained"],"properties":{"obtained":{"type":"boolean"},"date":{"type":"string","format":"date"},"consent_letter_reference":{"type":"string"}}},"allocation_of_obligations":{"type":"object","additionalProperties":false,"required":["utilities","maintenance","insurance"],"properties":{"utilities":{"type":"string"},"maintenance":{"type":"string"},"insurance":{"type":"string"}}},"termination_provisions":{"type":"string"},"signatures":{"type":"object","additionalProperties":false,"required":["place","date","head_tenant_signatory","subtenant_signatory"],"properties":{"place":{"type":"string"},"date":{"type":"string","format":"date"},"head_tenant_signatory":{"type":"string"},"subtenant_signatory":{"type":"string"}}}}}