# Private-market fund commitments Commitments — capital pledged to a private-market fund — are owned by a `private-market-fund-commitment-based-instrument`. The initial commitment is set when the instrument is POSTed; subsequent adjustments are tracked as additional commitments. ## Endpoints GET /v3/instruments/:id/commitments List all commitments on the fund instrument given by `:id`. GET /v3/instruments/:id/commitments/:commitmentId Fetch one commitment. ## Path params id (required) — Instrument identifier (the fund). commitmentId (required) — Commitment identifier (only on the by-id endpoint). ## Attributes (`type: commitment`) date (string, ISO 8601) — Trade date of the commitment. commitmentAdjustment (number) — Signed change to the commitment, in fund currency. Positive increases, negative decreases.