# S&P Healthcare Sector Institutional vs Leverage Divergence Report

> S&P Healthcare Sector Institutional vs Leverage Divergence Report is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns evidence-backed analysis of positioning divergence between institutional investors and leveraged funds in the S&P 500 Healthcare sector, with provenance and contradiction flags.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/sp-healthcare-institutional-leverage-divergence
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/s-p-healthcare-sector-institutional-vs-leverage-divergence-report-caad837b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nl2oJRXIvjW0wJ6UbCQyo

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability s-p-healthcare-sector-institutional-vs-leverage-divergence-report-caad837b
```

Example prompt: Pull the latest Edge Agents report on institutional versus leveraged fund positioning divergence in the S&P 500 Healthcare sector — I need to see where smart money and leveraged funds are moving apart, with confidence level and provenance.

## When to prefer this

Choose this endpoint when you need point-in-time, evidence-backed analysis of the divergence between institutional investors and leveraged funds specifically in the S&P 500 Healthcare sector. It is preferable over generic market data APIs because it delivers bounded, signed, provenance-tracked decisions rather than raw data, and explicitly surfaces contradictions and limitations within the report itself.

## Known failure modes

- Data may be unavailable if underlying positioning sources have not been refreshed — report will state coverage gaps explicitly
- Payment failure via x402 protocol will prevent report delivery
- Stale or incomplete CFTC/positioning data may reduce confidence rating, reported in-response
- Schema mismatch if client expects older schema version (current: 2.0)

## How this service works

Compares CFTC asset-manager and leveraged-fund net positioning in S&P Health Care Sector on the same weekly report and open-interest basis. Purpose: Identify whether asset managers and leveraged funds are aligned or materially divergent in S&P Health Care Sector positioning while preserving both classifications separately. 168-hour freshness target; missing evidence is reported explicitly rather than invented.

## Output

A structured JSON report including: divergence analysis summary, asset family (equities), detected intents (leverage, anomaly, institutional positioning, open-interest), list of assets covered (SP500), data quality status and confidence level, provenance with issuer URL and signed flag, generatedAt timestamp, schema version, and a disclaimer noting this is general market research and not investment advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "quality": {
   "status": "strong",
   "confidence": "high"
  },
  "analysis": {
   "family": "equities",
   "intents": [
    "leverage",
    "anomaly",
    "evidence",
    "institutional",
    "positioning",
    "open-interest",
    "leveraged-funds",
    "asset-manager",
    "equities"
   ],
   "summary": "Fresh S&P Health Care Sector Institutional vs Leverage Divergence findings appear here."
  },
  "evidence": {
   "assets": [
    "SP500"
   ],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "sp-healthcare-institutional-leverage-divergence",
  "dataStatus": "complete",
  "disclaimer": "General, impersonal market research; not investment advice or a buy, sell or hold recommendation.",
  "provenance": {
   "issuer": "https://edge-agents.ai",
   "signed": true
  },
  "generatedAt": "2026-08-31T00:00:00.000Z",
  "limitations": [
   "Coverage, source freshness and unavailable evidence are stated in every paid report."
  ],
  "schemaVersion": "2.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/s-p-healthcare-sector-institutional-vs-leverage-divergence-report-caad837b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.edge-agents.ai](https://www.zero.xyz/host/pay.edge-agents.ai/llms.txt)
