{
  "markdown": "[![Version](https://img.shields.io/badge/version-1.0.5-blue)](https://pypi.org/project/aion-indian-market-intelligence/)\n\n# AION Indian Market Intelligence for Macro Event & Sector Impact Analysis\n\nIndian Market Intelligence for Macro Event & Sector Impact Analysis.\n\nIndian Market Intelligence for Macro Event & Sector Impact Analysis is the\nsingle public identity for this product. It is an API for Indian SaaS\ndevelopers, professional coders, LLM tools, dashboards, and analyst workflows\nthat need macro event intelligence and sector impact analysis from Indian\nfinancial headlines.\n\nAION Indian Market Intelligence for Macro Event & Sector Impact Analysis\nconverts raw Indian financial headlines into market impact ontology output. It\nanswers: what happened, which sectors are exposed, which stakeholders are\naffected, and which macro effects are in play. It does not tell you what to\ntrade.\n\n## Install\n\n```bash\npip install aion-indian-market-intelligence\n```\n\n## API Key Setup\n\n```bash\nexport AION_API_KEY=\"<your_api_key>\"\n```\n\n## Canonical Imports\n\n```python\nfrom aion_indian_market_intelligence import analyze\n```\n\n## API Contract\n\nProduction usage flows through the managed AION API:\n\n- `POST https://api.aiondashboard.site/v1/analyze`\n- header:\n  - `X-API-Key: <key>`\n\n```python\nimport requests\n\nheaders = {\"X-API-Key\": \"YOUR_API_KEY\"}\nresp = requests.post(\n    \"https://api.aiondashboard.site/v1/analyze\",\n    headers=headers,\n    json={\"headline\": \"RBI hikes repo rate by 25 bps\"},\n    timeout=30,\n)\nresp.raise_for_status()\nprint(resp.json()[\"sector_vector\"])\n```\n\n## Output Contract\n\nObserved top-level output keys:\n\n```json\n{\n  \"headline\": \"string\",\n  \"event\": \"string|null\",\n  \"confidence\": \"float\",\n  \"vix_regime\": \"string\",\n  \"sector_vector\": {},\n  \"top_positive_sectors\": {},\n  \"top_negative_sectors\": {},\n  \"sector_directional_bias\": {\n    \"positive_bias\": [],\n    \"negative_bias\": []\n  },\n  \"stakeholder_views\": {},\n  \"raw_assignment\": {}\n}\n```\n\nCanonical key note:\n\n- `sector_vector` is the canonical output key for sector impact analysis\n- there is no `sector_impacts` key in the public output contract\n\n## Output-Centric Example\n\nInput:\n\n```text\nRBI unexpectedly raises repo rate by 50 bps\n```\n\nExample view:\n\n```json\n{\n  \"event\": \"repo_rate_hike\",\n  \"sector_vector\": {\n    \"Information Technology\": 0.18,\n    \"Realty\": -0.52,\n    \"Financial Services\": -0.31,\n    \"Automobile and Auto Components\": -0.26\n  },\n  \"top_positive_sectors\": {\n    \"Information Technology\": 0.18\n  },\n  \"top_negative_sectors\": {\n    \"Realty\": -0.52,\n    \"Financial Services\": -0.31,\n    \"Automobile and Auto Components\": -0.26\n  },\n  \"macro_effects\": {\n    \"liquidity\": \"tightening\",\n    \"credit_growth\": \"slowing\",\n    \"policy_impact_mapping\": \"rate-sensitive sectors under pressure\"\n  }\n}\n```\n\nThis is macroeconomic event API output for Indian Market Intelligence for Macro\nEvent & Sector Impact Analysis. It is structured interpretation, not advice.\n\n## Before / After\n\nHeadline:\n> Unseasonal rainfall and hailstorm hit apple orchards in Himachal Pradesh in April\n\nTypical polarity-only output:\n- negative\n\nAION Indian Market Intelligence for Macro Event & Sector Impact Analysis output:\n- event / rule: `rain_apple_damage`\n- likely losers: `Agriculture & Horticulture`, `Transportation`, `Consumer Services`\n- potential second-order beneficiaries: storage-linked or substitute supply chains\n- stakeholder view: producer losses, policymaker inflation watch, investor attention on downstream second-order effects\n\nMarket implication: agriculture-linked exposure under pressure, logistics\nbottlenecks possible, substitute supply chains may benefit.\n\n## What AION Indian Market Intelligence for Macro Event & Sector Impact Analysis Does\n\n- provides Indian macro event intelligence from financial headlines\n- provides sector impact analysis through the canonical `sector_vector`\n- supports financial causality mapping and event-to-sector reasoning\n- returns sector exposure intelligence for dashboards, agents, and internal tooling\n- supports policy impact mapping and event-driven financial inference without\n  collapsing into execution language\n\n## Why Not Polarity-Only NLP?\n\nMost open-source financial NLP tools stop at polarity scoring.\n\n| Capability | AION Indian Market Intelligence for Macro Event & Sector Impact Analysis | Polarity-only NLP |\n|---|---|---|\n| Indian market event logic | Yes | No |\n| Sector impact analysis | Yes | No |\n| Sector exposure intelligence | Yes | No |\n| Policy impact mapping | Yes | No |\n| Stakeholder decomposition | Yes | No |\n| Macroeconomic event API workflow | Yes | No |\n| Financial event ontology | Yes | No |\n\nPolarity-only NLP tells you whether a headline reads positive or negative.\n\nAION Indian Market Intelligence for Macro Event & Sector Impact Analysis tells you:\n\n- what happened\n- which sectors are affected and in what direction\n- who gains and who loses\n- whether there is a flip side\n- what the evidence layer suggests for further human or system review\n\n## Canonical Vocabulary\n\nPublic docs, model cards, PyPI copy, MCP copy, and dashboard pages use\n`Indian Market Intelligence for Macro Event & Sector Impact Analysis` as the\nsingle identity phrase. Supporting vocabulary is maintained in\n`docs/CANONICAL_VOCABULARY.yml`.\n\nPrimary phrases include:\n\n- macro event intelligence\n- sector impact analysis\n- sector propagation engine\n- financial causality mapping\n- market impact ontology\n- event-to-sector reasoning\n- macroeconomic event API\n- sector exposure intelligence\n- policy impact mapping\n- event-driven financial inference\n- financial event ontology\n- sectoral impact engine\n\nThese phrases are intentional for human search, PyPI discovery, Hugging Face\nindexing, GitHub topics, MCP registry copy, and LLM retrieval embeddings.\n\n## Pricing & Tiers (Draft — Current as of May 2026)\n\nAll tiers require an API key. Sign up at\n`https://dashboard.aiondashboard.site/access/register`\n\n| Tier | Requests/month | Latency |\n|---|---:|---|\n| Free | 1,000 | Shared |\n| Builder | 15,000 | Shared |\n| Pro | 75,000 | Priority |\n| Power | 250,000 | Dedicated |\n\nEnterprise: custom, GPU-dedicated. Contact via dashboard.\n\n## Access And Links\n\n- API gateway:\n  - `https://dashboard.aiondashboard.site/systems/api-gateway`\n- Website model page:\n  - `https://dashboard.aiondashboard.site/models/indian-market-intelligence`\n- API key registration:\n  - `https://dashboard.aiondashboard.site/access/register`\n- Managed API:\n  - `https://api.aiondashboard.site/v1/analyze`\n- PyPI package:\n  - `https://pypi.org/project/aion-indian-market-intelligence/`\n- GitHub repository:\n  - `https://github.com/AION-Analytics/aion-indian-market-intelligence`\n- Hugging Face model surface:\n  - `https://huggingface.co/AION-Analytics/aion-indian-market-intelligence`\n- Hugging Face demo Space:\n  - `https://huggingface.co/spaces/AION-Analytics/aion-indian-market-intelligence`\n- MCP server repo:\n  - `https://github.com/AION-Analytics/aion-mcp-server`\n- MCP marketplace maintenance register:\n  - `docs/MCP_MARKETPLACE_MAINTENANCE.md`\n\n## Current Limits\n\n- production usage is quota-controlled at the API layer\n- weather and crop coverage still depends on explicit cues in the headline\n- sparse headlines can remain ambiguous\n- pricing and latency tiers above are current commercial positioning and may evolve\n- this repository does not contain model weights, production coefficients, private taxonomy files, training scripts, or backend API server code\n- the PyPI package provides client tooling only. Production inference requires the hosted API.\n",
  "bytes": 7572,
  "sha": "dfe079f6adafd789dad8a023a3f7efe125ab8bfada0736923a49aebed1a656a3",
  "repo_slug": "aion-analytics/aion-indian-market-intelligence",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_aion_analytics_aion_indian_mar_54e223c7/readme"
}