Metrics Block

Financial Snapshot

A finance summary block for revenue, margin, burn, and runway.

financial-snapshot1 slidedense density

Finance

Revenue up, burn controlled

Pair a trend chart with the financial metrics that matter.

Revenue
Margin
Burn
Runway

Use Financial Snapshot in your next deck — for free

STORYD writes a presentation around your topic and applies Financial Snapshot across every slide. No template hunting, no copy-paste.

Build a deck with Financial Snapshot →

Free, no card. Exports to PPTX.

OPF Config

blocks:financial-snapshot
Open Presentation Format
{
  "$schema": "https://pptx.dev/schema/opf/v1",
  "version": "1.0",
  "meta": {
    "title": "Financial Snapshot",
    "subtitle": "A finance summary block for revenue, margin, burn, and runway.",
    "purpose": "Summarize financial position and trend in a single slide.",
    "narrative": {
      "id": "data-story"
    },
    "keyMessages": [
      "Revenue trend is visible.",
      "Margin and burn are summarized.",
      "Runway context is explicit."
    ],
    "tone": "formal",
    "tags": [
      "content-block",
      "financial-snapshot"
    ]
  },
  "design": {
    "colors": {
      "scheme": "luxury"
    },
    "fonts": {
      "scheme": "aptos"
    },
    "background": {
      "type": "solid",
      "color": "#ffffff"
    },
    "layoutPreferences": {
      "density": "dense",
      "alignment": "left",
      "animations": false,
      "slideNumbers": false
    }
  },
  "slides": [
    {
      "id": "financial-snapshot",
      "layout": "data-visualization",
      "section": "Financial Snapshot",
      "elements": [
        {
          "id": "financial-snapshot-title",
          "type": "text",
          "slot": "title",
          "content": {
            "text": "Revenue up, burn controlled"
          },
          "style": {
            "fontSize": 34,
            "alignment": "left"
          }
        },
        {
          "id": "financial-snapshot-subtitle",
          "type": "text",
          "slot": "subtitle",
          "content": {
            "text": "Financial snapshot across revenue, margin, burn, and runway."
          },
          "style": {
            "fontSize": 16,
            "lineHeight": 1.3
          }
        },
        {
          "id": "financial-snapshot-metrics",
          "type": "group",
          "slot": "metrics",
          "children": [
            {
              "id": "financial-snapshot-metric-1",
              "type": "text",
              "content": {
                "text": "Revenue +22%"
              },
              "style": {
                "fontSize": 18,
                "alignment": "center"
              }
            },
            {
              "id": "financial-snapshot-metric-2",
              "type": "text",
              "content": {
                "text": "Gross margin 68%"
              },
              "style": {
                "fontSize": 18,
                "alignment": "center"
              }
            },
            {
              "id": "financial-snapshot-metric-3",
              "type": "text",
              "content": {
                "text": "Burn $410K"
              },
              "style": {
                "fontSize": 18,
                "alignment": "center"
              }
            },
            {
              "id": "financial-snapshot-metric-4",
              "type": "text",
              "content": {
                "text": "Runway 19 mo"
              },
              "style": {
                "fontSize": 18,
                "alignment": "center"
              }
            }
          ]
        },
        {
          "id": "financial-snapshot-chart",
          "type": "chart",
          "slot": "visual",
          "chartType": "line",
          "data": {
            "labels": [
              "Current",
              "Next",
              "Target"
            ],
            "datasets": [
              {
                "label": "Example",
                "values": [
                  12,
                  19,
                  27
                ]
              }
            ]
          },
          "options": {
            "title": "Revenue up, burn controlled",
            "showValues": true,
            "showGrid": false
          }
        }
      ],
      "notes": "A finance summary block for revenue, margin, burn, and runway."
    }
  ]
}
Open in OPF Playground

Preview this config live at pptx.dev/playground.

Use Case

Use when executives or investors need a fast read on financial position.

When to Use

For board, investor, finance, and operating review decks.

When to Avoid

Avoid when detailed variance analysis is required.

Block Structure

data-visualization

Revenue up, burn controlled

Financial snapshot across revenue, margin, burn, and runway.

Best Practices

1

Define the period in the subtitle or chart axis.

2

Avoid mixing cash and accrual metrics without labels.

3

Make runway assumptions explicit.

Playground deep link: config=blocks:financial-snapshot