{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","description":"Investment term sheet — non-binding summary of the principal terms of a proposed equity or quasi-equity investment round, used to frame drafting of the SHA/SPA. Selected provisions (exclusivity, costs, confidentiality, law) are typically expressly binding.","required":["company","investors","pre_money_valuation","post_money_valuation","instrument","key_terms","closing_target","conditions_precedent","exclusivity_days","expenses_handling","binding_provisions","non_binding_disclaimer","signatories"],"additionalProperties":false,"properties":{"reference":{"type":"string"},"date":{"type":"string","format":"date"},"company":{"type":"object","required":["legal_name","address","registration_number"],"additionalProperties":false,"properties":{"legal_name":{"type":"string","minLength":1},"address":{"type":"string","minLength":1},"registration_number":{"type":"string","minLength":1},"website":{"type":"string"}}},"investors":{"type":"array","minItems":1,"items":{"type":"object","required":["name","type","proposed_investment","currency"],"additionalProperties":false,"properties":{"name":{"type":"string","minLength":1},"type":{"type":"string","enum":["vc_fund","angel","strategic","family_office","crowd","existing_shareholder","other"]},"proposed_investment":{"type":"number","exclusiveMinimum":0},"currency":{"type":"string"}}}},"pre_money_valuation":{"type":"number","exclusiveMinimum":0},"post_money_valuation":{"type":"number","exclusiveMinimum":0},"instrument":{"type":"string","enum":["equity_preferred","equity_common","convertible_note","safe"]},"key_terms":{"type":"object","required":["liquidation_preference","dividend","anti_dilution","board_composition","protective_provisions","pre_emption","drag_along","tag_along"],"additionalProperties":false,"properties":{"liquidation_preference":{"type":"string","minLength":1,"description":"E.g. '1x non-participating, pari passu across preferred', or the notation used in the LP tranche."},"dividend":{"type":"string","minLength":1},"anti_dilution":{"type":"string","minLength":1,"description":"E.g. 'Broad-based weighted-average', 'Full ratchet', 'None'."},"board_composition":{"type":"string","minLength":1},"protective_provisions":{"type":"array","minItems":1,"items":{"type":"string","minLength":1}},"pre_emption":{"type":"string","minLength":1},"drag_along":{"type":"string","minLength":1},"tag_along":{"type":"string","minLength":1}}},"closing_target":{"type":"string","format":"date"},"conditions_precedent":{"type":"array","minItems":1,"items":{"type":"string","minLength":1}},"exclusivity_days":{"type":"integer","minimum":0},"expenses_handling":{"type":"string","minLength":1,"description":"Typically each party bears own costs until signing, with the Company assuming investor legal costs on closing up to a cap."},"binding_provisions":{"type":"array","minItems":1,"items":{"type":"string","minLength":1}},"non_binding_disclaimer":{"type":"string","minLength":1},"signatories":{"type":"array","minItems":2,"items":{"type":"object","required":["entity","name","role"],"additionalProperties":false,"properties":{"entity":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"role":{"type":"string","minLength":1},"date":{"type":"string","format":"date"},"place":{"type":"string"}}}}}}