{}OPF
DocsIndustries exampleEdit on GitHub

Branch Modernization Investment Case

4 slide OPF example deck.

Metadata

Source

examples/gallery/industries/branch-modernization-investment-case.opf.json

Slides

4

Audience

board

Purpose

decide

Tone

casual

Source JSON

examples/gallery/industries/branch-modernization-investment-case.opf.json
{
  "name": "Branch Modernization Investment Case",
  "language": "english-gb",
  "audience": [
    "board"
  ],
  "purpose": "decide",
  "tone": "casual",
  "narrative": "business-narrative",
  "design": {
    "theme": "classic",
    "colorScheme": "bold-red",
    "fontScheme": "aparajita",
    "dimensions": "16:9",
    "background": "#FFFFFF",
    "titleAlignment": "center",
    "contentAlignment": "right",
    "contentBox": false,
    "contentDirection": "vertical",
    "chartPrimary": "left",
    "imageFill": "fit",
    "listBullet": "image"
  },
  "slides": [
    {
      "id": "s1",
      "section": "Opening",
      "layout": "title",
      "tag": "Financial services",
      "title": "Branch Modernization Investment Case",
      "subtitle": "Harborline Bank Financial services",
      "notes": "Open by naming the decision: Prioritize digital branch upgrades by customer value and risk."
    },
    {
      "id": "s2",
      "section": "Context",
      "layout": "text-2x",
      "title": "Why This Matters",
      "text": [
        "Harborline Bank should focus the next cycle on ",
        {
          "text": "prioritize digital branch upgrades by customer value and risk",
          "bold": true,
          "color": "#047857"
        },
        " while making the operating tradeoffs clear to financial services stakeholders."
      ]
    },
    {
      "id": "s3",
      "section": "Evidence",
      "layout": "chart-2x",
      "title": "Signal Trend",
      "type": "chart",
      "chart": {
        "type": "100pct-bullet-bar-2x",
        "data": {
          "columns": [
            "Quarter",
            "Current",
            "Baseline"
          ],
          "rows": [
            [
              "Q1",
              13,
              10
            ],
            [
              "Q2",
              17,
              12
            ],
            [
              "Q3",
              20,
              14
            ],
            [
              "Q4",
              24,
              16
            ]
          ]
        }
      }
    },
    {
      "id": "s4",
      "section": "Next",
      "layout": "list-2x",
      "title": "Next Steps",
      "items": [
        "Agree on the owner for financial services.",
        "Confirm the reporting cadence.",
        "Return with the first progress readout."
      ]
    }
  ]
}