{"uid":"cap_chnTmfwKeoKYZ4THOv3xY","slug":"orcpin-single-trade-t-1-settlement-date-64875580","name":"Orcpin Single-Trade T+1 Settlement Date","description":"Single-trade T+1 settlement date, as a one-line GET: given a trade date and an as-of date, returns the settlement date and whether it has settled, on the versioned NYSE holiday calendar with SEC Rule 15c6-1 cited. The low-integration sibling of the batch settlement-dates route — no request body. A dates fact, never a violation determination. Nothing is stored.","url":"https://orcpin.dev/v1/settlement-date","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["trade_date","as_of"],"properties":{"as_of":{"type":"string","description":"Date to evaluate settled/unsettled against, YYYY-MM-DD."},"symbol":{"type":"string","description":"Optional ticker, echoed back untouched."},"trade_date":{"type":"string","description":"Execution date of the trade, YYYY-MM-DD."}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"settled":{"type":"boolean"},"disclaimer":{"type":"string"},"trade_date":{"type":"string"},"rule_citation":{"type":"string"},"schema_version":{"type":"string"},"settlement_date":{"type":"string"},"calendar_version":{"type":"string"},"trading_days_until_settlement":{"type":"integer"}}}}}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.02","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.02/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_3TIOjW3a5yY-3KEWd4dqL","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.02","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns the T+1 settlement date and settled status for a single equity trade given a trade date and an as-of date, using the NYSE holiday calendar under SEC Rule 15c6-1.","exampleAgentPrompt":"What's the T+1 settlement date for a trade executed on 2025-06-10, and has it settled as of today 2025-06-12?","exampleUseCases":[{"title":"Post-trade settlement confirmation","prompt":"I executed a stock trade on June 3rd 2025 — can you tell me the settlement date and whether it has already settled as of today June 6th?"},{"title":"Compliance desk settlement check","prompt":"We need to confirm the settlement date for a trade that went through on 2025-05-28 and verify whether it settled by 2025-05-30, using the NYSE holiday calendar under SEC Rule 15c6-1."},{"title":"Portfolio reconciliation date lookup","prompt":"For the AAPL trade we executed on 2025-04-15, what was the official T+1 settlement date and how many trading days were remaining as of 2025-04-16?"}],"resultDescription":"A JSON object containing the computed settlement date (YYYY-MM-DD), a boolean indicating whether the trade has settled as of the as-of date, the number of trading days remaining until settlement, the NYSE calendar version used, the SEC Rule 15c6-1 citation, the schema version, and an optional echoed ticker symbol plus a disclaimer.","failureModes":["Missing required query params (trade_date or as_of) returns a 400 error","Invalid date format (not YYYY-MM-DD) causes a parse error","Trade date falling on a weekend or NYSE holiday may return an adjusted settlement date or an error","Payment failure via x402 returns a 402 status, blocking the response","Stale or mismatched calendar version may produce unexpected settlement dates around newly declared NYSE holidays"],"whenToPreferThis":"Prefer this endpoint when you need to compute the settlement date for a single trade quickly without constructing a request body — ideal for lightweight, real-time queries in agent pipelines. Choose this over the batch sibling when you have only one trade to resolve, want low-latency lookup, or are building a simple compliance check. It is authoritative on NYSE holiday calendar versioning and explicitly cites SEC Rule 15c6-1, making it suitable for regulated contexts.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:31:37.818Z","isFirstParty":false}