← Back to docs

Recipe: Finance forecast narrative writer

NOT financial advice

Overview

This recipe generates narrative-style financial forecasts from structured inputs. It is designed for fiction writing, worldbuilding, and scenario planning — never for real investment decisions.

Input schema

  • ticker — fictional symbol (e.g. ACME)
  • horizon — forecast window in months
  • drivers — array of narrative catalysts
  • tone — bullish, bearish, or neutral

Output format

The model returns a three-paragraph narrative: executive summary, catalyst walkthrough, and risk factors. Every response is prefixed with a disclaimer banner.

Example prompt

{
  "ticker": "NOVA",
  "horizon": 12,
  "drivers": ["fusion breakthrough", "tariff repeal"],
  "tone": "bullish"
}

Disclaimer

All outputs are synthetic narratives for creative use only. Meridian does not provide financial, legal, or investment advice. Never make real-world decisions based on generated text.