<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://dan-boat.github.io/blog/feed.xml" rel="self" type="application/atom+xml" /><link href="https://dan-boat.github.io/" rel="alternate" type="text/html" /><updated>2026-08-08T19:08:42+00:00</updated><id>https://dan-boat.github.io/blog/feed.xml</id><title type="html">Dr. Daniel Boateng</title><subtitle>Geospatial Data Scientist &amp; Climate Risk Expert — Atmospheric Dynamics, AI-based Weather Forecasting, Climate Modelling, Natural Catastrophe Modelling and Parametric Insurance.</subtitle><author><name>Daniel Boateng</name></author><entry><title type="html">Parametric Insurance as Risk Transfer for Tropical Cyclones: How It’s Structured, and Who’s Using It</title><link href="https://dan-boat.github.io/blog/2026/08/08/parametric-insurance-as-risk-transfer-for-tropical-cyclones/" rel="alternate" type="text/html" title="Parametric Insurance as Risk Transfer for Tropical Cyclones: How It’s Structured, and Who’s Using It" /><published>2026-08-08T00:00:00+00:00</published><updated>2026-08-08T00:00:00+00:00</updated><id>https://dan-boat.github.io/blog/2026/08/08/parametric-insurance-as-risk-transfer-for-tropical-cyclones</id><content type="html" xml:base="https://dan-boat.github.io/blog/2026/08/08/parametric-insurance-as-risk-transfer-for-tropical-cyclones/"><![CDATA[<p>The <a href="/blog/2026/08/07/modelling-tropical-cyclone-risk-for-banks-and-corporates/">previous post</a> covered how tropical cyclone risk gets <em>modelled</em>. This one covers what happens once that risk needs to be <em>transferred</em> — and increasingly, the answer is parametric insurance rather than a traditional indemnity policy.</p>

<p>Parametric insurance now accounts for an estimated 12–15% of global catastrophe reinsurance capacity (up from 6–8% just two years ago), in a market estimated at $21–24 billion globally and growing at roughly 13% a year. For a peril like tropical cyclone — fast-onset, physically measurable, and capable of overwhelming loss-adjustment capacity right when speed matters most — it’s easy to see why.</p>

<h2 id="indemnity-vs-parametric-in-one-sentence">Indemnity vs. parametric, in one sentence</h2>

<p>A traditional (indemnity) policy pays based on <strong>assessed loss</strong> after a claims adjuster inspects the damage — which can take weeks or months. A parametric policy pays based on <strong>a measured physical parameter</strong> — wind speed, central pressure, distance of the storm track from an insured location — crossing a pre-agreed threshold, regardless of what the actual loss turns out to be.</p>

<figure>
<svg viewBox="0 0 900 320" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Parametric payout curve for a tropical cyclone trigger">
  <style>
    .axis { stroke: #6c7983; stroke-width: 1.5; }
    .curve { stroke: #1de7f5; stroke-width: 3; fill: none; }
    .grid { stroke: #454e56; stroke-width: 1; stroke-dasharray: 4 4; }
    .lbl { fill: #b2becd; font: 400 12px 'Poppins', sans-serif; }
    .lbl-strong { fill: #dbe1e8; font: 600 13px 'Poppins', sans-serif; }
    .region { fill: #1de7f5; opacity: 0.08; }
  </style>

  <!-- attachment/exhaustion shaded band -->
  <rect x="260" y="40" width="440" height="230" class="region"></rect>

  <!-- grid -->
  <line x1="120" y1="60" x2="120" y2="270" class="grid"></line>
  <line x1="120" y1="270" x2="820" y2="270" class="grid"></line>

  <!-- axes -->
  <line x1="120" y1="270" x2="820" y2="270" class="axis"></line>
  <line x1="120" y1="270" x2="120" y2="40" class="axis"></line>

  <!-- payout step curve: flat 0 until attachment, then rises, then flat 100% after exhaustion -->
  <path d="M120,270 L260,270 L420,150 L560,90 L700,60 L820,60" class="curve"></path>

  <!-- attachment marker -->
  <line x1="260" y1="270" x2="260" y2="40" class="grid"></line>
  <text x="260" y="295" text-anchor="middle" class="lbl">Cat 1 landfall</text>
  <text x="260" y="310" text-anchor="middle" class="lbl">(attachment point)</text>

  <!-- exhaustion marker -->
  <line x1="700" y1="270" x2="700" y2="40" class="grid"></line>
  <text x="700" y="295" text-anchor="middle" class="lbl">Cat 5 landfall</text>
  <text x="700" y="310" text-anchor="middle" class="lbl">(exhaustion point)</text>

  <text x="60" y="270" text-anchor="middle" class="lbl" transform="rotate(-90 60 270)">Payout %</text>
  <text x="470" y="30" text-anchor="middle" class="lbl-strong">Payout scales with measured wind speed / pressure at landfall — not assessed damage</text>

  <text x="140" y="255" class="lbl">0%</text>
  <text x="785" y="50" class="lbl">100%</text>
</svg>
<figcaption>A simplified tiered parametric payout structure: no payout below the attachment threshold, a rising payout as storm intensity increases, full limit paid at or beyond the exhaustion threshold.</figcaption>
</figure>

<h2 id="how-the-structure-actually-works">How the structure actually works</h2>

<p>Every parametric tropical cyclone contract, from a $200M sovereign cat bond to a single corporate policy, is built from the same four components:</p>

<ul>
  <li><strong>The index.</strong> A formula translating storm characteristics — usually maximum sustained wind speed and/or central pressure at landfall, sometimes combined with distance from an insured location — into a loss proxy. Wind speed indices typically use gridded, satellite-derived wind fields or agency best-track data rather than a single anemometer reading, so the index reflects the full wind field, not one point.</li>
  <li><strong>Attachment and exhaustion points.</strong> The intensity level at which payouts begin (attachment) and the level at which the policy pays its full limit (exhaustion) — shown as the shaded band in the chart above. Between the two, payout typically scales linearly or in discrete tiers with intensity.</li>
  <li><strong>An independent calculation agent.</strong> A third party (often the modelling vendors covered in the previous post, or a dedicated index provider) calculates the index value from public agency data after the event, so payout isn’t a matter of negotiation between insurer and insured.</li>
  <li><strong>The risk carrier.</strong> Who ultimately pays: a traditional (re)insurer, a specialty parametric MGA, or — for the largest sovereign programmes — capital markets investors through a catastrophe bond.</li>
</ul>

<figure>
<svg viewBox="0 0 900 260" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Parametric insurance structure flow">
  <defs>
    <marker id="arrow2" markerWidth="10" markerHeight="10" refX="8" refY="3" orient="auto" markerUnits="strokeWidth">
      <path d="M0,0 L0,6 L9,3 z" fill="#1de7f5"></path>
    </marker>
  </defs>
  <style>
    .node { fill: #454e56; stroke: #1de7f5; stroke-width: 1.5; }
    .ntitle { fill: #1de7f5; font: 700 14px 'Poppins', sans-serif; }
    .nsub { fill: #dbe1e8; font: 400 11px 'Poppins', sans-serif; }
    .flow { fill: #b2becd; font: 400 11px 'Poppins', sans-serif; }
  </style>

  <rect x="30" y="90" width="180" height="80" rx="12" class="node"></rect>
  <text x="120" y="122" text-anchor="middle" class="ntitle">Sponsor</text>
  <text x="120" y="142" text-anchor="middle" class="nsub">Government, corporate,</text>
  <text x="120" y="158" text-anchor="middle" class="nsub">or public utility</text>

  <rect x="360" y="20" width="180" height="80" rx="12" class="node"></rect>
  <text x="450" y="52" text-anchor="middle" class="ntitle">Index / calc agent</text>
  <text x="450" y="72" text-anchor="middle" class="nsub">Wind speed, pressure,</text>
  <text x="450" y="88" text-anchor="middle" class="nsub">track vs. threshold</text>

  <rect x="690" y="90" width="180" height="80" rx="12" class="node"></rect>
  <text x="780" y="122" text-anchor="middle" class="ntitle">Risk carrier</text>
  <text x="780" y="142" text-anchor="middle" class="nsub">(Re)insurer, MGA,</text>
  <text x="780" y="158" text-anchor="middle" class="nsub">or cat bond investors</text>

  <!-- premium flows sponsor -> carrier (bottom path) -->
  <path d="M120,175 C120,220 780,220 780,175" fill="none" stroke="#454e56" stroke-width="2" marker-end="url(#arrow2)"></path>
  <text x="450" y="235" text-anchor="middle" class="flow">Premium, paid up front each season</text>

  <!-- carrier consults index -->
  <line x1="690" y1="90" x2="545" y2="65" stroke="#1de7f5" stroke-width="2" marker-end="url(#arrow2)"></line>
  <!-- index triggers payout to sponsor -->
  <line x1="360" y1="65" x2="215" y2="95" stroke="#1de7f5" stroke-width="2" marker-end="url(#arrow2)"></line>
  <text x="450" y="15" text-anchor="middle" class="flow">If index crosses the trigger, payout flows automatically — no loss adjustment</text>
</svg>
<figcaption>The parametric structure in one diagram: a sponsor pays premium, an independent agent calculates the index from storm data, and payout flows automatically once the index crosses the agreed threshold.</figcaption>
</figure>

<h2 id="whos-actually-using-it">Who’s actually using it</h2>

<div class="table-wrap">
<table>
<thead>
<tr><th>Programme</th><th>Sponsor / buyer</th><th>Structure</th><th>Notable feature</th></tr>
</thead>
<tbody>
<tr><td>CCRIF SPC</td><td>16 Caribbean &amp; Central American governments</td><td>Regional risk pool, wind-speed-on-the-ground index</td><td>Guarantees payout within 14 days; "ADC" feature can still pay when modelled loss falls just below the main attachment point</td></tr>
<tr><td>African Risk Capacity (SWIO product)</td><td>South West Indian Ocean governments</td><td>Sovereign parametric pool</td><td>Purpose-built to fund early disaster response for tropical cyclone-exposed African states</td></tr>
<tr><td>IBRD CAR Jamaica 2024</td><td>Government of Jamaica</td><td>World Bank-issued catastrophe bond</td><td>Paid out 100% of its $150M limit after Hurricane Melissa</td></tr>
<tr><td>Mexico sovereign cat bond</td><td>Government of Mexico</td><td>IBRD-issued catastrophe bond, longest-running sovereign sponsor</td><td>Coverage doubled to $575M at its 2026 renewal</td></tr>
<tr><td>Descartes Underwriting</td><td>Corporates (incl. data centre operators)</td><td>Commercial parametric (re)insurance</td><td>Up to $140M of hurricane/earthquake capacity per policy for US risks</td></tr>
</tbody>
</table>
</div>

<h2 id="the-trade-off-nobody-skips-basis-risk">The trade-off nobody skips: basis risk</h2>

<p>Parametric speed comes at a cost: <strong>basis risk</strong> — the gap between what the index measures and what the policyholder actually loses. A storm can weaken just below the trigger threshold at landfall and still cause serious damage through rainfall-driven flooding, leaving the policy silent exactly when it was needed. This is a known, structural limitation, not an edge case, and it’s why parametric and indemnity cover are usually complementary rather than substitutes — parametric for speed and liquidity, indemnity for loss-matching precision.</p>

<p>There’s also a live data-dependency risk worth watching: industry analysts have flagged that changes to how NOAA maintains its disaster databases could affect the reliability of some cat bond trigger calculations going forward — a reminder that a parametric contract is only as robust as the public data feeding its index.</p>

<div class="callout">
<strong>Where modelling meets risk transfer.</strong> The vendors from the previous post aren't just scoring exposure for banks — several of them (or providers using the same underlying science) are the calculation agents whose hazard models actually determine whether a parametric trigger fires. Physical risk assessment and risk transfer are increasingly the same infrastructure, viewed from two different desks.
</div>

<p>More posts on physical climate risk, catastrophe modelling, and parametric structures are coming roughly every two weeks — subscribe below so they land in your inbox.</p>

<p>Sources: <a href="https://riskcoveragehub.com/parametric-insurance-index-based-risk-transfer-catastrophe-bonds-2026/">Parametric insurance market growth</a> · <a href="https://reask.earth/use-cases/parametric-insurance">Wind speed index trigger mechanics</a> · <a href="https://www.ccrif.org/aboutus/ccrif-spc-payouts">CCRIF SPC payout mechanism</a> · <a href="https://au.int/pt/node/39804">African Risk Capacity tropical cyclone product</a> · <a href="https://www.artemis.bm/news/ccrif-unveils-parametric-policy-to-safeguard-vulnerable-groups-after-severe-weather-events/">Jamaica 2024 cat bond payout after Hurricane Melissa</a> · <a href="https://insurabeat.com/mexico-doubles-parametric-catastrophe-insurance-575m-2026-renewal/">Mexico’s $575M parametric renewal</a> · <a href="https://descartesunderwriting.com/solutions/cyclone">Descartes Underwriting parametric tropical cyclone insurance</a> · <a href="https://www.artemis.bm/news/parametric-cat-bond-triggers-may-face-noaa-disaster-database-wind-down-uncertainty-am-best/">NOAA disaster database wind-down and cat bond trigger uncertainty</a></p>]]></content><author><name>Daniel Boateng</name></author><category term="Parametric Insurance" /><category term="Tropical Cyclone" /><category term="Risk Transfer" /><summary type="html"><![CDATA[The previous post covered how tropical cyclone risk gets modelled. This one covers what happens once that risk needs to be transferred — and increasingly, the answer is parametric insurance rather than a traditional indemnity policy.]]></summary></entry><entry><title type="html">Modelling Tropical Cyclone Risk for Banks, Corporates and Regulatory Reporting: A Look Inside the Leading Platforms</title><link href="https://dan-boat.github.io/blog/2026/08/07/modelling-tropical-cyclone-risk-for-banks-and-corporates/" rel="alternate" type="text/html" title="Modelling Tropical Cyclone Risk for Banks, Corporates and Regulatory Reporting: A Look Inside the Leading Platforms" /><published>2026-08-07T00:00:00+00:00</published><updated>2026-08-07T00:00:00+00:00</updated><id>https://dan-boat.github.io/blog/2026/08/07/modelling-tropical-cyclone-risk-for-banks-and-corporates</id><content type="html" xml:base="https://dan-boat.github.io/blog/2026/08/07/modelling-tropical-cyclone-risk-for-banks-and-corporates/"><![CDATA[<p>Tropical cyclones are the costliest natural peril on the planet — a single landfalling storm can generate tens of billions of dollars in insured and uninsured losses within days. For decades, quantifying that risk was the job of a handful of catastrophe modelling firms serving (re)insurers. That has changed. Banks assessing mortgage and corporate loan books, asset managers pricing climate risk into portfolios, and corporates responding to mandatory disclosure regimes (TCFD, ISSB/IFRS S2, EU CSRD) now all need the same thing insurers have used for years: a defensible, forward-looking estimate of tropical cyclone risk at the level of an individual asset.</p>

<p>This post walks through how that risk is actually modelled, and who the main platforms are that banks and corporates are turning to.</p>

<figure>
<svg viewBox="0 0 900 220" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Hazard to financial loss modelling chain">
  <defs>
    <marker id="arrow1" markerWidth="10" markerHeight="10" refX="8" refY="3" orient="auto" markerUnits="strokeWidth">
      <path d="M0,0 L0,6 L9,3 z" fill="#1de7f5"></path>
    </marker>
  </defs>
  <style>
    .step-box { fill: #454e56; stroke: #1de7f5; stroke-width: 1.5; }
    .step-title { fill: #1de7f5; font: 700 15px 'Poppins', sans-serif; }
    .step-sub { fill: #dbe1e8; font: 400 12px 'Poppins', sans-serif; }
    .lbl { fill: #b2becd; font: 400 11px 'Poppins', sans-serif; }
  </style>

  <rect x="20" y="60" width="180" height="100" rx="12" class="step-box"></rect>
  <text x="110" y="100" text-anchor="middle" class="step-title">Hazard</text>
  <text x="110" y="122" text-anchor="middle" class="step-sub">Stochastic event set:</text>
  <text x="110" y="140" text-anchor="middle" class="step-sub">wind field, storm surge,</text>
  <text x="110" y="158" text-anchor="middle" class="step-sub">rainfall-driven flood</text>

  <line x1="200" y1="110" x2="240" y2="110" stroke="#1de7f5" stroke-width="2" marker-end="url(#arrow1)"></line>

  <rect x="245" y="60" width="180" height="100" rx="12" class="step-box"></rect>
  <text x="335" y="100" text-anchor="middle" class="step-title">Exposure</text>
  <text x="335" y="122" text-anchor="middle" class="step-sub">Asset location,</text>
  <text x="335" y="140" text-anchor="middle" class="step-sub">value, occupancy,</text>
  <text x="335" y="158" text-anchor="middle" class="step-sub">construction type</text>

  <line x1="425" y1="110" x2="465" y2="110" stroke="#1de7f5" stroke-width="2" marker-end="url(#arrow1)"></line>

  <rect x="470" y="60" width="180" height="100" rx="12" class="step-box"></rect>
  <text x="560" y="100" text-anchor="middle" class="step-title">Vulnerability</text>
  <text x="560" y="122" text-anchor="middle" class="step-sub">Damage functions:</text>
  <text x="560" y="140" text-anchor="middle" class="step-sub">hazard intensity &#8594;</text>
  <text x="560" y="158" text-anchor="middle" class="step-sub">% damage / downtime</text>

  <line x1="650" y1="110" x2="690" y2="110" stroke="#1de7f5" stroke-width="2" marker-end="url(#arrow1)"></line>

  <rect x="695" y="60" width="180" height="100" rx="12" class="step-box"></rect>
  <text x="785" y="100" text-anchor="middle" class="step-title">Financial Loss</text>
  <text x="785" y="122" text-anchor="middle" class="step-sub">AAL, VaR, PML,</text>
  <text x="785" y="140" text-anchor="middle" class="step-sub">across current climate</text>
  <text x="785" y="158" text-anchor="middle" class="step-sub">and future scenarios</text>

  <text x="450" y="205" text-anchor="middle" class="lbl">Every physical-risk platform below is a different implementation of this same four-stage chain.</text>
</svg>
<figcaption>The core modelling chain behind every tropical cyclone physical-risk platform: hazard, exposure, vulnerability, and the financial loss metrics it produces.</figcaption>
</figure>

<h2 id="why-banks-and-corporates-need-this-now">Why banks and corporates need this now</h2>

<p>Three forces are pushing tropical cyclone modelling out of the reinsurance back office and into the risk functions of banks and corporates:</p>

<ul>
  <li><strong>Prudential and disclosure regulation.</strong> Climate stress tests from central banks (ECB, Bank of England, MAS) and disclosure frameworks under ISSB/IFRS S2 and CSRD require forward-looking, scenario-based physical risk metrics — not just historical loss experience.</li>
  <li><strong>Credit and real asset exposure.</strong> Mortgage books, project finance, and REIT portfolios concentrated on hurricane-exposed coastlines (US Gulf and Atlantic coast, Caribbean, East Asia) carry collateral risk that wasn’t priced into legacy underwriting.</li>
  <li><strong>Corporate resilience planning.</strong> Multinationals with manufacturing, logistics, or data centre assets in cyclone-prone regions need site-level risk scores to prioritise capital expenditure on resilience.</li>
</ul>

<h2 id="what-the-leading-platforms-are-actually-doing">What the leading platforms are actually doing</h2>

<h3 id="msci--physical-risk-solutions-boosted-by-the-first-street-acquisition">MSCI — Physical Risk Solutions, boosted by the First Street acquisition</h3>

<p>MSCI’s physical risk offering estimates asset-level damage under current and projected climate scenarios (including 1-in-200-year tropical cyclone events out to 2050) across large listed-company portfolios. In June 2026, MSCI announced it would acquire <strong>First Street</strong>, a provider of physics-based, AI-native catastrophe models validated against observed losses, covering more than 2 billion structures globally. The acquisition is explicitly aimed at giving asset owners and asset managers quantified, location-level physical risk — extending MSCI’s climate analytics from portfolio-level scores toward the asset-level granularity that lenders and insurers have long used internally.</p>

<h3 id="climate-x--spectra">Climate X — Spectra</h3>

<p>Climate X’s Spectra platform models 12 physical hazards, including tropical cyclones, storm surge, and coastal/surface/river flooding, built on downscaled CMIP5/CMIP6 climate projections combined with proprietary, in-house vulnerability datasets. Spectra is aimed squarely at financial institutions — the company reports it is used by banks and asset managers representing over $13.5 trillion in combined AUM — and translates hazard exposure directly into OpEx, CapEx, and revenue-at-risk metrics rather than stopping at a hazard score.</p>

<h3 id="munich-re-risk-management-partners--location-risk-intelligence-nathan">Munich Re Risk Management Partners — Location Risk Intelligence (NATHAN)</h3>

<p>Munich Re’s <strong>NATHAN</strong> (Natural Hazards Assessment Network) has underpinned the reinsurer’s own underwriting for decades and is now packaged as a commercial <strong>Location Risk Intelligence</strong> platform for insurers, banks, developers and corporate risk managers. It scores 15 natural hazards, including tropical cyclone, storm surge, and flood, and its tropical cyclone risk zoning is complemented by forward-looking projections built on the HiFLOR model (developed with NOAA GFDL) across current, 2030, 2050 and 2100 horizons under RCP 4.5 and RCP 8.5 scenarios.</p>

<h3 id="moodys-rms-and-verisk--the-insurance-grade-incumbents-now-serving-a-wider-market">Moody’s RMS and Verisk — the insurance-grade incumbents, now serving a wider market</h3>

<p><strong>Moody’s RMS</strong> and <strong>Verisk</strong> built the stochastic cyclone/hurricane/typhoon models the (re)insurance industry has relied on for over 30 years, calibrated against decades of insurance claims and post-event damage surveys. Verisk’s 2026 release of a reengineered US Tropical Cyclone Model — delivered on its new Synergy Studio platform — moved to a single “near-present” view of hurricane risk that blends global warming signals with natural Atlantic basin variability, alongside an updated vulnerability model for storm surge and rainfall-driven inland flood. Both vendors are increasingly packaging this same underlying science for non-insurance buyers — banks, corporates, and capital markets participants — who need the same rigor insurers have always demanded.</p>

<div class="table-wrap">
<table>
<thead>
<tr><th>Platform</th><th>Origin / core strength</th><th>Peril breadth</th><th>Primary buyer today</th></tr>
</thead>
<tbody>
<tr><td>MSCI + First Street</td><td>Portfolio climate analytics + AI-native physics-based hazard data</td><td>Multi-hazard, 2B+ structures globally</td><td>Asset owners, asset managers, banks</td></tr>
<tr><td>Climate X (Spectra)</td><td>In-house climate science built for financial services</td><td>12 hazards incl. TC, surge, flood, wildfire</td><td>Banks, insurers, asset managers</td></tr>
<tr><td>Munich Re RMP (NATHAN)</td><td>40 years of reinsurer-grade hazard data</td><td>15 hazards, TC zoning + HiFLOR projections</td><td>Insurers, banks, developers, corporates</td></tr>
<tr><td>Moody's RMS</td><td>Insurance-grade stochastic cat models</td><td>Cyclone/hurricane/typhoon, HD model suite</td><td>(Re)insurers, increasingly banks/investors</td></tr>
<tr><td>Verisk</td><td>Claims-validated vulnerability + new Synergy Studio platform</td><td>Reengineered US TC model (2026)</td><td>(Re)insurers, capital markets, corporates</td></tr>
</tbody>
</table>
</div>

<h2 id="what-to-actually-compare">What to actually compare</h2>

<p>When evaluating any of these platforms, the marketing language (“AI-powered,” “physics-based,” “climate-validated”) converges quickly — the differentiators that matter in practice are:</p>

<ol>
  <li><strong>Granularity</strong> — asset-level (single building/coordinate) versus regional/postcode-level scoring.</li>
  <li><strong>Scenario coverage</strong> — which emissions pathways (RCP/SSP) and time horizons are supported, and whether outputs map cleanly to disclosure requirements.</li>
  <li><strong>Validation</strong> — how the vulnerability functions were calibrated: against real insurance claims and post-event surveys, or purely modelled.</li>
  <li><strong>Financial translation</strong> — whether the platform stops at a hazard score, or converts hazard + vulnerability into loss, VaR, or business-interruption metrics a CFO can use directly.</li>
</ol>

<div class="callout">
<strong>Why this matters for parametric insurance.</strong> The same hazard science described above — stochastic event sets, wind field intensity, storm surge — is exactly what underpins the index used to trigger a parametric payout. Understanding how the risk is <em>modelled</em> is the first half of the picture; how it gets <em>transferred</em> is the second. That's the subject of the next post.
</div>

<p>Subscribe below to get that post — and future notes on physical climate risk and catastrophe modelling — as soon as they’re published.</p>

<p>Sources: <a href="https://www.msci.com/data-and-analytics/climate-solutions/physical-risk-solutions">MSCI Physical Risk Solutions</a> · <a href="https://www.msci.com/discover-msci/media-room/msci-acquires-first-street-to-enhance-physical-climate-risk-capabilities-for-financial-decision-making">MSCI acquires First Street</a> · <a href="https://www.climate-x.com/spectra">Climate X Spectra</a> · <a href="https://www.climate-x.com/spectra/methodology">Climate X Spectra methodology</a> · <a href="https://www.munichre.com/rmp/en/products/location-risk-intelligence.html">Munich Re RMP Location Risk Intelligence</a> · <a href="https://www.munichre.com/rmp/en/products/location-risk-intelligence/natural-hazards-edition.html">Munich Re NATHAN, Natural Hazards Edition</a> · <a href="https://www.rms.com/models/cyclone-hurricane-typhoon">Moody’s RMS cyclone/hurricane/typhoon models</a> · <a href="https://www.verisk.com/company/newsroom/verisk-redefines-u.s.-hurricane-risk-modeling-with-reengineered-tropical-cyclone-model-delivered-on-its-new-synergy-studio-platform/">Verisk Tropical Cyclone Model / Synergy Studio</a></p>]]></content><author><name>Daniel Boateng</name></author><category term="Climate Risk" /><category term="Physical Risk" /><category term="Tropical Cyclone" /><summary type="html"><![CDATA[Tropical cyclones are the costliest natural peril on the planet — a single landfalling storm can generate tens of billions of dollars in insured and uninsured losses within days. For decades, quantifying that risk was the job of a handful of catastrophe modelling firms serving (re)insurers. That has changed. Banks assessing mortgage and corporate loan books, asset managers pricing climate risk into portfolios, and corporates responding to mandatory disclosure regimes (TCFD, ISSB/IFRS S2, EU CSRD) now all need the same thing insurers have used for years: a defensible, forward-looking estimate of tropical cyclone risk at the level of an individual asset.]]></summary></entry></feed>