{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/project_finance/financing_round_equity_terms.schema.json","title":"financing_round_equity_terms","type":"object","properties":{"revision_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"commitment_inr":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"numeric"},"pre_money_inr_cr":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"numeric"},"post_money_inr_cr":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"numeric"},"share_pct":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"numeric"},"ratchet_kind":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"ratchet_floor_pct":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"numeric"},"ratchet_ceiling_pct":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"numeric"},"anti_dilution_method":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"liquidation_preference":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"numeric"},"participation":{"anyOf":[{"type":"boolean"},{"type":"null"}],"x-pg-type":"bool"},"exit_excess_irr_hurdle_pct":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"numeric"},"exit_excess_moic_hurdle":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"numeric"},"exit_excess_promoter_share_pct":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"numeric"}},"x-table-schema":"public","required":["revision_id"],"x-primary-key":["revision_id"],"x-foreign-keys":[{"column":"revision_id","references_table":"financing_round_revision","references_column":"revision_id","constraint":"financing_round_equity_terms_revision_id_fkey"}]}