Nyfed Repo Operations
nyfed_repo_operationsNY Fed Desk repo and reverse repo (ON RRP) operation RESULTS — the actual auctions the Desk ran, not a daily rate aggregate. Each operation: total submitted/accepted USD, counterparty counts, award rate(s), breakdown by security type (Treasury/Agency/MBS/SRF). No start_date/end_date -> today's operation(s) only (empty on weekends/holidays). With start_date/end_date -> a date-range search. Use for "today's ON RRP usage", "reverse repo take-up this week vs last", "who's using the SRF". Different from fred_get_series('RRPONTSYD') which only has the daily accepted total, no per-operation detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | No | Filter to overnight-only or term operations. | |
| limit | No | Max operations to return, newest first. Default 20, max 100. | |
| end_date | No | YYYY-MM-DD, inclusive. | |
| start_date | No | YYYY-MM-DD, inclusive. Triggers a date-range search instead of "latest". | |
| operation_type | No | repo = Desk lends cash (RP); reverserepo = Desk borrows cash (ON RRP). Default all. |