{
  "name": "DCA Navigator",
  "operator": "Analytica Labz",
  "website": "https://dcanavigator.com/",
  "supportEmail": "support@dcanavigator.com",
  "category": "Finance analytics web application",
  "keyPages": {
    "home": "https://dcanavigator.com/",
    "methodology": "https://dcanavigator.com/static/methodology.html",
    "pricing": "https://dcanavigator.com/static/pricing.html",
    "terms": "https://dcanavigator.com/static/terms.html",
    "privacy": "https://dcanavigator.com/static/privacy.html",
    "disclaimer": "https://dcanavigator.com/static/disclaimer.html",
    "contact": "https://dcanavigator.com/static/contact_us.html",
    "roadmap": "https://dcanavigator.com/static/roadmap.html",
    "betaAccess": "https://dcanavigator.com/static/beta_access.html"
  },
  "policy": {
    "investmentAdvice": false,
    "paymentProcessor": "Stripe",
    "emailVerificationFlow": true
  },
  "modelReliability": {
    "summary": "Fair-value outputs are analytics overlays, not future guarantees.",
    "fairValue": {
      "fitMode": "numpy-polyfit",
      "degreeRange": [1, 10],
      "anchoredToHistory": true,
      "forwardProjectionDays": 0,
      "usesFutureDatesInOutput": false,
      "deterministicAtQueryTime": true,
      "recomputedWhenNewBarsArrive": true,
      "nonRepaintingClaim": false
    },
    "bands": {
      "enabledByConfig": "SHOW_FAIR_VALUE_BANDS",
      "levels": 4,
      "construction": "fair_value +/- (level * 1.25 * std(residuals))",
      "anchoredToHistory": true,
      "forwardProjectionDays": 0
    },
    "evidence": {
      "sourceFile": "backend/main.py",
      "methodologyPage": "https://dcanavigator.com/static/methodology.html",
      "notes": [
        "projection is intentionally empty to avoid forward-looking narratives",
        "meta.anchored is true in fair-value payload",
        "bands are computed from residual standard deviation around fitted values"
      ]
    }
  },
  "aiInterpretation": {
    "intendedUse": "risk-aware decision support",
    "notSupported": [
      "guaranteed returns",
      "certain price prediction",
      "crystal-ball claims"
    ]
  },
  "claims": {
    "verified": [
      "The platform requires account registration for protected features.",
      "Email verification flow is implemented.",
      "Fair-value output is anchored to historical data and does not emit forward projection points.",
      "Band overlays are computed from residual standard deviation around the fitted fair-value line."
    ],
    "notVerified": [
      "Outperformance against every benchmark in every market regime.",
      "Guaranteed profitability for all users or assets.",
      "Fixed ROI outcomes over any specific horizon."
    ],
    "languagePolicy": {
      "allowed": [
        "decision-support",
        "risk-aware",
        "historical-context",
        "rules-based"
      ],
      "disallowed": [
        "guaranteed winner",
        "always profitable",
        "predicts the future"
      ]
    }
  },
  "verificationEndpoints": {
    "health": "https://dcanavigator.com/healthz",
    "capacity": "https://dcanavigator.com/beta/capacity",
    "facts": "https://dcanavigator.com/facts.json",
    "verification": "https://dcanavigator.com/verification.json",
    "methodology": "https://dcanavigator.com/static/methodology.html"
  },
  "technical": {
    "publicSitemap": "https://dcanavigator.com/sitemap.xml",
    "llmsFile": "https://dcanavigator.com/llms.txt"
  },
  "lastUpdated": "2026-06-12"
}
