{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/project_finance/exit_event.schema.json","title":"exit_event","type":"object","properties":{"event_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"model_run_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"profile_slug":{"type":"string","x-pg-type":"text"},"event_date":{"type":"string","format":"date","x-pg-type":"date"},"event_type":{"type":"string","x-pg-type":"text"},"holder_class":{"type":"string","x-pg-type":"text"},"gross_proceeds_inr":{"type":"number","x-pg-type":"numeric"},"tax_withheld_inr":{"type":"number","x-pg-type":"numeric"},"net_proceeds_inr":{"type":"number","x-pg-type":"numeric"},"cap_table_share_before":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"numeric"},"cap_table_share_after":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"numeric"},"sebi_open_offer_required":{"type":"boolean","x-pg-type":"bool"},"fema_assured_return_risk":{"type":"boolean","x-pg-type":"bool"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"created_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"}},"x-table-schema":"public","required":["model_run_id","profile_slug","event_date","event_type","holder_class","gross_proceeds_inr","net_proceeds_inr"],"x-primary-key":["event_id"],"x-foreign-keys":[{"column":"model_run_id","references_table":"proforma_model_run","references_column":"model_run_id","constraint":"exit_event_model_run_id_fkey"}]}