[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-moody-s-peer-analysis":3,"mdc-sna1ok-key":36,"related-org-openai-moody-s-peer-analysis":20068,"related-repo-openai-moody-s-peer-analysis":20275},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"moody-s-peer-analysis","produce peer analysis reports for credit","Produce a Peer Analysis HTML report for a target company and its credit peers using Moody's GenAI MCP tools. Use this skill whenever the user asks to compare a company against its peers, run a peer analysis, do a credit peer comparison, generate a peer group report, or analyze relative credit positioning. Trigger even if they just name a company and mention \"peers\", \"peer comparison\", \"credit comparison\", \"peer group\", or \"relative value\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"Research","research","tag",{"name":17,"slug":18,"type":15},"Reporting","reporting",{"name":20,"slug":21,"type":15},"HTML","html",{"name":23,"slug":24,"type":15},"Finance","finance",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-06-30T19:00:57.102",null,465,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fmoody-s\u002Fskills\u002Fmoody-s-peer-analysis","---\nname: moody-s-peer-analysis\ndescription: >\n  Produce a Peer Analysis HTML report for a target company and its credit peers using Moody's\n  GenAI MCP tools. Use this skill whenever the user asks to compare a company against its peers,\n  run a peer analysis, do a credit peer comparison, generate a peer group report, or analyze\n  relative credit positioning. Trigger even if they just name a company and mention \"peers\",\n  \"peer comparison\", \"credit comparison\", \"peer group\", or \"relative value\".\n---\n\n# Peer Analysis Skill\n\nGenerates a professional HTML report (styled like a Moody's peer analysis PDF) for a target\ncompany and up to 3 credit peers. Data is pulled from multiple `Moodys MCP server` MCP tools and\nconsolidated into a single HTML artifact covering peers comparison, ratings chart, and ESG.\n\nThe workflow is **single-artifact file delivery**: gather all data, assemble the complete HTML\ndocument in memory, write it to disk as a standalone `.html` file, and present it to the user for\ndownload. No fenced code blocks, no streaming partial sections, no JSON payload, no progressive\nedits. The downloaded file is the sole deliverable.\n\n> ## ⚠️ CRITICAL — NON-NEGOTIABLE OUTPUT CONTRACT\n>\n> **The LLM MUST write the final report to disk and present it as a downloadable file.**\n> This is the only acceptable form of delivery for this skill. Specifically:\n>\n> - The LLM **MUST** write the complete, standalone HTML document (`\u003C!doctype html>` → `\u003C\u002Fhtml>`)\n>   to `\u002Fmnt\u002Fuser-data\u002Foutputs\u002F{target_company_slug}_peer_analysis.html` and then call\n>   `present_files` to surface it to the user.\n> - The LLM **MUST NOT** print the raw HTML source in the chat — no ` ```html ` fenced code\n>   blocks, no partial snippets, no inline HTML in the assistant message.\n> - The LLM **MUST NOT** split the report across multiple files or multiple messages.\n> - The LLM **MUST NOT** substitute prose, Markdown, JSON, or links for the file download.\n> - If data gathering fails partially, still write and deliver the file with best-available\n>   content and `\"--\"` placeholders for missing cells — never skip the file delivery.\n>\n> Treat any other output shape as a hard failure of the skill.\n\n## Required MCP servers\n\n`Moodys MCP server` — tools used: `findEntity`, `getEntityPeers`, `getEntityRatings`,\n`getEntityCreditOpinion`, `getEntityFinancials` (sections: Profile, Summary, RatingOutlook, FactorsLeadingToUpgrade,\nFactorsLeadingToDowngrade, CreditStrengths, CreditChallenges, ESGConsiderations,\nKeyIndicatorsTable, ScorecardTable), `getEntityEsg`, `getEntitySectorOutlook`\n\n`ProbabilityOfDefault - Prod - Moodys MCP - NEW URL` — PD tools:\n- `getEntityProbabilityOfDefault` — retrieve Current PD, 1-year PD, 5-year cumulative PD,\n  and implied rating for the target company AND each peer. Used to build the PD comparison\n  panel in Section 2. Set `pd_comparison` to `null` in the JSON payload if data is\n  unavailable for the target or fewer than 2 peers.\n\nIf any of the tools required for a section do not exist, inform the user: One or more tools required for this section are not available under your current subscription. Unlock more of the expert insights, data, and analytics you trust. Get Link:https:\u002F\u002Fwww.moodys.com\u002Fweb\u002Fen\u002Fus\u002Fcapabilities\u002Fgen-ai\u002Fai-ready-data.html with us to learn more.\n\n## Bundled files\n\n- `assets\u002Ftemplate.html` — self-contained static report shell (CSS + named section placeholders,\n  including pre-shaped tables for a fixed target+3-peer layout). No embedded data, no inline\n  script. Treat this file as the **read-only structural reference**: read it, fill it in\n  mentally, and emit the complete filled document in the final response.\n\n## Template (shared)\n\nBefore emitting the HTML report, **read both**:\n1. [`skills\u002Fshared\u002Ftemplate\u002FSKILL.md`](..\u002Fshared\u002Ftemplate\u002FSKILL.md) — authoring rules (which\n   classes \u002F snippets are owned by the shared layer, allowed per-skill overrides, outlook-badge\n   usage).\n2. [`skills\u002Fshared\u002Ftemplate\u002Fassets\u002Ftemplate.html`](..\u002Fshared\u002Ftemplate\u002Fassets\u002Ftemplate.html) —\n   canonical CSS (inside `\u003Cstyle id=\"shared-template-css\">`) and literal HTML markup snippets\n   (inside `\u003Ctemplate>` tags) for the document head, cover, TOC, section block, sources-section\n   wrapper, footer, and outlook-badge.\n\n**Lookup order — always check the shared template before inventing.** If a class, design token,\nlayout primitive, or scaffold element you need is not defined in this `SKILL.md` or already\npresent in this skill's `assets\u002Ftemplate.html`, the shared template skill is authoritative. Do\nnot invent CSS, HTML scaffolds, or design tokens that the shared skill already provides; do not\nsilently restyle anything the shared skill owns (cover, TOC, section, sources-section wrapper,\nfooter, outlook-badge, design tokens, reset, body \u002F page base).\n\nAt emit time, copy the **contents** (not the `\u003Cstyle>` wrapper) of `\u003Cstyle id=\"shared-template-css\">`\nfrom the shared asset into the parent template's reserved marker region between the CSS-comment\nmarkers `\u002F* BEGIN shared-template-css ... *\u002F` and `\u002F* END shared-template-css *\u002F`. For HTML\nscaffolds (head boilerplate, cover, TOC, sources-section wrapper, footer), use the literal markup\nfrom the matching `\u003Ctemplate>` snippet in the shared asset. The parent template no longer\ncarries duplicated chrome CSS — those rules ship only in the shared asset.\n\nThis skill uses the **`cover-multi`** variant. Skill-specific override retained above the\nmarker region: `**.page { max-width: 1050px }**` (PA reports are wider than the 900px canonical\ndefault to fit the multi-column scorecard \u002F key-indicators tables). Skill-specific CSS that\nstays local: `.sub-heading`, all PA-specific table classes (`.pa-table`, `.credit-drivers-table`,\n`.ki-table`, `.sc-table`), and the chart helpers (`.chart-container`, `.chart-title`,\n`.chart-legend`, `.chart-legend-item`, `.chart-legend-swatch`). All outlook-badge usage in this\nskill must use the canonical pastel variants (`stable` \u002F `positive` \u002F `negative` \u002F `review` \u002F\n`na`) defined by the shared skill — no solid-fill or inline-color overrides. PA flags the target\nentity on the cover with `class=\"company-chip target\"`; the chip wrappers themselves come from\nthe shared cover-multi snippet.\n\n## Citations (shared)\n\nBefore emitting any `[n]` reference inline, any per-section recap block, or the end-of-document\nCitations block, **read both**:\n1. [`skills\u002Fshared\u002Fcitations\u002FSKILL.md`](..\u002Fshared\u002Fcitations\u002FSKILL.md) — authoring rules\n   (numbering, hyperlinking, source data shape, carve-outs).\n2. [`skills\u002Fshared\u002Fcitations\u002Fassets\u002Ftemplate.html`](..\u002Fshared\u002Fcitations\u002Fassets\u002Ftemplate.html) —\n   canonical CSS (inside `\u003Cstyle id=\"shared-citations-css\">`) and literal HTML markup snippets\n   (inside `\u003Ctemplate>` tags) for inline references, the end-of-document Citations block, and\n   the optional `.section-citations` recap.\n\nAt emit time, copy the **contents** (not the wrapper) of `\u003Cstyle id=\"shared-citations-css\">`\nfrom the shared asset into the parent template's reserved marker region, located inside\n`assets\u002Ftemplate.html` between the CSS-comment markers\n`\u002F* BEGIN shared-citations-css … *\u002F` and `\u002F* END shared-citations-css *\u002F`. The parent\ntemplate no longer carries duplicated citation CSS — those rules ship only in the shared\nasset.\n\nThe prefix used for the end-of-document container in this skill is `pa`, so the container id\nis `#pa-sources`. Optional per-section recap blocks live in `#pa-cite-peers`,\n`#pa-cite-ratings`, and `#pa-cite-esg`. Internal MCP tool names (e.g. `getEntityCreditOpinion`)\nare NEVER rendered inside `.source-meta`.\n\n---\n\n## Step 1 — Resolve the target company\n\nCall `findEntity` with the company name provided by the user. Store the canonical entity name\nand entity ID.\n\nIf the user provides only one company name, that is the **target company**. The peers will be\ndiscovered automatically in Step 2.\n\n---\n\n## Step 2 — Discover and resolve peers\n\nCall `getEntityPeers` for the target company. Select the top 3 peers returned.\n\nYou now have a set of up to **4 companies** (1 target + up to 3 peers). For each peer, call\n`findEntity` to resolve its canonical entity name and ID.\n\n---\n\n## Step 3 — Read the template\n\nRead `assets\u002Ftemplate.html` (relative to this skill directory) once. Keep its exact structure —\nCSS, `\u003Chead>`, section order, table skeletons (including all pre-shaped 4-company columns\u002Frows),\nrow labels, and element IDs — as the scaffold for the final artifact. Do **not** copy it to the\nworkspace and do **not** open it.\n\n---\n\n## Step 4 — Gather all data in parallel\n\nFor every company in the set (target + up to 3 peers), fire **all of the following in a single\nparallel batch** (one message, many tool calls):\n\n### Credit Opinion data (per company)\n\nCall `getEntityCreditOpinion`,`getEntityFinancials` requesting these sections, about the key Indicators table this should be populated with most recent fiscal year available (e.g. 2025 FY) on `getEntityFinancials`. Not LTM allowed:\n\n> **CRITICAL — `getEntityFinancials` is the authoritative source for all quantitative data.**\n> Always call `getEntityFinancials` (with `excludeInterimData: true`) for every entity in the\n> peer set to obtain the most recent **fiscal year-end** figures. Do NOT rely solely on the\n> Key Indicators or Scorecard exhibits embedded in `getEntityCreditOpinion` — those may\n> reference an older period. After fetching financials, identify each entity's latest year\n> with a non-null Revenue value and use that year exclusively for Key Indicators charts,\n> Scorecard \"Current\" column, and the Revenue bar chart. LTM figures are **not permitted**.\n\n| Section parameter | Purpose |\n|---|---|\n| `Profile` | Company description for the Peers Table |\n| `FactorsLeadingToUpgrade` | Upgrade factors for Credit Drivers |\n| `FactorsLeadingToDowngrade` | Downgrade factors for Credit Drivers |\n| `CreditStrengths` | Credit strengths for Credit Drivers |\n| `CreditChallenges` | Credit challenges for Credit Drivers |\n| `KeyIndicatorsTable` | Financial metrics for Key Indicators table |\n| `ScorecardTable` | Scorecard data |\n\n### Ratings (per company)\n\nCall `getEntityRatings` — retrieve the current long-term rating, rating class, rating date,\noutlook, and historical ratings (need at least the last 5 rating actions for the Ratings Chart).\n\n### ESG (per company)\n\nCall `getEntityEsg` — overall CIS classification plus E, S, G sub-scores.\n\n### Sector outlook (once per sector)\n\nCall `getEntitySectorOutlook` for the target company's sector. Reuse for peers in the same\nsector.\n\n### Probability of Default (target + all peers)\n\nCall `getEntityProbabilityOfDefault` for the target company AND every resolved peer in a\nsingle parallel batch. Retrieve:\n- 1-year PD (%)\n- 5-year cumulative PD (%)\n- PD-implied rating\n\nCompute the **peer average** for 1-year PD and 5-year cumulative PD (exclude the target).\nDetermine `pd_signal`:\n- `\"red\"` — target 1-year PD is >2× peer average\n- `\"amber\"` — target 1-year PD is 1.25–2× peer average\n- `\"green\"` — target 1-year PD is ≤1.25× peer average\n\nBuild `pd_gap_1yr` label (e.g. `\"+0.079pp above peer avg (3.5×)\"`).\n\nSet `pd_comparison` to `null` if the PD tool is unavailable or data is missing for the target\nor fewer than 2 peers — the panel is suppressed automatically.\n\nHold all results in context for Step 5 synthesis.\n\n---\n\n## Step 5 — Synthesize + emit the complete artifact\n\nAfter data is gathered, assemble the complete filled HTML document and write it to disk, then\npresent it to the user for download (see Step 7 for the file-naming and delivery contract).\n\nThe assembled document **must**:\n\n- Be a complete, standalone HTML document (doctype → `\u003C\u002Fhtml>`) that renders without\n  external dependencies.\n- Preserve the template's `\u003Chead>` (CSS, fonts), section order, table skeletons, row labels, and\n  element IDs exactly. Only the empty targets defined below are populated.\n\nWrite in professional financial\u002Fcredit analysis language. Always reference specific companies by\nname. The target company is **always the first column \u002F first row** in every table. Render order\nof content inside the code block follows the page top-to-bottom so the artifact is human-readable\nas well as browser-renderable: cover\u002Fheader fields first, then Peers Comparison sub-sections\n(1–6), Ratings Chart, ESG, and citations\u002Fsources last.\n\nAttribute substantive claims with numbered citation references. The exact inline markup, the\nURL-less fallback, and the rule that `n` matches the row position of the source inside\n`#pa-sources` are defined in [skills\u002Fshared\u002Fcitations\u002FSKILL.md](..\u002Fshared\u002Fcitations\u002FSKILL.md).\n\n### Cover \u002F header fields (write first)\n\n- `#pa-report-date` — e.g. `April 20, 2026` (plain text)\n- `#pa-footer-date` — same value (plain text)\n- `#pa-target-company` — canonical name of the target (plain text)\n- `#pa-peer-count` — integer count of peers resolved in Step 2 (plain text)\n- `#pa-company-chips` — `\u003Cspan class=\"company-chip target\">Target\u003C\u002Fspan>` followed by one\n  `\u003Cspan class=\"company-chip\">Peer\u003C\u002Fspan>` per peer (space-separated; target first)\n- `#pa-cover-img-right`, `#pa-cover-img-bottom` — optional. If you have image URLs or data URIs\n  to use, set the `src` attributes **and** add the `has-cover-image` class to the corresponding\n  container (`\u003Cdiv class=\"cover-top has-cover-image\">` and\u002For `\u003Cdiv class=\"cover-bottom has-cover-image\">`).\n  If you do not have images, leave the template as-is — the empty image strips will collapse\n  automatically and the cover will render as a clean navy block with the accent bar.\n\n### Section 1 — Peers Comparison Table & Analysis\n\n**1) Peers Table** → `\u003Ctbody id=\"pa-peers-table\">`\n\nWrite one `\u003Ctr>` per company. Two columns: company name + a substantive description paragraph\nsourced from the Credit Opinion `Profile` section (headquarters, business overview, key\nbrands\u002Fsegments, approximate TTM revenue). Description paragraphs may carry inline citations.\n\n**2) Peers Rating** → `\u003Ctbody id=\"pa-peers-rating\">`\n\nWrite one `\u003Ctr>` per company. Three columns: company name, rating (formatted as\n`{rating} ({rating class} \u002F {date})`), and `\u003Cspan class=\"outlook-badge …\">Outlook\u003C\u002Fspan>`.\nUse class rules below.\n\n**3) Credit Drivers** — 5 rows × 4 company columns, pre-shaped `\u003Ctable>` with per-cell IDs\n\nWrite the 4 company header cells first:\n- `#pa-cd-col-1` — target name (plain text)\n- `#pa-cd-col-2`, `#pa-cd-col-3`, `#pa-cd-col-4` — peer names in order (leave empty if fewer\n  than 3 peers were resolved)\n\nThen write the 16 body cells (`#pa-cd-r{1..4}-c{1..4}`). Each cell is a substantive paragraph\nwith specific quantitative thresholds where available. Cells may carry inline citations:\n\n- Row 1 (`Upgrade factors`) — from `FactorsLeadingToUpgrade`\n- Row 2 (`Downgrade factors`) — from `FactorsLeadingToDowngrade`\n- Row 3 (`Credit strengths (qualitative)`) — from `CreditStrengths`\n- Row 4 (`Credit challenges (qualitative)`) — from `CreditChallenges`\n\n> **Row 5 (\"Quantitative support\") has been removed.** Do NOT emit a 5th row in the Credit\n> Drivers table. The pre-shaped table in `assets\u002Ftemplate.html` has 5 row slots — leave\n> `#pa-cd-r5-c{1..4}` blank and suppress the row label for Row 5 by setting its `\u003Cth>` to\n> an empty string or by omitting it entirely if the template allows. Quantitative metrics\n> are covered by the Key Indicators bar charts immediately below.\n\nIf a Credit Opinion section is missing for a company, write `Not available` in the corresponding\ncell rather than leaving it blank.\n\n**4) Key Indicators — Peer Bar Charts** → `#pa-ki-charts`\n\nReplace the static Key Indicators table with a set of **horizontal peer bar charts** matching\nthe visual style from the sector-drift report. Emit a `\u003Cdiv id=\"pa-ki-charts\">` block\ncontaining **five** `peer-bar-chart-outer` panels, one per metric:\n\n| Chart | Metric | Unit | Source | Note on \"lower is better\" |\n|-------|--------|------|--------|--------------------------|\n| 1 | FCF Margin % | `%` | (OCF − \\|Capex\\|) \u002F Revenue | Higher = better |\n| 2 | Debt \u002F EBITDA | `x` | Moody's pre-computed Key Indicators | Lower = better |\n| 3 | EBITDA Margin % | `%` | EBITDA \u002F Revenue | Higher = better |\n| 4 | EBITA \u002F Interest | `x` | Moody's pre-computed Key Indicators | Higher = better |\n| 5 | RCF \u002F Net Debt | `%` | Moody's pre-computed Key Indicators | Higher = better |\n\nFor each chart:\n- Show one bar per company (target first, then peers sorted by descending value, then AVERAGE last)\n- The target bar uses `background:#0066cc` (blue); AVERAGE bar uses `background:#2e7d32` (green)\n- Peers use `background:#7ca8d8` (steel blue) for positive values, `background:#e0a0a0` for negative\n- Draw an orange median line (`background: #e87722`) at the peer median position\n- **Show the fiscal year for each company's bar** by appending the FY label in parentheses to\n  the `pbc-name` element (e.g. `Target Co (FY2025)`, `Peer A (FY2024)`). This is required\n  because different entities may have different most-recent fiscal years. Use the same FY\n  year identified via `getEntityFinancials` for each entity.\n- Display the fiscal year reference at the top of the block (e.g. `FY2025, % of revenue | Orange line = peer median | Green bar = peer average`); if entities have mixed FYs, write `Most recent FY` instead of a single year\n- Include a note line at the bottom with: peer median, peer avg (n=X), company value, gap\n\n**Compute peer average and peer median** across all resolved peers (exclude the target).\n\n**FY period header**: show the most recent common FY year at the top of `#pa-ki-charts` in\na `\u003Cdiv class=\"ki-fy-header\">` (e.g. `KEY INDICATORS — FY2025 | Company vs. Peers`).\n\n**Reference snippet** for one chart panel (emit five of these inside `#pa-ki-charts`):\n\n```html\n\u003Cdiv id=\"pa-ki-charts\">\n  \u003Cdiv class=\"ki-fy-header\">KEY INDICATORS — FY2025 | Company vs. Peers\u003C\u002Fdiv>\n\n  \u003Cdiv class=\"peer-bar-chart-outer\">\n    \u003Cdiv class=\"pbc-title\">FCF MARGIN — COMPANY VS. PEERS\u003C\u002Fdiv>\n    \u003Cdiv class=\"pbc-subtitle\">FY2025, % of revenue | Orange line = peer median | Green bar = peer average\u003C\u002Fdiv>\n    \u003Cdiv class=\"pbc-rows\">\n      \u003C!-- Target (subject) row -->\n      \u003Cdiv class=\"pbc-row\">\n        \u003Cdiv class=\"pbc-name subject\" title=\"Target Co\">Target Co\u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-track\">\n          \u003Cdiv class=\"pbc-median-line\" style=\"left:52.3%\">\u003Cdiv class=\"pbc-median-tip\">Median 8.4%\u003C\u002Fdiv>\u003C\u002Fdiv>\n          \u003Cdiv class=\"pbc-fill subj-neg\" style=\"left:0;width:12.1%\">\u003C\u002Fdiv>\n        \u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-val neg\">-2.1%\u003C\u002Fdiv>\n      \u003C\u002Fdiv>\n      \u003C!-- Peer rows (sorted descending by value) -->\n      \u003Cdiv class=\"pbc-row\">\n        \u003Cdiv class=\"pbc-name\" title=\"Peer A\">Peer A\u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-track\">\n          \u003Cdiv class=\"pbc-median-line\" style=\"left:52.3%\">\u003C\u002Fdiv>\n          \u003Cdiv class=\"pbc-fill peer-pos\" style=\"left:0;width:100%\">\u003C\u002Fdiv>\n        \u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-val pos\">12.3%\u003C\u002Fdiv>\n      \u003C\u002Fdiv>\n      \u003C!-- AVERAGE bar (last, separated by dashed border) -->\n      \u003Cdiv class=\"pbc-row\" style=\"margin-top:6px;padding-top:6px;border-top:1px dashed #d0d7e3\">\n        \u003Cdiv class=\"pbc-name average\">AVERAGE\u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-track\">\n          \u003Cdiv class=\"pbc-fill avg-bar\" style=\"left:0;width:70.7%\">\u003C\u002Fdiv>\n        \u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-val avg-val\">8.7%\u003C\u002Fdiv>\n      \u003C\u002Fdiv>\n    \u003C\u002Fdiv>\n    \u003Cdiv class=\"pbc-note\">Peer median 8.42% | Peer avg 8.70% (n=6, Moody's). Company: -2.10%. Gap vs. median: -10.52pp.\u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\n  \u003C!-- Repeat for Debt\u002FEBITDA, EBITDA Margin %, EBITA\u002FInterest, RCF\u002FNet Debt -->\n\u003C\u002Fdiv>\n```\n\n**Bar width calculation** — for charts with only positive values:\n- Find `maxAbs` = max of all absolute values across company + peers\n- `fillW` = `(value \u002F maxAbs * 88).toFixed(1) + '%'`\n\nFor charts that could include negative values (FCF Margin):\n- Use a zero-anchored track: `zeroPct = 44`, positive bars grow right, negative bars grow left\n- `fillW = (|value| \u002F maxAbs * 44).toFixed(1) + '%'`\n- `fillL` for negative: `(zeroPct - |value|\u002FmaxAbs*44).toFixed(1) + '%'`\n\n**Median line position**: `medPct = (medV \u002F maxAbs * 88).toFixed(1) + '%'` (positive-only charts)\n\nSource all values from `getEntityFinancials` (most recent FY — same period used in scorecards).\nIf a value is missing, omit the bar row for that company.\n\n**5) Scorecards** — 7 rows × 8 sub-columns (4 companies × Current\u002FForward), pre-shaped `\u003Ctable>`\n\nWrite the 4 top-level company headers first:\n- `#pa-sc-col-1` — target name\n- `#pa-sc-col-2`, `#pa-sc-col-3`, `#pa-sc-col-4` — peer names\n\nWrite the 8 sub-header labels:\n- `#pa-sc-col-{1..4}-curr` — current-period label that **must exactly match the most-recent\n  FY period used for that entity in the Key Indicators bar charts** (e.g. if Apple's KI data\n  is from FY2025, write `FY2025`; if Microsoft's is from FY2024, write `FY2024`). Each\n  entity's label is set independently — do not force a single common year across all columns.\n- `#pa-sc-col-{1..4}-fwd` — forward-period label (e.g. `Forward`)\n\n> **FY LABEL SYNCHRONY — STRICTLY ENFORCED (Sections 4 and 5):**\n> The fiscal year label shown in Section 4 (Key Indicators bar charts) for each entity\n> **MUST be identical** to the label shown in the `#pa-sc-col-{n}-curr` sub-header for that\n> same entity in Section 5 (Scorecards). This is a hard consistency requirement:\n>\n> - Determine the most-recent non-null full fiscal year-end for each entity from\n>   `getEntityFinancials` (with `excludeInterimData: true`). Label it as `FY{YYYY}`\n>   (e.g. `FY2025`, `FY2024`). **Never use \"LTM\", \"TTM\", \"Current\", or any period\n>   label other than the specific `FY{YYYY}` form.**\n> - Write that exact `FY{YYYY}` string in:\n>   1. The `pbc-name` element of each company's row inside every Section 4 bar chart\n>      (appended in parentheses, e.g. `Apple Inc. (FY2025)`), AND in the\n>      `\u003Cdiv class=\"ki-fy-header\">` block label.\n>   2. The `#pa-sc-col-{n}-curr` sub-header cell for that entity in Section 5.\n>   3. The data values themselves — all numbers in Section 4 and Section 5 Current cells\n>      must be sourced from the same `FY{YYYY}` period.\n> - If two entities have different most-recent FYs, each gets its own correct label\n>   independently. The header `\u003Cdiv class=\"ki-fy-header\">` should then read\n>   `KEY INDICATORS — Most Recent FY | Company vs. Peers`.\n> - This synchrony check is mandatory before emitting the final HTML. Mismatched labels\n>   between Section 4 and Section 5 are a hard failure of the skill.\n\n> **`~` (tilde) prefix rule — STRICT:** The `~` prefix (e.g. `~2.5x`, `~15%`) means\n> *approximately estimated \u002F forecast* and must **only** appear in **Forward** (`-fwd`) cells.\n> It must **never** appear in **Current** (`-curr`) cells. Current-period cells contain actual\n> reported or Moody's-adjusted figures sourced from `getEntityFinancials`; use the precise\n> value as-is (e.g. `2.3x`, `14.8%`). If the exact current figure is unavailable, write `N\u002FA`\n> — do not substitute a tilde-prefixed estimate.\n\nThen write the 56 body cells (`#pa-sc-r{1..7}-c{1..4}-curr` and `-fwd`) for the 7 rows:\n- Row 1 — Scale: Revenue\u002FSales (USD bn)\n- Row 2 — Profitability: EBIT(A) margin\n- Row 3 — Leverage: Debt\u002FEBITDA\n- Row 4 — Cash flow: RCF\u002FNet debt\n- Row 5 — Coverage: EBIT(A)\u002FInterest\n- Row 6 — Scorecard-indicated outcome\n- Row 7 — Actual rating\n\nSource from `ScorecardTable` in the Credit Opinion and `getEntityFinancials`\n\n**6) Conclusion** → `#pa-conclusion`\n\nThree `\u003Cp>` paragraphs focused on **differentiation** of the target among its peers. Paragraphs\nmay carry inline citations:\n\n- Paragraph 1: How the target differentiates positively vs. weaker peers on quantitative metrics\n  (leverage, coverage, cash flow). Cite specific ratios.\n- Paragraph 2: Business risk profile comparison — where the target is more concentrated or less\n  diversified vs. stable peers. Reference upgrade\u002Fdowngrade triggers.\n- Paragraph 3: Practical positioning — frame the target's \"path to stand out\" by linking back\n  to the upgrade\u002Fdowngrade framework and key risk factors.\n\n### Section 2 — Ratings Chart (± Probability of Default)\n\n> **SECTION 2 TITLE RULE — STRICTLY ENFORCED:**\n> The heading for Section 2 (in both the TOC `\u003Cli>` and the `\u003Cdiv class=\"section-heading\">`)\n> must be set **conditionally** at emit time:\n>\n> - If PD data is available (i.e. `pd_comparison` is NOT `null`) →\n>   use **\"Section 2. Ratings Chart & Probability of Default\"**\n> - If PD data is unavailable (i.e. `pd_comparison` is `null`, the MCP server is unreachable,\n>   or data is missing for the target or fewer than 2 peers) →\n>   use **\"Section 2. Ratings Chart\"**\n>\n> The template ships with the longer title as a placeholder; overwrite it in both locations\n> (`#sec2 .section-heading` and the matching `\u003Cli>` in `\u003Cul class=\"toc-list\">`) whenever\n> PD data is absent. Never show \"& Probability of Default\" in the title if there is no PD panel.\n\n**Chart** → `#pa-ratings-chart`\n\nEmit a single inline `\u003Csvg>` block authored by the agent (see SVG template below). The chart\nplots the last 5 rating actions for each company as a line chart. X-axis uses sequential labels\n(`Rating 1` … `Rating 5`, most recent first); Y-axis maps Moody's rating symbols to a numeric\nscale.\n\n**PD Panel** → `#pa-pd-panel`\n\nImmediately after the ratings chart, emit the Probability of Default panel as a **horizontal\nbar chart** using the same `.peer-bar-chart-outer` style as the Key Indicators charts in\nSection 1. If PD data is unavailable, leave `#pa-pd-panel` empty (the element collapses).\n\nEmit one `peer-bar-chart-outer` block showing the **1-year PD (%)** for each company. Use the\nsame CSS classes and bar-width formula as the KI charts (`pbc-fill`, `pbc-track`, `pbc-rows`,\netc.). Include a note row at the bottom with peer median, peer average, and the gap signal.\n\nSignal colouring for the target bar:\n- `pbc-fill subj-neg` (red) — target 1-year PD > 2× peer average (`pd_signal: \"red\"`)\n- `pbc-fill subj-pos` (blue) — all other cases\n\n**Reference snippet** (emit this block directly into `#pa-pd-panel`):\n\n```html\n\u003Cdiv class=\"peer-bar-chart-outer\">\n  \u003Cdiv class=\"pbc-title\">PROBABILITY OF DEFAULT — 1-YEAR PD (%)\u003C\u002Fdiv>\n  \u003Cdiv class=\"pbc-subtitle\">Moody's PD model | Orange line = peer median | Green bar = peer average\u003C\u002Fdiv>\n  \u003Cdiv class=\"pbc-rows\">\n    \u003C!-- Target (subject) row — blue or red depending on pd_signal -->\n    \u003Cdiv class=\"pbc-row\">\n      \u003Cdiv class=\"pbc-name subject\" title=\"Target Co\">Target Co\u003C\u002Fdiv>\n      \u003Cdiv class=\"pbc-track\">\n        \u003Cdiv class=\"pbc-median-line\" style=\"left:38.5%\">\u003Cdiv class=\"pbc-median-tip\">Median 0.032%\u003C\u002Fdiv>\u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-fill subj-neg\" style=\"left:0;width:100%\">\u003C\u002Fdiv>\n      \u003C\u002Fdiv>\n      \u003Cdiv class=\"pbc-val neg\">0.111%\u003C\u002Fdiv>\n    \u003C\u002Fdiv>\n    \u003C!-- Peer rows (sorted descending by pd_1yr) -->\n    \u003Cdiv class=\"pbc-row\">\n      \u003Cdiv class=\"pbc-name\" title=\"Peer A\">Peer A\u003C\u002Fdiv>\n      \u003Cdiv class=\"pbc-track\">\n        \u003Cdiv class=\"pbc-median-line\" style=\"left:38.5%\">\u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-fill peer-pos\" style=\"left:0;width:54.1%\">\u003C\u002Fdiv>\n      \u003C\u002Fdiv>\n      \u003Cdiv class=\"pbc-val pos\">0.060%\u003C\u002Fdiv>\n    \u003C\u002Fdiv>\n    \u003C!-- AVERAGE bar (last, separated by dashed border) -->\n    \u003Cdiv class=\"pbc-row\" style=\"margin-top:6px;padding-top:6px;border-top:1px dashed #d0d7e3\">\n      \u003Cdiv class=\"pbc-name average\">AVERAGE\u003C\u002Fdiv>\n      \u003Cdiv class=\"pbc-track\">\n        \u003Cdiv class=\"pbc-fill avg-bar\" style=\"left:0;width:28.8%\">\u003C\u002Fdiv>\n      \u003C\u002Fdiv>\n      \u003Cdiv class=\"pbc-val avg-val\">0.032%\u003C\u002Fdiv>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n  \u003Cdiv class=\"pbc-note\">Peer median 0.032% | Peer avg 0.032% (n=3). Target: 0.111%. Gap: +0.079pp above peer avg (3.5×). PD-implied rating: A1.\u003C\u002Fdiv>\n  \u003Cdiv class=\"pbc-note\" style=\"margin-top:4px;font-style:italic\">One-sentence PD narrative goes here.\u003C\u002Fdiv>\n\u003C\u002Fdiv>\n```\n\n**Bar width calculation:** `fillW = (pd_1yr \u002F maxPD * 88).toFixed(1) + '%'` where `maxPD` is\nthe maximum 1-year PD across all companies including the target.\n\n**Median line position:** `medPct = (medianPD \u002F maxPD * 88).toFixed(1) + '%'`\n\n**Analysis** → `#pa-ratings-analysis`\n\nOne `\u003Cp>` paragraph on rating trajectories — which companies show improvement, deterioration,\nor stability, and what that implies for relative credit positioning. May carry inline citations.\n\n### Section 3 — ESG Table & Analysis\n\n**ESG Table** → `\u003Ctbody id=\"pa-esg-table\">`\n\nWrite one `\u003Ctr>` per company. Five columns: company name, Overall (CIS-*), Environmental (E-*),\nSocial (S-*), Governance (G-*).\n\n**Analysis** → `#pa-esg-analysis`\n\nTwo `\u003Cp>` paragraphs. Paragraphs may carry inline citations:\n\n- Paragraph 1: Compare ESG profiles across the peer set. Identify which companies share similar\n  profiles and what drives the overall classification.\n- Paragraph 2: Highlight the key differentiator (typically Governance) and explain which company\n  stands out as weaker\u002Fstronger and why.\n\n### Citations & sources (write last)\n\n- `#pa-cite-peers` — optional `\u003Cdiv class=\"section-citations\">…\u003C\u002Fdiv>` recap for the\n  peers-comparison section. Use the markup defined in\n  [skills\u002Fshared\u002Fcitations\u002FSKILL.md](..\u002Fshared\u002Fcitations\u002FSKILL.md). Omit if empty.\n- `#pa-cite-ratings` — optional recap for the ratings-chart section. Same markup.\n- `#pa-cite-esg` — optional recap for the ESG section. Same markup.\n- `#pa-sources` — end-of-document Citations rows. One `\u003Cdiv class=\"source-item\">` per source,\n  in `[1], [2], …` order, using the canonical row markup from the shared citations skill.\n  Internal MCP tool names are NEVER rendered in `.source-meta`.\n\n---\n\n## Streaming protocol (element → content mapping)\n\n| Element ID                                           | Content type                                                           |\n|------------------------------------------------------|------------------------------------------------------------------------|\n| `#pa-report-date`                                    | Plain text date                                                        |\n| `#pa-footer-date`                                    | Plain text date (same value)                                           |\n| `#pa-target-company`                                 | Plain text (canonical target name)                                     |\n| `#pa-peer-count`                                     | Plain text integer                                                     |\n| `#pa-company-chips`                                  | `\u003Cspan class=\"company-chip target\">` + `\u003Cspan class=\"company-chip\">`s  |\n| `#pa-cover-img-right`, `#pa-cover-img-bottom`        | `\u003Cimg>` element — set `src` attribute                                  |\n| `\u003Ctbody id=\"pa-peers-table\">`                        | `\u003Ctr>` rows (company name + description) with inline citations         |\n| `\u003Ctbody id=\"pa-peers-rating\">`                       | `\u003Ctr>` rows with `\u003Cspan class=\"outlook-badge …\">`                      |\n| `#pa-cd-col-1` … `#pa-cd-col-4`                      | Plain text (company names)                                             |\n| `#pa-cd-r{1..4}-c{1..4}`                             | Prose cell content (short `\u003Cp>` or plain text) with inline citations   |\n| `#pa-ki-charts`                                      | Five `.peer-bar-chart-outer` panels (FCF Margin, Debt\u002FEBITDA, EBITDA Margin, EBITA\u002FInterest, RCF\u002FNet Debt) |\n| `#pa-sc-col-1` … `#pa-sc-col-4`                      | Plain text (company names, span 2 sub-columns)                         |\n| `#pa-sc-col-{1..4}-curr`, `#pa-sc-col-{1..4}-fwd`    | Plain text sub-header labels (Current \u002F Forward period)                |\n| `#pa-sc-r{1..7}-c{1..4}-curr`, `…-fwd`               | Plain text scorecard cell values                                       |\n| `#pa-conclusion`                                     | Three `\u003Cp>` paragraphs with inline citations                           |\n| `#pa-ratings-chart`                                  | Single `\u003Cdiv class=\"chart-container\">…\u003Csvg>…\u003C\u002Fsvg>…\u003C\u002Fdiv>` block       |\n| `#pa-pd-panel`                                       | PD comparison panel — horizontal bar chart using `peer-bar-chart-outer` style |\n| `#pa-ratings-analysis`                               | One `\u003Cp>` paragraph with inline citations                              |\n| `\u003Ctbody id=\"pa-esg-table\">`                          | `\u003Ctr>` rows (company + overall + E + S + G)                            |\n| `#pa-esg-analysis`                                   | Two `\u003Cp>` paragraphs with inline citations                             |\n| `#pa-cite-peers`, `#pa-cite-ratings`, `#pa-cite-esg` | `\u003Cdiv class=\"section-citations\">…\u003C\u002Fdiv>` (optional, see shared citations skill) |\n| `#pa-sources`                                        | `\u003Cdiv class=\"source-item\">` rows (see shared citations skill)          |\n\nIf fewer than 3 peers are returned, leave unused column\u002Frow IDs empty. Do not collapse or remove\ncells — the pre-shaped table simply keeps those cells blank.\n\n### Reference HTML snippets\n\n**Peers table row** (`\u003Ctbody id=\"pa-peers-table\">`):\n\n```html\n\u003Ctr>\n  \u003Ctd class=\"company-name\">Target Co\u003C\u002Ftd>\n  \u003Ctd>Headquartered in Dearborn, Michigan, Target Co is a global automaker with TTM revenue of approximately $180B \u003Ca href=\"https:\u002F\u002Fexample.com\u002Fcredit-opinion-target\" target=\"_blank\" class=\"cite-ref\">[1]\u003C\u002Fa>, anchored by its F-Series, SUV, and Pro commercial businesses \u003Ca href=\"https:\u002F\u002Fexample.com\u002Fprofile-target\" target=\"_blank\" class=\"cite-ref\">[2]\u003C\u002Fa>.\u003C\u002Ftd>\n\u003C\u002Ftr>\n```\n\n**Peers rating row** (`\u003Ctbody id=\"pa-peers-rating\">`):\n\n```html\n\u003Ctr>\n  \u003Ctd class=\"company-name\">Target Co\u003C\u002Ftd>\n  \u003Ctd>Baa3 (Senior Unsecured - Dom Curr \u002F 2024-05-09)\u003C\u002Ftd>\n  \u003Ctd>\u003Cspan class=\"outlook-badge stable\">Stable\u003C\u002Fspan>\u003C\u002Ftd>\n\u003C\u002Ftr>\n```\n\n**Company chips** (`#pa-company-chips`):\n\n```html\n\u003Cspan class=\"company-chip target\">Target Co\u003C\u002Fspan>\n\u003Cspan class=\"company-chip\">Peer One\u003C\u002Fspan>\n\u003Cspan class=\"company-chip\">Peer Two\u003C\u002Fspan>\n\u003Cspan class=\"company-chip\">Peer Three\u003C\u002Fspan>\n```\n\n**ESG table row** (`\u003Ctbody id=\"pa-esg-table\">`):\n\n```html\n\u003Ctr>\n  \u003Ctd class=\"company-name\">Target Co\u003C\u002Ftd>\n  \u003Ctd>CIS-3\u003C\u002Ftd>\n  \u003Ctd>E-4\u003C\u002Ftd>\n  \u003Ctd>S-3\u003C\u002Ftd>\n  \u003Ctd>G-2\u003C\u002Ftd>\n\u003C\u002Ftr>\n```\n\n**Credit Drivers — per-cell write** (repeat for each of the 20 body cells):\n\n```html\nLeverage sustained below 2.5x Debt\u002FEBITDA, EBITA margin above 7%, and sustained positive free cash flow after dividends \u003Ca href=\"https:\u002F\u002Fexample.com\u002Fcredit-opinion-target\" target=\"_blank\" class=\"cite-ref\">[1]\u003C\u002Fa>.\n```\n\n**Conclusion paragraph** (inside `#pa-conclusion`, same inline-citation pattern applies to\n`#pa-ratings-analysis` and `#pa-esg-analysis`):\n\n```html\n\u003Cp>On pure quantitative credit metrics, Target Co stands out decisively: Debt\u002FEBITDA of 0.7x and EBITA\u002FInterest of 27x are in line with the strongest-scoring peers, while its scale advantage (LTM revenue of $294B vs. $61B and $23B for the peer set) and FCF\u002FDebt of 41% add a differentiation layer the others cannot match \u003Ca href=\"https:\u002F\u002Fexample.com\u002Fcredit-opinion-target\" target=\"_blank\" class=\"cite-ref\">[1]\u003C\u002Fa>\u003Ca href=\"https:\u002F\u002Fexample.com\u002Fpeer-ratings\" target=\"_blank\" class=\"cite-ref\">[2]\u003C\u002Fa>.\u003C\u002Fp>\n```\n\n**Key Indicators — single row** (emit the full `\u003Ctr>` for each company inside the\n`#pa-key-indicators` table, keeping the per-cell `id` attributes intact):\n\n```html\n\u003Ctr>\n  \u003Ctd id=\"pa-ki-r1-company\">Target Co\u003C\u002Ftd>\n  \u003Ctd id=\"pa-ki-r1-v1\">LTM (30 Sep 2025)\u003C\u002Ftd>\n  \u003Ctd id=\"pa-ki-r1-v2\">180.2B\u003C\u002Ftd>\n  \u003Ctd id=\"pa-ki-r1-v3\">155.6B\u003C\u002Ftd>\n  \u003Ctd id=\"pa-ki-r1-v4\">7.8B\u003C\u002Ftd>\n  \u003Ctd id=\"pa-ki-r1-v5\">4.33%\u003C\u002Ftd>\n  \u003Ctd id=\"pa-ki-r1-v6\">13.1B\u003C\u002Ftd>\n  \u003Ctd id=\"pa-ki-r1-v7\">11.88x\u003C\u002Ftd>\n  \u003Ctd id=\"pa-ki-r1-v8\">3.62x\u003C\u002Ftd>\n  \u003Ctd id=\"pa-ki-r1-v9\">136.0B\u003C\u002Ftd>\n  \u003Ctd id=\"pa-ki-r1-v10\">18.5%\u003C\u002Ftd>\n\u003C\u002Ftr>\n```\n\n**Scorecard — per-cell write** (Current or Forward):\n\n```html\n2.7x\n```\n\n**Section citations recap** (`#pa-cite-peers`, `#pa-cite-ratings`, `#pa-cite-esg`) and\n**sources rows** (`#pa-sources`): see\n[skills\u002Fshared\u002Fcitations\u002FSKILL.md](..\u002Fshared\u002Fcitations\u002FSKILL.md) for the canonical markup.\nReuse the same `[n]` numbering across inline references, optional recap blocks, and the\nend-of-document Citations block. Never include MCP tool names in `.source-meta`.\n\n---\n\n## Ratings Chart SVG template\n\nEmit the entire chart as a single HTML string into `#pa-ratings-chart`. The agent authors the\nSVG directly — there is no runtime script.\n\n### Hardcoded constants\n\n- Dimensions: `W = 700`, `H = 350`\n- Padding: `PAD_L = 70`, `PAD_R = 30`, `PAD_T = 30`, `PAD_B = 50`\n- Plot area: width `= W - PAD_L - PAD_R = 600`, height `= H - PAD_T - PAD_B = 270`\n- Number of x-axis points: `maxPts` = the largest number of ratings any company has, capped at 5\n- Palette (first = target): `#0066cc`, `#e6550d`, `#1a7a4a`, `#8b5cf6`, `#d63384`\n\n### Moody's rating → numeric value map\n\n| Rating | Value | Rating | Value |\n|--------|-------|--------|-------|\n| Aaa | 21 | Ba1 | 11 |\n| Aa1 | 20 | Ba2 | 10 |\n| Aa2 | 19 | Ba3 | 9 |\n| Aa3 | 18 | B1 | 8 |\n| A1 | 17 | B2 | 7 |\n| A2 | 16 | B3 | 6 |\n| A3 | 15 | Caa1 | 5 |\n| Baa1 | 14 | Caa2 | 4 |\n| Baa2 | 13 | Caa3 | 3 |\n| Baa3 | 12 | Ca | 2 |\n|     |    | C | 1 |\n\n`RATING_LABELS` (index 0..20 → symbol): `[\"C\", \"Ca\", \"Caa3\", \"Caa2\", \"Caa1\", \"B3\", \"B2\", \"B1\", \"Ba3\", \"Ba2\", \"Ba1\", \"Baa3\", \"Baa2\", \"Baa1\", \"A3\", \"A2\", \"A1\", \"Aa3\", \"Aa2\", \"Aa1\", \"Aaa\"]`.\n\n### Coordinate formulae\n\nCompute once per chart:\n\n- Collect every rating value across all companies' last-5 series → `values[]`.\n- `minV = clamp(min(values) - 1, 1, 21)`\n- `maxV = clamp(max(values) + 1, 1, 21)` (ensure `maxV > minV`; if equal, set `maxV = minV + 1`)\n\nPer point `(i, v)` where `i` is the x-index (0-based) and `v` is the rating value:\n\n- `xPos(i) = PAD_L + (i \u002F (maxPts - 1)) * 600` = `70 + (i \u002F (maxPts - 1)) * 600`\n- `yPos(v) = PAD_T + 270 - ((v - minV) \u002F (maxV - minV)) * 270` = `30 + 270 - ((v - minV) \u002F (maxV - minV)) * 270`\n\n### Reference SVG block\n\n```html\n\u003Cdiv class=\"chart-container\">\n  \u003Cdiv class=\"chart-title\">Last 5 Ratings for Target and Peers\u003C\u002Fdiv>\n  \u003Csvg viewBox=\"0 0 700 350\" width=\"100%\" preserveAspectRatio=\"xMidYMid meet\">\n    \u003C!-- Horizontal gridlines + y-axis rating labels (one line + label per rating tick from minV to maxV) -->\n    \u003Cline x1=\"70\" y1=\"30\"  x2=\"670\" y2=\"30\"  stroke=\"#e5e7eb\" stroke-width=\"1\"\u002F>\n    \u003Ctext x=\"64\" y=\"34\" text-anchor=\"end\" font-size=\"10\" fill=\"#475569\">Baa1\u003C\u002Ftext>\n    \u003Cline x1=\"70\" y1=\"84\"  x2=\"670\" y2=\"84\"  stroke=\"#e5e7eb\" stroke-width=\"1\"\u002F>\n    \u003Ctext x=\"64\" y=\"88\" text-anchor=\"end\" font-size=\"10\" fill=\"#475569\">Baa2\u003C\u002Ftext>\n    \u003Cline x1=\"70\" y1=\"138\" x2=\"670\" y2=\"138\" stroke=\"#e5e7eb\" stroke-width=\"1\"\u002F>\n    \u003Ctext x=\"64\" y=\"142\" text-anchor=\"end\" font-size=\"10\" fill=\"#475569\">Baa3\u003C\u002Ftext>\n    \u003Cline x1=\"70\" y1=\"192\" x2=\"670\" y2=\"192\" stroke=\"#e5e7eb\" stroke-width=\"1\"\u002F>\n    \u003Ctext x=\"64\" y=\"196\" text-anchor=\"end\" font-size=\"10\" fill=\"#475569\">Ba1\u003C\u002Ftext>\n    \u003Cline x1=\"70\" y1=\"246\" x2=\"670\" y2=\"246\" stroke=\"#e5e7eb\" stroke-width=\"1\"\u002F>\n    \u003Ctext x=\"64\" y=\"250\" text-anchor=\"end\" font-size=\"10\" fill=\"#475569\">Ba2\u003C\u002Ftext>\n    \u003Cline x1=\"70\" y1=\"300\" x2=\"670\" y2=\"300\" stroke=\"#e5e7eb\" stroke-width=\"1\"\u002F>\n    \u003Ctext x=\"64\" y=\"304\" text-anchor=\"end\" font-size=\"10\" fill=\"#475569\">Ba3\u003C\u002Ftext>\n\n    \u003C!-- X-axis baseline + tick labels -->\n    \u003Cline x1=\"70\" y1=\"300\" x2=\"670\" y2=\"300\" stroke=\"#334155\" stroke-width=\"1.5\"\u002F>\n    \u003Ctext x=\"70\"  y=\"320\" text-anchor=\"middle\" font-size=\"10\" fill=\"#475569\">Rating 1\u003C\u002Ftext>\n    \u003Ctext x=\"220\" y=\"320\" text-anchor=\"middle\" font-size=\"10\" fill=\"#475569\">Rating 2\u003C\u002Ftext>\n    \u003Ctext x=\"370\" y=\"320\" text-anchor=\"middle\" font-size=\"10\" fill=\"#475569\">Rating 3\u003C\u002Ftext>\n    \u003Ctext x=\"520\" y=\"320\" text-anchor=\"middle\" font-size=\"10\" fill=\"#475569\">Rating 4\u003C\u002Ftext>\n    \u003Ctext x=\"670\" y=\"320\" text-anchor=\"middle\" font-size=\"10\" fill=\"#475569\">Rating 5\u003C\u002Ftext>\n\n    \u003C!-- Target company line (palette[0] = #0066cc) -->\n    \u003Cpath d=\"M70,138 L220,138 L370,192 L520,192 L670,192\"\n          fill=\"none\" stroke=\"#0066cc\" stroke-width=\"2.5\"\u002F>\n    \u003Ccircle cx=\"70\"  cy=\"138\" r=\"4\" fill=\"#0066cc\"\u002F>\n    \u003Ccircle cx=\"220\" cy=\"138\" r=\"4\" fill=\"#0066cc\"\u002F>\n    \u003Ccircle cx=\"370\" cy=\"192\" r=\"4\" fill=\"#0066cc\"\u002F>\n    \u003Ccircle cx=\"520\" cy=\"192\" r=\"4\" fill=\"#0066cc\"\u002F>\n    \u003Ccircle cx=\"670\" cy=\"192\" r=\"4\" fill=\"#0066cc\"\u002F>\n\n    \u003C!-- Repeat \u003Cpath>+\u003Ccircle>s for peers 2, 3, 4 using palette[1..3] -->\n  \u003C\u002Fsvg>\n  \u003Cdiv class=\"chart-legend\">\n    \u003Cdiv class=\"chart-legend-item\">\u003Cspan class=\"chart-legend-swatch\" style=\"background:#0066cc\">\u003C\u002Fspan>Target Co\u003C\u002Fdiv>\n    \u003Cdiv class=\"chart-legend-item\">\u003Cspan class=\"chart-legend-swatch\" style=\"background:#e6550d\">\u003C\u002Fspan>Peer One\u003C\u002Fdiv>\n    \u003Cdiv class=\"chart-legend-item\">\u003Cspan class=\"chart-legend-swatch\" style=\"background:#1a7a4a\">\u003C\u002Fspan>Peer Two\u003C\u002Fdiv>\n    \u003Cdiv class=\"chart-legend-item\">\u003Cspan class=\"chart-legend-swatch\" style=\"background:#8b5cf6\">\u003C\u002Fspan>Peer Three\u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n```\n\n### Class-selection rules\n\n**`.outlook-badge`** modifier (inside peers-rating rows):\n\n- `stable` — outlook is \"Stable\"\n- `positive` — outlook is \"Positive\"\n- `negative` — outlook is \"Negative\"\n- `review` — outlook contains \"Review\" (e.g., \"Rating Under Review\")\n- `na` — outlook is missing or unknown\n\n**`.company-chip.target`** applies only to the target (first) chip. Remaining chips use plain\n`.company-chip`.\n\n### Conventions\n\n- Use `\u003Cp>` for paragraphs, `\u003Cul>\u003Cli>` for bullets, `\u003Cstrong class=\"subsection-title\">…\u003C\u002Fstrong>`\n  for bold subheaders inside prose containers.\n- Emit inline citations per [skills\u002Fshared\u002Fcitations\u002FSKILL.md](..\u002Fshared\u002Fcitations\u002FSKILL.md).\n  Inline citations are the primary attribution mechanism — the optional per-section blocks\n  (`#pa-cite-peers`, `#pa-cite-ratings`, `#pa-cite-esg`) remain available as supplementary\n  summary boxes.\n- Do NOT include overall section titles — the template already has those.\n- `rating` values: use Moody's rating symbol (e.g. `Aaa`, `Aa1`, `Baa2`, `Ba1`). If not found,\n  use `N\u002FA`.\n- `outlook` values: `Stable`, `Positive`, `Negative`, `Rating Under Review`, or `N\u002FA`.\n\n---\n\n\n\n\n\n\n\n\n---\n\n## Tips\n\n- Run ALL data-gathering tool calls in a single parallel batch (one message, many tool calls).\n- Write the final HTML to disk as a single `.html` file and deliver it via `present_files` — do not print the HTML source in the chat, do not split across multiple files.\n- The target company always appears as the first column \u002F first row in every table and\n  comparison.\n- The conclusion must orient around the target company — how it differentiates from its peers.\n- If fewer than 3 peers are returned, leave the unused column\u002Frow IDs empty. The pre-shaped\n  tables keep those cells blank — do not attempt to collapse or restructure the table.\n- If `getEntityCreditOpinion` does not return a particular section, write `Not available` in the\n  corresponding cell rather than leaving it blank.\n- `getEntitySectorOutlook` typically applies to all companies in the same sector — call once\n  and reuse.\n- Emit the ratings-chart SVG directly into `#pa-ratings-chart` — the template no longer builds\n  the chart at render time. Pick the `.outlook-badge` class yourself using the rules above.\n- For companies with fewer than 5 historical ratings, either repeat the oldest available rating\n  value to fill the trailing points, or reduce `maxPts` in the chart formula to the largest\n  available count (and drop the corresponding `Rating k` x-axis labels).\n- Inline citations follow the shared citations skill — read\n  [skills\u002Fshared\u002Fcitations\u002FSKILL.md](..\u002Fshared\u002Fcitations\u002FSKILL.md) before authoring any `[n]`\n  reference or the Citations block.\n- **PD panel**: write the fully rendered HTML directly into `#pa-pd-panel` using the CSS classes\n  already in the template (`.pd-panel`, `.pd-stats`, `.pbc-rows`, etc.). The template's `\u003Cscript>`\n  block handles the `data-pd` attribute approach as a fallback, but writing innerHTML directly is\n  preferred in the static-artifact delivery mode. If PD data is unavailable, leave `#pa-pd-panel`\n  empty (the section collapses automatically).\n- **Key Indicators bar charts**: write the complete `#pa-ki-charts` block directly — five\n  `.peer-bar-chart-outer` panels. Use the CSS classes `.pbc-rows`, `.pbc-row`, `.pbc-name`,\n  `.pbc-track`, `.pbc-fill`, `.pbc-val`, `.pbc-median-line`, `.pbc-median-tip` already defined\n  in the template. The FY period header goes in `\u003Cdiv class=\"ki-fy-header\">` as the first child\n  of `#pa-ki-charts`.\n\n---\n\n## Step 7 — Save and deliver the report as a downloadable file\n\nAfter assembling the complete HTML string (same content that would have been emitted as the\nfenced code block), **write it to disk as a standalone `.html` file** and make it available for\nthe user to download. Do **not** print the raw HTML in the chat.\n\n### File naming\n\nUse the pattern: `{target_company_slug}_peer_analysis.html`\n\nWhere `{target_company_slug}` is the target company's canonical name lowercased, spaces and\nspecial characters replaced with underscores (e.g. `apple_inc_peer_analysis.html`).\n\n\n### Delivery\n\nAfter writing the file, use whatever file-presentation capability is available in the current\nenvironment to surface the file to the user so they can open or download it. Do not describe\nthe tool being used — just invoke it. Then add one short confirmation sentence, for example:\n`The peer analysis report for [Target Company] is ready to download above.`\n\nDo **not** print the HTML source in the chat. Do **not** emit a fenced ` ```html ` code block.\nThe saved file is the sole deliverable.\n\n---\n\n## Amendment: Always use the most recent fiscal year for Key Indicators and Scorecards\n\nWhen populating the Key Indicators table (`#pa-ki-r{1..4}-*`) and the Scorecard table\n(`#pa-sc-r{1..7}-c{1..4}-curr`), always use the **most recent fiscal year-end (FY) data\navailable** from `getEntityFinancials` — never default to an earlier year simply because\nthe credit opinion's Key Indicators table cites it, or because one peer's most recent year\ndiffers from another's.\n\n### Procedure\n\n1. After calling `getEntityFinancials` with `excludeInterimData: true`, inspect the\n   returned columns for each entity and identify the **latest year with a non-null Revenue\n   value** — that is the most recent fiscal year end for that entity.\n2. Use that year's figures for the Key Indicators table and the \"Current\" column of the\n   Scorecard, regardless of what year the credit opinion's exhibit uses.\n3. If different entities have different most-recent years (e.g. one entity has 2025 data\n   while another only has 2024), use each entity's own most recent year independently and\n   label the `#pa-ki-r{n}-v1` cell accordingly (e.g. `2025 FY` vs `2024 FY`). The\n   `#pa-sc-col-{n}-curr` sub-header for that entity's Scorecard column **must show the same\n   FY label** used in the Key Indicators for that entity — this is the consistency requirement.\n   Never use a generic label like `Current` alone; always include the specific year\n   (e.g. `FY2025`, `FY2024`).\n\n### Handling distorted EBITDA years\n\nIf the most recent fiscal year contains a non-cash charge (e.g. goodwill impairment) that\nmakes reported EBITDA or Debt\u002FEBITDA not meaningful on a reported basis:\n- Still use that year as the period reference.\n- Populate EBITDA and ratio cells with the reported figure plus a `†` marker (e.g.\n  `-$1.6B†`, `N\u002FM†`).\n- Add a footnote below the Key Indicators table explaining the distortion and citing the\n  Moody's-adjusted figure where available from the credit opinion.\n- Use the Moody's-adjusted ratio (from the credit opinion's Key Indicators table) for the\n  Scorecard leverage cell rather than the distorted reported figure.\n\n---\n\n## Amendment: Visual Enhancements\n\nThree additional visual components are added to the report. Emit them inline as part of the\nsingle HTML artifact (same non-negotiable output contract applies). All new elements use only\nthe CSS classes already defined in `assets\u002Ftemplate.html` — no external scripts or libraries.\n\n---\n\n### Visual 1 — Rating Summary Cards (`#pa-rating-cards`)\n\nPlaced **immediately after** the Peers Rating table (sub-heading 2), before sub-heading 3\n(Credit Drivers). Emit one `.rating-card` per company (target first, then peers in order).\nThe target card carries the extra class `target-card`.\n\n**What to populate:**\n- `.rc-company` — abbreviated company name (≤ 25 chars; truncate with \"…\" if longer)\n- `.rc-rating` — Moody's rating symbol (e.g. `Baa2`)\n- `.rc-class` — rating class + date (e.g. `Senior Unsecured \u002F 2024-05-09`)\n- `.outlook-badge` — outlook badge using the canonical pastel classes (`stable`, `positive`,\n  `negative`, `review`, `na`)\n\n**Reference snippet** (emit one block like this per company inside `#pa-rating-cards`):\n\n```html\n\u003Cdiv class=\"rating-card target-card\">\n  \u003Cdiv class=\"rc-company\">Target Co\u003C\u002Fdiv>\n  \u003Cdiv class=\"rc-rating\">Baa2\u003C\u002Fdiv>\n  \u003Cdiv class=\"rc-class\">Senior Unsecured \u002F 2024-05-09\u003C\u002Fdiv>\n  \u003Cspan class=\"outlook-badge stable\">Stable\u003C\u002Fspan>\n\u003C\u002Fdiv>\n```\n\n---\n\n### Visual 2 — Revenue Comparison Bar Chart (`#pa-fi-charts`)\n\nPlaced **immediately after** `#pa-ki-charts`, with **no separate sub-heading** between them.\nBoth `#pa-ki-charts` and `#pa-fi-charts` appear under the same section 4 heading (`4) Key Indicators — Peer Bar Charts`). Do **not** emit a `\u003Cdiv class=\"sub-heading\">` before `#pa-fi-charts`. Emit a **single** `peer-bar-chart-outer` panel for **Revenue** only, using\nexactly the same CSS classes and bar-width formula as the Key Indicators charts.\n\n> **Note:** Debt\u002FEBITDA is already covered in the Key Indicators charts — do NOT add a\n> second Debt\u002FEBITDA chart here. Revenue is the only metric shown in `#pa-fi-charts`.\n\n**Source:** `getEntityFinancials` (same most-recent FY used in Key Indicators).\n**Format:** `$XB` (e.g. `$180.2B`); if missing write `N\u002FA` and omit the bar.\n\n**Bar width calculation:** `fillW = (revenue \u002F maxRevenue * 88).toFixed(1) + '%'` where\n`maxRevenue` is the maximum revenue across all companies **including** the target and the peer\naverage bar.\n\n**AVERAGE bar — REQUIRED:** Compute the **peer average revenue** (arithmetic mean of all\nresolved peers, excluding the target). Add an AVERAGE bar as the last row, separated by a\ndashed top border, using class `pbc-fill avg-bar` (green) and `pbc-name average`. The AVERAGE\nbar width uses the same formula: `(peerAvgRevenue \u002F maxRevenue * 88).toFixed(1) + '%'`. If\n`peerAvgRevenue` exceeds `maxRevenue`, recalculate `maxRevenue` to include it.\n\nNo median line needed for Revenue.\nTarget bar uses `pbc-fill subj-pos` (blue). Peer bars use `pbc-fill peer-pos`. Average bar\nuses `pbc-fill avg-bar` (green), label class `pbc-name average`, value class `pbc-val avg-val`.\n\n**Reference snippet:**\n\n```html\n\u003Cdiv id=\"pa-fi-charts\">\n  \u003Cdiv class=\"peer-bar-chart-outer\">\n    \u003Cdiv class=\"pbc-title\">REVENUE — COMPANY VS. PEERS\u003C\u002Fdiv>\n    \u003Cdiv class=\"pbc-subtitle\">FY2025, USD billions\u003C\u002Fdiv>\n    \u003Cdiv class=\"pbc-rows\">\n      \u003Cdiv class=\"pbc-row\">\n        \u003Cdiv class=\"pbc-name subject\" title=\"Target Co\">Target Co\u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-track\">\n          \u003Cdiv class=\"pbc-fill subj-pos\" style=\"left:0;width:88%\">\u003C\u002Fdiv>\n        \u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-val pos\">$180.2B\u003C\u002Fdiv>\n      \u003C\u002Fdiv>\n      \u003Cdiv class=\"pbc-row\">\n        \u003Cdiv class=\"pbc-name\" title=\"Peer One\">Peer One\u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-track\">\n          \u003Cdiv class=\"pbc-fill peer-pos\" style=\"left:0;width:29.7%\">\u003C\u002Fdiv>\n        \u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-val pos\">$61.0B\u003C\u002Fdiv>\n      \u003C\u002Fdiv>\n      \u003C!-- Repeat for all resolved peers -->\n      \u003C!-- AVERAGE bar — always last, separated by dashed border -->\n      \u003Cdiv class=\"pbc-row\" style=\"margin-top:6px;padding-top:6px;border-top:1px dashed #d0d7e3\">\n        \u003Cdiv class=\"pbc-name average\">AVERAGE\u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-track\">\n          \u003Cdiv class=\"pbc-fill avg-bar\" style=\"left:0;width:XX.X%\">\u003C\u002Fdiv>\n        \u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-val avg-val\">$XX.XB\u003C\u002Fdiv>\n      \u003C\u002Fdiv>\n    \u003C\u002Fdiv>\n    \u003Cdiv class=\"pbc-note\">Revenue sourced from Moody's financials (most recent FY). Peer avg (n=3): $XX.XB.\u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n```\n\nOmit bar rows for companies that were not resolved (fewer than 3 peers). Always include the\nAVERAGE bar as long as at least one peer is resolved.\n\n---\n\n### Visual 3 — ESG Score Heatmap (`#pa-esg-heatmap`)\n\nPlaced **immediately after** the ESG table, before `#pa-esg-analysis`. Emit a colour-coded\nHTML table (inside `div.esg-heatmap`) that makes the CIS and sub-scores scannable at a glance.\n\n**Colour mapping** — apply a CSS class to each score `\u003Ctd>` based on numeric severity\n(lower CIS\u002Fsub-score = better):\n\n| Score | Class | Meaning |\n|-------|-------|---------|\n| 1 | `esg-s1` | Green — minimal risk |\n| 2 | `esg-s2` | Light green — limited risk |\n| 3 | `esg-s3` | Amber — moderate risk |\n| 4 | `esg-s4` | Orange — high risk |\n| 5 | `esg-s5` | Red — very high risk |\n\nParse the numeric suffix from the Moody's score string (e.g. `CIS-3` → 3, `E-4` → 4).\nIf the score is `N\u002FA` or missing, omit the colour class (plain white cell).\n\n**Reference snippet:**\n\n```html\n\u003Ctable>\n  \u003Cthead>\n    \u003Ctr>\n      \u003Cth>Company\u003C\u002Fth>\n      \u003Cth>CIS (Overall)\u003C\u002Fth>\n      \u003Cth>E Score\u003C\u002Fth>\n      \u003Cth>S Score\u003C\u002Fth>\n      \u003Cth>G Score\u003C\u002Fth>\n    \u003C\u002Ftr>\n  \u003C\u002Fthead>\n  \u003Ctbody>\n    \u003Ctr>\n      \u003Ctd>Target Co\u003C\u002Ftd>\n      \u003Ctd class=\"esg-s3\">CIS-3\u003C\u002Ftd>\n      \u003Ctd class=\"esg-s4\">E-4\u003C\u002Ftd>\n      \u003Ctd class=\"esg-s3\">S-3\u003C\u002Ftd>\n      \u003Ctd class=\"esg-s2\">G-2\u003C\u002Ftd>\n    \u003C\u002Ftr>\n    \u003C!-- one \u003Ctr> per company, same order as all other tables -->\n  \u003C\u002Ftbody>\n\u003C\u002Ftable>\n```\n\n---\n\n### Updated element ID mapping (addendum)\n\n| Element ID \u002F selector          | Content                                                                 |\n|-------------------------------|-------------------------------------------------------------------------|\n| `#pa-rating-cards`            | `.rating-card` divs — one per company (target first)                   |\n| `#pa-ki-charts`               | Five `.peer-bar-chart-outer` bar chart panels (Key Indicators as bar charts) |\n| `#pa-fi-charts`               | Single `.peer-bar-chart-outer` panel (Revenue only)                    |\n| `#pa-esg-heatmap`             | `.esg-heatmap` table with colour-coded CIS \u002F E \u002F S \u002F G scores          |\n| `#pa-pd-panel`                | PD comparison panel — rendered client-side from `pd_comparison` JSON   |\n\n---\n\n## Amendment: Section Layout, Ratings Chart, and ESG Display Overrides\n\n### Section 1 — Revised sub-section order\n\nEmit sub-sections in this exact order:\n\n1. **Peers Table** (`\u003Ctbody id=\"pa-peers-table\">`) — unchanged, as defined above.\n2. **Rating Cards only** (`#pa-rating-cards`) — emit the `.rating-card` blocks as defined in\n   Visual 1. **Do NOT emit the `\u003Ctbody id=\"pa-peers-rating\">` table at all.** The cards are the\n   sole representation of peer ratings in Section 1.\n3. **Credit Drivers table** — unchanged, as defined above.\n4. **Key Indicators Bar Charts** (`#pa-ki-charts`) — five horizontal bar chart panels (FCF\n   Margin, Debt\u002FEBITDA, EBITDA Margin, EBITA\u002FInterest, RCF\u002FNet Debt). **Do NOT emit the\n   `\u003Ctable id=\"pa-key-indicators\">` at all.** The bar charts are the sole representation of\n   key indicator data. Immediately after `#pa-ki-charts` (with **no separate sub-heading**),\n   emit the **Revenue Bar Chart** (`#pa-fi-charts`) — a single `peer-bar-chart-outer` panel\n   showing Revenue only. `#pa-fi-charts` is visually part of section 4; it must **not** be\n   preceded by its own `\u003Cdiv class=\"sub-heading\">` element. **Do NOT add a Debt\u002FEBITDA chart\n   here** — it is already present in the KI charts above.\n5. **Scorecard table** — unchanged, as defined above.\n6. **Conclusion** (`#pa-conclusion`) — unchanged.\n\nThe `\u003Ctable>` element whose `\u003Ctbody>` carries `id=\"pa-peers-rating\"` must be **omitted entirely**\nfrom the emitted HTML. Do not render it, do not hide it with CSS, do not leave an empty wrapper.\n\nThe `\u003Ctable id=\"pa-key-indicators\">` must also be **omitted entirely**. The bar charts in\n`#pa-ki-charts` replace it completely.\n\n---\n\n### Section 2 — Enhanced Ratings Chart\n\nReplace the plain SVG line chart described earlier with the enhanced version below. The output\nmust still be emitted inline inside `#pa-ratings-chart`.\n\n**Design goals:** visually polished, readable at a glance, clearly differentiates companies with\ncolour and shape, highlights the most-recent rating prominently.\n\n**Layout — SVG viewBox `\"0 0 780 400\"`:**\n\n- Left padding (y-axis labels): 80 px\n- Right padding: 30 px\n- Top padding: 40 px\n- Bottom padding (x-axis labels + legend): 60 px\n- Plot area: 670 × 300 px (x: 80→750, y: 40→340)\n\n**Y-axis:** draw one horizontal gridline + label per rating tier present in the data set (use the\n`minV`→`maxV` range from the coordinate formulae above, but now label with the Moody's symbol,\nnot a number). Gridlines are `stroke=\"#e5e7eb\"`. Labels are `font-size=\"11\"`, `fill=\"#64748b\"`,\n`text-anchor=\"end\"` at `x=\"74\"`.\n\n**X-axis:** draw the baseline (`stroke=\"#334155\"`, `stroke-width=\"1.5\"`). Label each point with\nthe **actual rating date** (formatted `MMM YYYY`, e.g. `Jan 2023`) instead of `Rating N`.\nLabels `font-size=\"10\"`, `fill=\"#64748b\"`, `text-anchor=\"middle\"`, `y=\"358\"`.\n\n**Lines:** `stroke-width=\"2.5\"`, rounded joins (`stroke-linejoin=\"round\"`, `stroke-linecap=\"round\"`).\n\n**Data points:** each rating action is a `\u003Ccircle r=\"5\">` filled with the company colour. The\n**most-recent point** (rightmost) for each company is instead a `\u003Ccircle r=\"7\">` with a white\ninner ring — achieved by stacking a white `\u003Ccircle r=\"4\" fill=\"white\"\u002F>` on top of the coloured\nouter circle. Add a `\u003Ctitle>` element inside each point group for tooltip text:\n`{company} · {rating symbol} · {date}`.\n\n**Value labels:** above each data point, emit a `\u003Ctext>` showing the Moody's rating symbol\n(`font-size=\"9\"`, `fill` = company colour, `text-anchor=\"middle\"`, `dy=\"-10\"`). Suppress the\nlabel if it would overlap a neighbour (points within 40 px horizontally from the same series can\nshare a label only at the leftmost occurrence; skip the rest in that cluster).\n\n**Colour palette:** same as all other charts — target `#0066cc`, peer 1 `#e6550d`,\npeer 2 `#1a7a4a`, peer 3 `#8b5cf6`.\n\n**Legend:** emit below the SVG as a `\u003Cdiv class=\"chart-legend\">` row (same pattern as before),\nbut add the actual current rating symbol in parentheses after each company name, e.g.\n`Target Co (Baa2)`.\n\n**Reference snippet** (abbreviated — fill in real coordinates from the formulae):\n\n```html\n\u003Cdiv class=\"chart-container\">\n  \u003Cdiv class=\"chart-title\">Rating History — Last 5 Actions\u003C\u002Fdiv>\n  \u003Csvg viewBox=\"0 0 780 400\" width=\"100%\" preserveAspectRatio=\"xMidYMid meet\">\n\n    \u003C!-- Gridlines + Y-axis labels -->\n    \u003Cline x1=\"80\" y1=\"40\"  x2=\"750\" y2=\"40\"  stroke=\"#e5e7eb\" stroke-width=\"1\"\u002F>\n    \u003Ctext x=\"74\" y=\"44\"  text-anchor=\"end\" font-size=\"11\" fill=\"#64748b\">Baa1\u003C\u002Ftext>\n    \u003C!-- … one per tier … -->\n\n    \u003C!-- X-axis baseline -->\n    \u003Cline x1=\"80\" y1=\"340\" x2=\"750\" y2=\"340\" stroke=\"#334155\" stroke-width=\"1.5\"\u002F>\n    \u003C!-- X-axis date labels -->\n    \u003Ctext x=\"80\"  y=\"358\" text-anchor=\"middle\" font-size=\"10\" fill=\"#64748b\">Jan 2021\u003C\u002Ftext>\n    \u003C!-- … -->\n\n    \u003C!-- Target company — line -->\n    \u003Cpath d=\"M80,192 L247,192 L415,138 L582,138 L750,138\"\n          fill=\"none\" stroke=\"#0066cc\" stroke-width=\"2.5\"\n          stroke-linejoin=\"round\" stroke-linecap=\"round\"\u002F>\n    \u003C!-- Rating labels above points -->\n    \u003Ctext x=\"80\"  y=\"182\" text-anchor=\"middle\" font-size=\"9\" fill=\"#0066cc\">Baa2\u003C\u002Ftext>\n    \u003C!-- Regular points -->\n    \u003Ccircle cx=\"80\"  cy=\"192\" r=\"5\" fill=\"#0066cc\"\u002F>\n    \u003Ccircle cx=\"247\" cy=\"192\" r=\"5\" fill=\"#0066cc\"\u002F>\n    \u003Ccircle cx=\"415\" cy=\"138\" r=\"5\" fill=\"#0066cc\"\u002F>\n    \u003Ccircle cx=\"582\" cy=\"138\" r=\"5\" fill=\"#0066cc\"\u002F>\n    \u003C!-- Most-recent point (highlighted) -->\n    \u003Ccircle cx=\"750\" cy=\"138\" r=\"7\" fill=\"#0066cc\"\u002F>\n    \u003Ccircle cx=\"750\" cy=\"138\" r=\"4\" fill=\"white\"\u002F>\n    \u003Ctitle>Target Co · Baa1 · Mar 2025\u003C\u002Ftitle>\n\n    \u003C!-- Repeat for each peer with palette[1..3] -->\n  \u003C\u002Fsvg>\n  \u003Cdiv class=\"chart-legend\">\n    \u003Cdiv class=\"chart-legend-item\">\n      \u003Cspan class=\"chart-legend-swatch\" style=\"background:#0066cc\">\u003C\u002Fspan>Target Co (Baa1)\n    \u003C\u002Fdiv>\n    \u003Cdiv class=\"chart-legend-item\">\n      \u003Cspan class=\"chart-legend-swatch\" style=\"background:#e6550d\">\u003C\u002Fspan>Peer One (Ba1)\n    \u003C\u002Fdiv>\n    \u003C!-- … -->\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n```\n\n---\n\n### Section 3 — ESG: Heatmap Only\n\n**Do NOT emit the plain `\u003Ctable>` whose `\u003Ctbody>` carries `id=\"pa-esg-table\"`**. Remove it\nentirely from the output HTML — do not render it, do not hide it.\n\nInstead, emit **only** the colour-coded heatmap table (`#pa-esg-heatmap`, as defined in\nVisual 3 above) as the sole ESG data table. Follow it immediately with `#pa-esg-analysis`.\n\nThe heatmap already contains all the same data (company, CIS, E, S, G scores) in a more\nreadable, colour-coded format; the plain table is redundant and must be omitted.\n\n**Revised Section 3 emit order:**\n\n1. `#pa-esg-heatmap` (colour-coded heatmap table — the only ESG table)\n2. `#pa-esg-analysis` (two analysis paragraphs, unchanged)\n3. Optional `#pa-cite-esg` recap block (if citations are present)\n\n---\n\n### Summary of omissions (do NOT emit these elements)\n\n| Element | Reason |\n|---|---|\n| `\u003Ctable>` wrapping `\u003Ctbody id=\"pa-peers-rating\">` | Replaced by rating cards |\n| `\u003Ctable id=\"pa-key-indicators\">` | Replaced by peer bar charts (`#pa-ki-charts`) |\n| `\u003Ctable>` wrapping `\u003Ctbody id=\"pa-esg-table\">` | Replaced by ESG heatmap |\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,50,65,86,213,219,280,291,321,336,342,363,369,381,431,456,506,649,655,673,727,766,825,829,835,847,859,862,868,879,898,901,907,940,943,949,961,968,993,1048,1195,1201,1212,1218,1229,1235,1246,1252,1263,1281,1300,1336,1357,1375,1380,1383,1389,1394,1405,1432,1444,1469,1475,1614,1620,1635,1655,1670,1697,1715,1720,1759,1772,1844,1880,1893,1908,1943,2132,2137,2266,2276,2308,2325,3863,3873,3906,3911,3953,3971,3983,3998,4003,4042,4047,4103,4274,4394,4413,4451,4468,4483,4503,4521,4527,4642,4656,4685,4700,4727,4765,4770,4801,4816,6208,6233,6248,6263,6275,6281,6296,6320,6334,6346,6359,6365,6444,6447,6453,6973,6978,6984,6999,7313,7328,7517,7532,7748,7763,7979,7989,8097,8126,8342,8375,8994,9004,9018,9078,9081,9087,9099,9105,9229,9235,9509,9527,9533,9538,9588,9616,9651,9657,13420,13426,13440,13493,13514,13520,13673,13676,13679,13685,13968,13971,13977,14002,14008,14019,14039,14045,14056,14080,14083,14089,14123,14129,14225,14231,14236,14281,14284,14290,14302,14305,14318,14345,14353,14442,14457,14722,14725,14738,14822,14841,14885,14916,14977,15016,15024,16214,16219,16222,16235,16260,16278,16410,16436,16443,17003,17006,17012,17144,17147,17153,17159,17164,17345,17379,17403,17406,17412,17423,17433,17448,17476,17539,17622,17653,17709,17756,17793,17818,17827,19854,19857,19863,19892,19916,19921,19929,19964,19967,19973,20062],{"type":42,"tag":43,"props":44,"children":46},"element","h1",{"id":45},"peer-analysis-skill",[47],{"type":48,"value":49},"text","Peer Analysis Skill",{"type":42,"tag":51,"props":52,"children":53},"p",{},[54,56,63],{"type":48,"value":55},"Generates a professional HTML report (styled like a Moody's peer analysis PDF) for a target\ncompany and up to 3 credit peers. Data is pulled from multiple ",{"type":42,"tag":57,"props":58,"children":60},"code",{"className":59},[],[61],{"type":48,"value":62},"Moodys MCP server",{"type":48,"value":64}," MCP tools and\nconsolidated into a single HTML artifact covering peers comparison, ratings chart, and ESG.",{"type":42,"tag":51,"props":66,"children":67},{},[68,70,76,78,84],{"type":48,"value":69},"The workflow is ",{"type":42,"tag":71,"props":72,"children":73},"strong",{},[74],{"type":48,"value":75},"single-artifact file delivery",{"type":48,"value":77},": gather all data, assemble the complete HTML\ndocument in memory, write it to disk as a standalone ",{"type":42,"tag":57,"props":79,"children":81},{"className":80},[],[82],{"type":48,"value":83},".html",{"type":48,"value":85}," file, and present it to the user for\ndownload. No fenced code blocks, no streaming partial sections, no JSON payload, no progressive\nedits. The downloaded file is the sole deliverable.",{"type":42,"tag":87,"props":88,"children":89},"blockquote",{},[90,97,107,208],{"type":42,"tag":91,"props":92,"children":94},"h2",{"id":93},"️-critical-non-negotiable-output-contract",[95],{"type":48,"value":96},"⚠️ CRITICAL — NON-NEGOTIABLE OUTPUT CONTRACT",{"type":42,"tag":51,"props":98,"children":99},{},[100,105],{"type":42,"tag":71,"props":101,"children":102},{},[103],{"type":48,"value":104},"The LLM MUST write the final report to disk and present it as a downloadable file.",{"type":48,"value":106},"\nThis is the only acceptable form of delivery for this skill. Specifically:",{"type":42,"tag":108,"props":109,"children":110},"ul",{},[111,156,175,185,195],{"type":42,"tag":112,"props":113,"children":114},"li",{},[115,117,122,124,130,132,138,140,146,148,154],{"type":48,"value":116},"The LLM ",{"type":42,"tag":71,"props":118,"children":119},{},[120],{"type":48,"value":121},"MUST",{"type":48,"value":123}," write the complete, standalone HTML document (",{"type":42,"tag":57,"props":125,"children":127},{"className":126},[],[128],{"type":48,"value":129},"\u003C!doctype html>",{"type":48,"value":131}," → ",{"type":42,"tag":57,"props":133,"children":135},{"className":134},[],[136],{"type":48,"value":137},"\u003C\u002Fhtml>",{"type":48,"value":139},")\nto ",{"type":42,"tag":57,"props":141,"children":143},{"className":142},[],[144],{"type":48,"value":145},"\u002Fmnt\u002Fuser-data\u002Foutputs\u002F{target_company_slug}_peer_analysis.html",{"type":48,"value":147}," and then call\n",{"type":42,"tag":57,"props":149,"children":151},{"className":150},[],[152],{"type":48,"value":153},"present_files",{"type":48,"value":155}," to surface it to the user.",{"type":42,"tag":112,"props":157,"children":158},{},[159,160,165,167,173],{"type":48,"value":116},{"type":42,"tag":71,"props":161,"children":162},{},[163],{"type":48,"value":164},"MUST NOT",{"type":48,"value":166}," print the raw HTML source in the chat — no ",{"type":42,"tag":57,"props":168,"children":170},{"className":169},[],[171],{"type":48,"value":172},"```html",{"type":48,"value":174}," fenced code\nblocks, no partial snippets, no inline HTML in the assistant message.",{"type":42,"tag":112,"props":176,"children":177},{},[178,179,183],{"type":48,"value":116},{"type":42,"tag":71,"props":180,"children":181},{},[182],{"type":48,"value":164},{"type":48,"value":184}," split the report across multiple files or multiple messages.",{"type":42,"tag":112,"props":186,"children":187},{},[188,189,193],{"type":48,"value":116},{"type":42,"tag":71,"props":190,"children":191},{},[192],{"type":48,"value":164},{"type":48,"value":194}," substitute prose, Markdown, JSON, or links for the file download.",{"type":42,"tag":112,"props":196,"children":197},{},[198,200,206],{"type":48,"value":199},"If data gathering fails partially, still write and deliver the file with best-available\ncontent and ",{"type":42,"tag":57,"props":201,"children":203},{"className":202},[],[204],{"type":48,"value":205},"\"--\"",{"type":48,"value":207}," placeholders for missing cells — never skip the file delivery.",{"type":42,"tag":51,"props":209,"children":210},{},[211],{"type":48,"value":212},"Treat any other output shape as a hard failure of the skill.",{"type":42,"tag":91,"props":214,"children":216},{"id":215},"required-mcp-servers",[217],{"type":48,"value":218},"Required MCP servers",{"type":42,"tag":51,"props":220,"children":221},{},[222,227,229,235,237,243,244,250,252,258,259,265,267,273,274],{"type":42,"tag":57,"props":223,"children":225},{"className":224},[],[226],{"type":48,"value":62},{"type":48,"value":228}," — tools used: ",{"type":42,"tag":57,"props":230,"children":232},{"className":231},[],[233],{"type":48,"value":234},"findEntity",{"type":48,"value":236},", ",{"type":42,"tag":57,"props":238,"children":240},{"className":239},[],[241],{"type":48,"value":242},"getEntityPeers",{"type":48,"value":236},{"type":42,"tag":57,"props":245,"children":247},{"className":246},[],[248],{"type":48,"value":249},"getEntityRatings",{"type":48,"value":251},",\n",{"type":42,"tag":57,"props":253,"children":255},{"className":254},[],[256],{"type":48,"value":257},"getEntityCreditOpinion",{"type":48,"value":236},{"type":42,"tag":57,"props":260,"children":262},{"className":261},[],[263],{"type":48,"value":264},"getEntityFinancials",{"type":48,"value":266}," (sections: Profile, Summary, RatingOutlook, FactorsLeadingToUpgrade,\nFactorsLeadingToDowngrade, CreditStrengths, CreditChallenges, ESGConsiderations,\nKeyIndicatorsTable, ScorecardTable), ",{"type":42,"tag":57,"props":268,"children":270},{"className":269},[],[271],{"type":48,"value":272},"getEntityEsg",{"type":48,"value":236},{"type":42,"tag":57,"props":275,"children":277},{"className":276},[],[278],{"type":48,"value":279},"getEntitySectorOutlook",{"type":42,"tag":51,"props":281,"children":282},{},[283,289],{"type":42,"tag":57,"props":284,"children":286},{"className":285},[],[287],{"type":48,"value":288},"ProbabilityOfDefault - Prod - Moodys MCP - NEW URL",{"type":48,"value":290}," — PD tools:",{"type":42,"tag":108,"props":292,"children":293},{},[294],{"type":42,"tag":112,"props":295,"children":296},{},[297,303,305,311,313,319],{"type":42,"tag":57,"props":298,"children":300},{"className":299},[],[301],{"type":48,"value":302},"getEntityProbabilityOfDefault",{"type":48,"value":304}," — retrieve Current PD, 1-year PD, 5-year cumulative PD,\nand implied rating for the target company AND each peer. Used to build the PD comparison\npanel in Section 2. Set ",{"type":42,"tag":57,"props":306,"children":308},{"className":307},[],[309],{"type":48,"value":310},"pd_comparison",{"type":48,"value":312}," to ",{"type":42,"tag":57,"props":314,"children":316},{"className":315},[],[317],{"type":48,"value":318},"null",{"type":48,"value":320}," in the JSON payload if data is\nunavailable for the target or fewer than 2 peers.",{"type":42,"tag":51,"props":322,"children":323},{},[324,326,334],{"type":48,"value":325},"If any of the tools required for a section do not exist, inform the user: One or more tools required for this section are not available under your current subscription. Unlock more of the expert insights, data, and analytics you trust. Get Link:",{"type":42,"tag":327,"props":328,"children":332},"a",{"href":329,"rel":330},"https:\u002F\u002Fwww.moodys.com\u002Fweb\u002Fen\u002Fus\u002Fcapabilities\u002Fgen-ai\u002Fai-ready-data.html",[331],"nofollow",[333],{"type":48,"value":329},{"type":48,"value":335}," with us to learn more.",{"type":42,"tag":91,"props":337,"children":339},{"id":338},"bundled-files",[340],{"type":48,"value":341},"Bundled files",{"type":42,"tag":108,"props":343,"children":344},{},[345],{"type":42,"tag":112,"props":346,"children":347},{},[348,354,356,361],{"type":42,"tag":57,"props":349,"children":351},{"className":350},[],[352],{"type":48,"value":353},"assets\u002Ftemplate.html",{"type":48,"value":355}," — self-contained static report shell (CSS + named section placeholders,\nincluding pre-shaped tables for a fixed target+3-peer layout). No embedded data, no inline\nscript. Treat this file as the ",{"type":42,"tag":71,"props":357,"children":358},{},[359],{"type":48,"value":360},"read-only structural reference",{"type":48,"value":362},": read it, fill it in\nmentally, and emit the complete filled document in the final response.",{"type":42,"tag":91,"props":364,"children":366},{"id":365},"template-shared",[367],{"type":48,"value":368},"Template (shared)",{"type":42,"tag":51,"props":370,"children":371},{},[372,374,379],{"type":48,"value":373},"Before emitting the HTML report, ",{"type":42,"tag":71,"props":375,"children":376},{},[377],{"type":48,"value":378},"read both",{"type":48,"value":380},":",{"type":42,"tag":382,"props":383,"children":384},"ol",{},[385,400],{"type":42,"tag":112,"props":386,"children":387},{},[388,398],{"type":42,"tag":327,"props":389,"children":391},{"href":390},"..\u002Fshared\u002Ftemplate\u002FSKILL.md",[392],{"type":42,"tag":57,"props":393,"children":395},{"className":394},[],[396],{"type":48,"value":397},"skills\u002Fshared\u002Ftemplate\u002FSKILL.md",{"type":48,"value":399}," — authoring rules (which\nclasses \u002F snippets are owned by the shared layer, allowed per-skill overrides, outlook-badge\nusage).",{"type":42,"tag":112,"props":401,"children":402},{},[403,413,415,421,423,429],{"type":42,"tag":327,"props":404,"children":406},{"href":405},"..\u002Fshared\u002Ftemplate\u002Fassets\u002Ftemplate.html",[407],{"type":42,"tag":57,"props":408,"children":410},{"className":409},[],[411],{"type":48,"value":412},"skills\u002Fshared\u002Ftemplate\u002Fassets\u002Ftemplate.html",{"type":48,"value":414}," —\ncanonical CSS (inside ",{"type":42,"tag":57,"props":416,"children":418},{"className":417},[],[419],{"type":48,"value":420},"\u003Cstyle id=\"shared-template-css\">",{"type":48,"value":422},") and literal HTML markup snippets\n(inside ",{"type":42,"tag":57,"props":424,"children":426},{"className":425},[],[427],{"type":48,"value":428},"\u003Ctemplate>",{"type":48,"value":430}," tags) for the document head, cover, TOC, section block, sources-section\nwrapper, footer, and outlook-badge.",{"type":42,"tag":51,"props":432,"children":433},{},[434,439,441,447,449,454],{"type":42,"tag":71,"props":435,"children":436},{},[437],{"type":48,"value":438},"Lookup order — always check the shared template before inventing.",{"type":48,"value":440}," If a class, design token,\nlayout primitive, or scaffold element you need is not defined in this ",{"type":42,"tag":57,"props":442,"children":444},{"className":443},[],[445],{"type":48,"value":446},"SKILL.md",{"type":48,"value":448}," or already\npresent in this skill's ",{"type":42,"tag":57,"props":450,"children":452},{"className":451},[],[453],{"type":48,"value":353},{"type":48,"value":455},", the shared template skill is authoritative. Do\nnot invent CSS, HTML scaffolds, or design tokens that the shared skill already provides; do not\nsilently restyle anything the shared skill owns (cover, TOC, section, sources-section wrapper,\nfooter, outlook-badge, design tokens, reset, body \u002F page base).",{"type":42,"tag":51,"props":457,"children":458},{},[459,461,466,468,474,476,481,483,489,491,497,499,504],{"type":48,"value":460},"At emit time, copy the ",{"type":42,"tag":71,"props":462,"children":463},{},[464],{"type":48,"value":465},"contents",{"type":48,"value":467}," (not the ",{"type":42,"tag":57,"props":469,"children":471},{"className":470},[],[472],{"type":48,"value":473},"\u003Cstyle>",{"type":48,"value":475}," wrapper) of ",{"type":42,"tag":57,"props":477,"children":479},{"className":478},[],[480],{"type":48,"value":420},{"type":48,"value":482},"\nfrom the shared asset into the parent template's reserved marker region between the CSS-comment\nmarkers ",{"type":42,"tag":57,"props":484,"children":486},{"className":485},[],[487],{"type":48,"value":488},"\u002F* BEGIN shared-template-css ... *\u002F",{"type":48,"value":490}," and ",{"type":42,"tag":57,"props":492,"children":494},{"className":493},[],[495],{"type":48,"value":496},"\u002F* END shared-template-css *\u002F",{"type":48,"value":498},". For HTML\nscaffolds (head boilerplate, cover, TOC, sources-section wrapper, footer), use the literal markup\nfrom the matching ",{"type":42,"tag":57,"props":500,"children":502},{"className":501},[],[503],{"type":48,"value":428},{"type":48,"value":505}," snippet in the shared asset. The parent template no longer\ncarries duplicated chrome CSS — those rules ship only in the shared asset.",{"type":42,"tag":51,"props":507,"children":508},{},[509,511,520,522,528,530,536,538,544,545,551,552,558,559,565,567,573,574,580,581,587,588,594,595,601,603,609,611,617,618,624,625,631,633,639,641,647],{"type":48,"value":510},"This skill uses the ",{"type":42,"tag":71,"props":512,"children":513},{},[514],{"type":42,"tag":57,"props":515,"children":517},{"className":516},[],[518],{"type":48,"value":519},"cover-multi",{"type":48,"value":521}," variant. Skill-specific override retained above the\nmarker region: ",{"type":42,"tag":57,"props":523,"children":525},{"className":524},[],[526],{"type":48,"value":527},"**.page { max-width: 1050px }**",{"type":48,"value":529}," (PA reports are wider than the 900px canonical\ndefault to fit the multi-column scorecard \u002F key-indicators tables). Skill-specific CSS that\nstays local: ",{"type":42,"tag":57,"props":531,"children":533},{"className":532},[],[534],{"type":48,"value":535},".sub-heading",{"type":48,"value":537},", all PA-specific table classes (",{"type":42,"tag":57,"props":539,"children":541},{"className":540},[],[542],{"type":48,"value":543},".pa-table",{"type":48,"value":236},{"type":42,"tag":57,"props":546,"children":548},{"className":547},[],[549],{"type":48,"value":550},".credit-drivers-table",{"type":48,"value":251},{"type":42,"tag":57,"props":553,"children":555},{"className":554},[],[556],{"type":48,"value":557},".ki-table",{"type":48,"value":236},{"type":42,"tag":57,"props":560,"children":562},{"className":561},[],[563],{"type":48,"value":564},".sc-table",{"type":48,"value":566},"), and the chart helpers (",{"type":42,"tag":57,"props":568,"children":570},{"className":569},[],[571],{"type":48,"value":572},".chart-container",{"type":48,"value":236},{"type":42,"tag":57,"props":575,"children":577},{"className":576},[],[578],{"type":48,"value":579},".chart-title",{"type":48,"value":251},{"type":42,"tag":57,"props":582,"children":584},{"className":583},[],[585],{"type":48,"value":586},".chart-legend",{"type":48,"value":236},{"type":42,"tag":57,"props":589,"children":591},{"className":590},[],[592],{"type":48,"value":593},".chart-legend-item",{"type":48,"value":236},{"type":42,"tag":57,"props":596,"children":598},{"className":597},[],[599],{"type":48,"value":600},".chart-legend-swatch",{"type":48,"value":602},"). All outlook-badge usage in this\nskill must use the canonical pastel variants (",{"type":42,"tag":57,"props":604,"children":606},{"className":605},[],[607],{"type":48,"value":608},"stable",{"type":48,"value":610}," \u002F ",{"type":42,"tag":57,"props":612,"children":614},{"className":613},[],[615],{"type":48,"value":616},"positive",{"type":48,"value":610},{"type":42,"tag":57,"props":619,"children":621},{"className":620},[],[622],{"type":48,"value":623},"negative",{"type":48,"value":610},{"type":42,"tag":57,"props":626,"children":628},{"className":627},[],[629],{"type":48,"value":630},"review",{"type":48,"value":632}," \u002F\n",{"type":42,"tag":57,"props":634,"children":636},{"className":635},[],[637],{"type":48,"value":638},"na",{"type":48,"value":640},") defined by the shared skill — no solid-fill or inline-color overrides. PA flags the target\nentity on the cover with ",{"type":42,"tag":57,"props":642,"children":644},{"className":643},[],[645],{"type":48,"value":646},"class=\"company-chip target\"",{"type":48,"value":648},"; the chip wrappers themselves come from\nthe shared cover-multi snippet.",{"type":42,"tag":91,"props":650,"children":652},{"id":651},"citations-shared",[653],{"type":48,"value":654},"Citations (shared)",{"type":42,"tag":51,"props":656,"children":657},{},[658,660,666,668,672],{"type":48,"value":659},"Before emitting any ",{"type":42,"tag":57,"props":661,"children":663},{"className":662},[],[664],{"type":48,"value":665},"[n]",{"type":48,"value":667}," reference inline, any per-section recap block, or the end-of-document\nCitations block, ",{"type":42,"tag":71,"props":669,"children":670},{},[671],{"type":48,"value":378},{"type":48,"value":380},{"type":42,"tag":382,"props":674,"children":675},{},[676,691],{"type":42,"tag":112,"props":677,"children":678},{},[679,689],{"type":42,"tag":327,"props":680,"children":682},{"href":681},"..\u002Fshared\u002Fcitations\u002FSKILL.md",[683],{"type":42,"tag":57,"props":684,"children":686},{"className":685},[],[687],{"type":48,"value":688},"skills\u002Fshared\u002Fcitations\u002FSKILL.md",{"type":48,"value":690}," — authoring rules\n(numbering, hyperlinking, source data shape, carve-outs).",{"type":42,"tag":112,"props":692,"children":693},{},[694,704,705,711,712,717,719,725],{"type":42,"tag":327,"props":695,"children":697},{"href":696},"..\u002Fshared\u002Fcitations\u002Fassets\u002Ftemplate.html",[698],{"type":42,"tag":57,"props":699,"children":701},{"className":700},[],[702],{"type":48,"value":703},"skills\u002Fshared\u002Fcitations\u002Fassets\u002Ftemplate.html",{"type":48,"value":414},{"type":42,"tag":57,"props":706,"children":708},{"className":707},[],[709],{"type":48,"value":710},"\u003Cstyle id=\"shared-citations-css\">",{"type":48,"value":422},{"type":42,"tag":57,"props":713,"children":715},{"className":714},[],[716],{"type":48,"value":428},{"type":48,"value":718}," tags) for inline references, the end-of-document Citations block, and\nthe optional ",{"type":42,"tag":57,"props":720,"children":722},{"className":721},[],[723],{"type":48,"value":724},".section-citations",{"type":48,"value":726}," recap.",{"type":42,"tag":51,"props":728,"children":729},{},[730,731,735,737,742,744,749,751,757,758,764],{"type":48,"value":460},{"type":42,"tag":71,"props":732,"children":733},{},[734],{"type":48,"value":465},{"type":48,"value":736}," (not the wrapper) of ",{"type":42,"tag":57,"props":738,"children":740},{"className":739},[],[741],{"type":48,"value":710},{"type":48,"value":743},"\nfrom the shared asset into the parent template's reserved marker region, located inside\n",{"type":42,"tag":57,"props":745,"children":747},{"className":746},[],[748],{"type":48,"value":353},{"type":48,"value":750}," between the CSS-comment markers\n",{"type":42,"tag":57,"props":752,"children":754},{"className":753},[],[755],{"type":48,"value":756},"\u002F* BEGIN shared-citations-css … *\u002F",{"type":48,"value":490},{"type":42,"tag":57,"props":759,"children":761},{"className":760},[],[762],{"type":48,"value":763},"\u002F* END shared-citations-css *\u002F",{"type":48,"value":765},". The parent\ntemplate no longer carries duplicated citation CSS — those rules ship only in the shared\nasset.",{"type":42,"tag":51,"props":767,"children":768},{},[769,771,777,779,785,787,793,794,800,802,808,810,815,817,823],{"type":48,"value":770},"The prefix used for the end-of-document container in this skill is ",{"type":42,"tag":57,"props":772,"children":774},{"className":773},[],[775],{"type":48,"value":776},"pa",{"type":48,"value":778},", so the container id\nis ",{"type":42,"tag":57,"props":780,"children":782},{"className":781},[],[783],{"type":48,"value":784},"#pa-sources",{"type":48,"value":786},". Optional per-section recap blocks live in ",{"type":42,"tag":57,"props":788,"children":790},{"className":789},[],[791],{"type":48,"value":792},"#pa-cite-peers",{"type":48,"value":251},{"type":42,"tag":57,"props":795,"children":797},{"className":796},[],[798],{"type":48,"value":799},"#pa-cite-ratings",{"type":48,"value":801},", and ",{"type":42,"tag":57,"props":803,"children":805},{"className":804},[],[806],{"type":48,"value":807},"#pa-cite-esg",{"type":48,"value":809},". Internal MCP tool names (e.g. ",{"type":42,"tag":57,"props":811,"children":813},{"className":812},[],[814],{"type":48,"value":257},{"type":48,"value":816},")\nare NEVER rendered inside ",{"type":42,"tag":57,"props":818,"children":820},{"className":819},[],[821],{"type":48,"value":822},".source-meta",{"type":48,"value":824},".",{"type":42,"tag":826,"props":827,"children":828},"hr",{},[],{"type":42,"tag":91,"props":830,"children":832},{"id":831},"step-1-resolve-the-target-company",[833],{"type":48,"value":834},"Step 1 — Resolve the target company",{"type":42,"tag":51,"props":836,"children":837},{},[838,840,845],{"type":48,"value":839},"Call ",{"type":42,"tag":57,"props":841,"children":843},{"className":842},[],[844],{"type":48,"value":234},{"type":48,"value":846}," with the company name provided by the user. Store the canonical entity name\nand entity ID.",{"type":42,"tag":51,"props":848,"children":849},{},[850,852,857],{"type":48,"value":851},"If the user provides only one company name, that is the ",{"type":42,"tag":71,"props":853,"children":854},{},[855],{"type":48,"value":856},"target company",{"type":48,"value":858},". The peers will be\ndiscovered automatically in Step 2.",{"type":42,"tag":826,"props":860,"children":861},{},[],{"type":42,"tag":91,"props":863,"children":865},{"id":864},"step-2-discover-and-resolve-peers",[866],{"type":48,"value":867},"Step 2 — Discover and resolve peers",{"type":42,"tag":51,"props":869,"children":870},{},[871,872,877],{"type":48,"value":839},{"type":42,"tag":57,"props":873,"children":875},{"className":874},[],[876],{"type":48,"value":242},{"type":48,"value":878}," for the target company. Select the top 3 peers returned.",{"type":42,"tag":51,"props":880,"children":881},{},[882,884,889,891,896],{"type":48,"value":883},"You now have a set of up to ",{"type":42,"tag":71,"props":885,"children":886},{},[887],{"type":48,"value":888},"4 companies",{"type":48,"value":890}," (1 target + up to 3 peers). For each peer, call\n",{"type":42,"tag":57,"props":892,"children":894},{"className":893},[],[895],{"type":48,"value":234},{"type":48,"value":897}," to resolve its canonical entity name and ID.",{"type":42,"tag":826,"props":899,"children":900},{},[],{"type":42,"tag":91,"props":902,"children":904},{"id":903},"step-3-read-the-template",[905],{"type":48,"value":906},"Step 3 — Read the template",{"type":42,"tag":51,"props":908,"children":909},{},[910,912,917,919,925,927,932,934,938],{"type":48,"value":911},"Read ",{"type":42,"tag":57,"props":913,"children":915},{"className":914},[],[916],{"type":48,"value":353},{"type":48,"value":918}," (relative to this skill directory) once. Keep its exact structure —\nCSS, ",{"type":42,"tag":57,"props":920,"children":922},{"className":921},[],[923],{"type":48,"value":924},"\u003Chead>",{"type":48,"value":926},", section order, table skeletons (including all pre-shaped 4-company columns\u002Frows),\nrow labels, and element IDs — as the scaffold for the final artifact. Do ",{"type":42,"tag":71,"props":928,"children":929},{},[930],{"type":48,"value":931},"not",{"type":48,"value":933}," copy it to the\nworkspace and do ",{"type":42,"tag":71,"props":935,"children":936},{},[937],{"type":48,"value":931},{"type":48,"value":939}," open it.",{"type":42,"tag":826,"props":941,"children":942},{},[],{"type":42,"tag":91,"props":944,"children":946},{"id":945},"step-4-gather-all-data-in-parallel",[947],{"type":48,"value":948},"Step 4 — Gather all data in parallel",{"type":42,"tag":51,"props":950,"children":951},{},[952,954,959],{"type":48,"value":953},"For every company in the set (target + up to 3 peers), fire ",{"type":42,"tag":71,"props":955,"children":956},{},[957],{"type":48,"value":958},"all of the following in a single\nparallel batch",{"type":48,"value":960}," (one message, many tool calls):",{"type":42,"tag":962,"props":963,"children":965},"h3",{"id":964},"credit-opinion-data-per-company",[966],{"type":48,"value":967},"Credit Opinion data (per company)",{"type":42,"tag":51,"props":969,"children":970},{},[971,972,977,979,984,986,991],{"type":48,"value":839},{"type":42,"tag":57,"props":973,"children":975},{"className":974},[],[976],{"type":48,"value":257},{"type":48,"value":978},",",{"type":42,"tag":57,"props":980,"children":982},{"className":981},[],[983],{"type":48,"value":264},{"type":48,"value":985}," requesting these sections, about the key Indicators table this should be populated with most recent fiscal year available (e.g. 2025 FY) on ",{"type":42,"tag":57,"props":987,"children":989},{"className":988},[],[990],{"type":48,"value":264},{"type":48,"value":992},". Not LTM allowed:",{"type":42,"tag":87,"props":994,"children":995},{},[996],{"type":42,"tag":51,"props":997,"children":998},{},[999,1011,1013,1018,1020,1026,1028,1033,1035,1040,1042,1047],{"type":42,"tag":71,"props":1000,"children":1001},{},[1002,1004,1009],{"type":48,"value":1003},"CRITICAL — ",{"type":42,"tag":57,"props":1005,"children":1007},{"className":1006},[],[1008],{"type":48,"value":264},{"type":48,"value":1010}," is the authoritative source for all quantitative data.",{"type":48,"value":1012},"\nAlways call ",{"type":42,"tag":57,"props":1014,"children":1016},{"className":1015},[],[1017],{"type":48,"value":264},{"type":48,"value":1019}," (with ",{"type":42,"tag":57,"props":1021,"children":1023},{"className":1022},[],[1024],{"type":48,"value":1025},"excludeInterimData: true",{"type":48,"value":1027},") for every entity in the\npeer set to obtain the most recent ",{"type":42,"tag":71,"props":1029,"children":1030},{},[1031],{"type":48,"value":1032},"fiscal year-end",{"type":48,"value":1034}," figures. Do NOT rely solely on the\nKey Indicators or Scorecard exhibits embedded in ",{"type":42,"tag":57,"props":1036,"children":1038},{"className":1037},[],[1039],{"type":48,"value":257},{"type":48,"value":1041}," — those may\nreference an older period. After fetching financials, identify each entity's latest year\nwith a non-null Revenue value and use that year exclusively for Key Indicators charts,\nScorecard \"Current\" column, and the Revenue bar chart. LTM figures are ",{"type":42,"tag":71,"props":1043,"children":1044},{},[1045],{"type":48,"value":1046},"not permitted",{"type":48,"value":824},{"type":42,"tag":1049,"props":1050,"children":1051},"table",{},[1052,1071],{"type":42,"tag":1053,"props":1054,"children":1055},"thead",{},[1056],{"type":42,"tag":1057,"props":1058,"children":1059},"tr",{},[1060,1066],{"type":42,"tag":1061,"props":1062,"children":1063},"th",{},[1064],{"type":48,"value":1065},"Section parameter",{"type":42,"tag":1061,"props":1067,"children":1068},{},[1069],{"type":48,"value":1070},"Purpose",{"type":42,"tag":1072,"props":1073,"children":1074},"tbody",{},[1075,1093,1110,1127,1144,1161,1178],{"type":42,"tag":1057,"props":1076,"children":1077},{},[1078,1088],{"type":42,"tag":1079,"props":1080,"children":1081},"td",{},[1082],{"type":42,"tag":57,"props":1083,"children":1085},{"className":1084},[],[1086],{"type":48,"value":1087},"Profile",{"type":42,"tag":1079,"props":1089,"children":1090},{},[1091],{"type":48,"value":1092},"Company description for the Peers Table",{"type":42,"tag":1057,"props":1094,"children":1095},{},[1096,1105],{"type":42,"tag":1079,"props":1097,"children":1098},{},[1099],{"type":42,"tag":57,"props":1100,"children":1102},{"className":1101},[],[1103],{"type":48,"value":1104},"FactorsLeadingToUpgrade",{"type":42,"tag":1079,"props":1106,"children":1107},{},[1108],{"type":48,"value":1109},"Upgrade factors for Credit Drivers",{"type":42,"tag":1057,"props":1111,"children":1112},{},[1113,1122],{"type":42,"tag":1079,"props":1114,"children":1115},{},[1116],{"type":42,"tag":57,"props":1117,"children":1119},{"className":1118},[],[1120],{"type":48,"value":1121},"FactorsLeadingToDowngrade",{"type":42,"tag":1079,"props":1123,"children":1124},{},[1125],{"type":48,"value":1126},"Downgrade factors for Credit Drivers",{"type":42,"tag":1057,"props":1128,"children":1129},{},[1130,1139],{"type":42,"tag":1079,"props":1131,"children":1132},{},[1133],{"type":42,"tag":57,"props":1134,"children":1136},{"className":1135},[],[1137],{"type":48,"value":1138},"CreditStrengths",{"type":42,"tag":1079,"props":1140,"children":1141},{},[1142],{"type":48,"value":1143},"Credit strengths for Credit Drivers",{"type":42,"tag":1057,"props":1145,"children":1146},{},[1147,1156],{"type":42,"tag":1079,"props":1148,"children":1149},{},[1150],{"type":42,"tag":57,"props":1151,"children":1153},{"className":1152},[],[1154],{"type":48,"value":1155},"CreditChallenges",{"type":42,"tag":1079,"props":1157,"children":1158},{},[1159],{"type":48,"value":1160},"Credit challenges for Credit Drivers",{"type":42,"tag":1057,"props":1162,"children":1163},{},[1164,1173],{"type":42,"tag":1079,"props":1165,"children":1166},{},[1167],{"type":42,"tag":57,"props":1168,"children":1170},{"className":1169},[],[1171],{"type":48,"value":1172},"KeyIndicatorsTable",{"type":42,"tag":1079,"props":1174,"children":1175},{},[1176],{"type":48,"value":1177},"Financial metrics for Key Indicators table",{"type":42,"tag":1057,"props":1179,"children":1180},{},[1181,1190],{"type":42,"tag":1079,"props":1182,"children":1183},{},[1184],{"type":42,"tag":57,"props":1185,"children":1187},{"className":1186},[],[1188],{"type":48,"value":1189},"ScorecardTable",{"type":42,"tag":1079,"props":1191,"children":1192},{},[1193],{"type":48,"value":1194},"Scorecard data",{"type":42,"tag":962,"props":1196,"children":1198},{"id":1197},"ratings-per-company",[1199],{"type":48,"value":1200},"Ratings (per company)",{"type":42,"tag":51,"props":1202,"children":1203},{},[1204,1205,1210],{"type":48,"value":839},{"type":42,"tag":57,"props":1206,"children":1208},{"className":1207},[],[1209],{"type":48,"value":249},{"type":48,"value":1211}," — retrieve the current long-term rating, rating class, rating date,\noutlook, and historical ratings (need at least the last 5 rating actions for the Ratings Chart).",{"type":42,"tag":962,"props":1213,"children":1215},{"id":1214},"esg-per-company",[1216],{"type":48,"value":1217},"ESG (per company)",{"type":42,"tag":51,"props":1219,"children":1220},{},[1221,1222,1227],{"type":48,"value":839},{"type":42,"tag":57,"props":1223,"children":1225},{"className":1224},[],[1226],{"type":48,"value":272},{"type":48,"value":1228}," — overall CIS classification plus E, S, G sub-scores.",{"type":42,"tag":962,"props":1230,"children":1232},{"id":1231},"sector-outlook-once-per-sector",[1233],{"type":48,"value":1234},"Sector outlook (once per sector)",{"type":42,"tag":51,"props":1236,"children":1237},{},[1238,1239,1244],{"type":48,"value":839},{"type":42,"tag":57,"props":1240,"children":1242},{"className":1241},[],[1243],{"type":48,"value":279},{"type":48,"value":1245}," for the target company's sector. Reuse for peers in the same\nsector.",{"type":42,"tag":962,"props":1247,"children":1249},{"id":1248},"probability-of-default-target-all-peers",[1250],{"type":48,"value":1251},"Probability of Default (target + all peers)",{"type":42,"tag":51,"props":1253,"children":1254},{},[1255,1256,1261],{"type":48,"value":839},{"type":42,"tag":57,"props":1257,"children":1259},{"className":1258},[],[1260],{"type":48,"value":302},{"type":48,"value":1262}," for the target company AND every resolved peer in a\nsingle parallel batch. Retrieve:",{"type":42,"tag":108,"props":1264,"children":1265},{},[1266,1271,1276],{"type":42,"tag":112,"props":1267,"children":1268},{},[1269],{"type":48,"value":1270},"1-year PD (%)",{"type":42,"tag":112,"props":1272,"children":1273},{},[1274],{"type":48,"value":1275},"5-year cumulative PD (%)",{"type":42,"tag":112,"props":1277,"children":1278},{},[1279],{"type":48,"value":1280},"PD-implied rating",{"type":42,"tag":51,"props":1282,"children":1283},{},[1284,1286,1291,1293,1299],{"type":48,"value":1285},"Compute the ",{"type":42,"tag":71,"props":1287,"children":1288},{},[1289],{"type":48,"value":1290},"peer average",{"type":48,"value":1292}," for 1-year PD and 5-year cumulative PD (exclude the target).\nDetermine ",{"type":42,"tag":57,"props":1294,"children":1296},{"className":1295},[],[1297],{"type":48,"value":1298},"pd_signal",{"type":48,"value":380},{"type":42,"tag":108,"props":1301,"children":1302},{},[1303,1314,1325],{"type":42,"tag":112,"props":1304,"children":1305},{},[1306,1312],{"type":42,"tag":57,"props":1307,"children":1309},{"className":1308},[],[1310],{"type":48,"value":1311},"\"red\"",{"type":48,"value":1313}," — target 1-year PD is >2× peer average",{"type":42,"tag":112,"props":1315,"children":1316},{},[1317,1323],{"type":42,"tag":57,"props":1318,"children":1320},{"className":1319},[],[1321],{"type":48,"value":1322},"\"amber\"",{"type":48,"value":1324}," — target 1-year PD is 1.25–2× peer average",{"type":42,"tag":112,"props":1326,"children":1327},{},[1328,1334],{"type":42,"tag":57,"props":1329,"children":1331},{"className":1330},[],[1332],{"type":48,"value":1333},"\"green\"",{"type":48,"value":1335}," — target 1-year PD is ≤1.25× peer average",{"type":42,"tag":51,"props":1337,"children":1338},{},[1339,1341,1347,1349,1355],{"type":48,"value":1340},"Build ",{"type":42,"tag":57,"props":1342,"children":1344},{"className":1343},[],[1345],{"type":48,"value":1346},"pd_gap_1yr",{"type":48,"value":1348}," label (e.g. ",{"type":42,"tag":57,"props":1350,"children":1352},{"className":1351},[],[1353],{"type":48,"value":1354},"\"+0.079pp above peer avg (3.5×)\"",{"type":48,"value":1356},").",{"type":42,"tag":51,"props":1358,"children":1359},{},[1360,1362,1367,1368,1373],{"type":48,"value":1361},"Set ",{"type":42,"tag":57,"props":1363,"children":1365},{"className":1364},[],[1366],{"type":48,"value":310},{"type":48,"value":312},{"type":42,"tag":57,"props":1369,"children":1371},{"className":1370},[],[1372],{"type":48,"value":318},{"type":48,"value":1374}," if the PD tool is unavailable or data is missing for the target\nor fewer than 2 peers — the panel is suppressed automatically.",{"type":42,"tag":51,"props":1376,"children":1377},{},[1378],{"type":48,"value":1379},"Hold all results in context for Step 5 synthesis.",{"type":42,"tag":826,"props":1381,"children":1382},{},[],{"type":42,"tag":91,"props":1384,"children":1386},{"id":1385},"step-5-synthesize-emit-the-complete-artifact",[1387],{"type":48,"value":1388},"Step 5 — Synthesize + emit the complete artifact",{"type":42,"tag":51,"props":1390,"children":1391},{},[1392],{"type":48,"value":1393},"After data is gathered, assemble the complete filled HTML document and write it to disk, then\npresent it to the user for download (see Step 7 for the file-naming and delivery contract).",{"type":42,"tag":51,"props":1395,"children":1396},{},[1397,1399,1404],{"type":48,"value":1398},"The assembled document ",{"type":42,"tag":71,"props":1400,"children":1401},{},[1402],{"type":48,"value":1403},"must",{"type":48,"value":380},{"type":42,"tag":108,"props":1406,"children":1407},{},[1408,1420],{"type":42,"tag":112,"props":1409,"children":1410},{},[1411,1413,1418],{"type":48,"value":1412},"Be a complete, standalone HTML document (doctype → ",{"type":42,"tag":57,"props":1414,"children":1416},{"className":1415},[],[1417],{"type":48,"value":137},{"type":48,"value":1419},") that renders without\nexternal dependencies.",{"type":42,"tag":112,"props":1421,"children":1422},{},[1423,1425,1430],{"type":48,"value":1424},"Preserve the template's ",{"type":42,"tag":57,"props":1426,"children":1428},{"className":1427},[],[1429],{"type":48,"value":924},{"type":48,"value":1431}," (CSS, fonts), section order, table skeletons, row labels, and\nelement IDs exactly. Only the empty targets defined below are populated.",{"type":42,"tag":51,"props":1433,"children":1434},{},[1435,1437,1442],{"type":48,"value":1436},"Write in professional financial\u002Fcredit analysis language. Always reference specific companies by\nname. The target company is ",{"type":42,"tag":71,"props":1438,"children":1439},{},[1440],{"type":48,"value":1441},"always the first column \u002F first row",{"type":48,"value":1443}," in every table. Render order\nof content inside the code block follows the page top-to-bottom so the artifact is human-readable\nas well as browser-renderable: cover\u002Fheader fields first, then Peers Comparison sub-sections\n(1–6), Ratings Chart, ESG, and citations\u002Fsources last.",{"type":42,"tag":51,"props":1445,"children":1446},{},[1447,1449,1455,1457,1462,1464,1468],{"type":48,"value":1448},"Attribute substantive claims with numbered citation references. The exact inline markup, the\nURL-less fallback, and the rule that ",{"type":42,"tag":57,"props":1450,"children":1452},{"className":1451},[],[1453],{"type":48,"value":1454},"n",{"type":48,"value":1456}," matches the row position of the source inside\n",{"type":42,"tag":57,"props":1458,"children":1460},{"className":1459},[],[1461],{"type":48,"value":784},{"type":48,"value":1463}," are defined in ",{"type":42,"tag":327,"props":1465,"children":1466},{"href":681},[1467],{"type":48,"value":688},{"type":48,"value":824},{"type":42,"tag":962,"props":1470,"children":1472},{"id":1471},"cover-header-fields-write-first",[1473],{"type":48,"value":1474},"Cover \u002F header fields (write first)",{"type":42,"tag":108,"props":1476,"children":1477},{},[1478,1497,1508,1519,1530,1557],{"type":42,"tag":112,"props":1479,"children":1480},{},[1481,1487,1489,1495],{"type":42,"tag":57,"props":1482,"children":1484},{"className":1483},[],[1485],{"type":48,"value":1486},"#pa-report-date",{"type":48,"value":1488}," — e.g. ",{"type":42,"tag":57,"props":1490,"children":1492},{"className":1491},[],[1493],{"type":48,"value":1494},"April 20, 2026",{"type":48,"value":1496}," (plain text)",{"type":42,"tag":112,"props":1498,"children":1499},{},[1500,1506],{"type":42,"tag":57,"props":1501,"children":1503},{"className":1502},[],[1504],{"type":48,"value":1505},"#pa-footer-date",{"type":48,"value":1507}," — same value (plain text)",{"type":42,"tag":112,"props":1509,"children":1510},{},[1511,1517],{"type":42,"tag":57,"props":1512,"children":1514},{"className":1513},[],[1515],{"type":48,"value":1516},"#pa-target-company",{"type":48,"value":1518}," — canonical name of the target (plain text)",{"type":42,"tag":112,"props":1520,"children":1521},{},[1522,1528],{"type":42,"tag":57,"props":1523,"children":1525},{"className":1524},[],[1526],{"type":48,"value":1527},"#pa-peer-count",{"type":48,"value":1529}," — integer count of peers resolved in Step 2 (plain text)",{"type":42,"tag":112,"props":1531,"children":1532},{},[1533,1539,1541,1547,1549,1555],{"type":42,"tag":57,"props":1534,"children":1536},{"className":1535},[],[1537],{"type":48,"value":1538},"#pa-company-chips",{"type":48,"value":1540}," — ",{"type":42,"tag":57,"props":1542,"children":1544},{"className":1543},[],[1545],{"type":48,"value":1546},"\u003Cspan class=\"company-chip target\">Target\u003C\u002Fspan>",{"type":48,"value":1548}," followed by one\n",{"type":42,"tag":57,"props":1550,"children":1552},{"className":1551},[],[1553],{"type":48,"value":1554},"\u003Cspan class=\"company-chip\">Peer\u003C\u002Fspan>",{"type":48,"value":1556}," per peer (space-separated; target first)",{"type":42,"tag":112,"props":1558,"children":1559},{},[1560,1566,1567,1573,1575,1581,1583,1588,1590,1596,1598,1604,1606,1612],{"type":42,"tag":57,"props":1561,"children":1563},{"className":1562},[],[1564],{"type":48,"value":1565},"#pa-cover-img-right",{"type":48,"value":236},{"type":42,"tag":57,"props":1568,"children":1570},{"className":1569},[],[1571],{"type":48,"value":1572},"#pa-cover-img-bottom",{"type":48,"value":1574}," — optional. If you have image URLs or data URIs\nto use, set the ",{"type":42,"tag":57,"props":1576,"children":1578},{"className":1577},[],[1579],{"type":48,"value":1580},"src",{"type":48,"value":1582}," attributes ",{"type":42,"tag":71,"props":1584,"children":1585},{},[1586],{"type":48,"value":1587},"and",{"type":48,"value":1589}," add the ",{"type":42,"tag":57,"props":1591,"children":1593},{"className":1592},[],[1594],{"type":48,"value":1595},"has-cover-image",{"type":48,"value":1597}," class to the corresponding\ncontainer (",{"type":42,"tag":57,"props":1599,"children":1601},{"className":1600},[],[1602],{"type":48,"value":1603},"\u003Cdiv class=\"cover-top has-cover-image\">",{"type":48,"value":1605}," and\u002For ",{"type":42,"tag":57,"props":1607,"children":1609},{"className":1608},[],[1610],{"type":48,"value":1611},"\u003Cdiv class=\"cover-bottom has-cover-image\">",{"type":48,"value":1613},").\nIf you do not have images, leave the template as-is — the empty image strips will collapse\nautomatically and the cover will render as a clean navy block with the accent bar.",{"type":42,"tag":962,"props":1615,"children":1617},{"id":1616},"section-1-peers-comparison-table-analysis",[1618],{"type":48,"value":1619},"Section 1 — Peers Comparison Table & Analysis",{"type":42,"tag":51,"props":1621,"children":1622},{},[1623,1628,1629],{"type":42,"tag":71,"props":1624,"children":1625},{},[1626],{"type":48,"value":1627},"1) Peers Table",{"type":48,"value":131},{"type":42,"tag":57,"props":1630,"children":1632},{"className":1631},[],[1633],{"type":48,"value":1634},"\u003Ctbody id=\"pa-peers-table\">",{"type":42,"tag":51,"props":1636,"children":1637},{},[1638,1640,1646,1648,1653],{"type":48,"value":1639},"Write one ",{"type":42,"tag":57,"props":1641,"children":1643},{"className":1642},[],[1644],{"type":48,"value":1645},"\u003Ctr>",{"type":48,"value":1647}," per company. Two columns: company name + a substantive description paragraph\nsourced from the Credit Opinion ",{"type":42,"tag":57,"props":1649,"children":1651},{"className":1650},[],[1652],{"type":48,"value":1087},{"type":48,"value":1654}," section (headquarters, business overview, key\nbrands\u002Fsegments, approximate TTM revenue). Description paragraphs may carry inline citations.",{"type":42,"tag":51,"props":1656,"children":1657},{},[1658,1663,1664],{"type":42,"tag":71,"props":1659,"children":1660},{},[1661],{"type":48,"value":1662},"2) Peers Rating",{"type":48,"value":131},{"type":42,"tag":57,"props":1665,"children":1667},{"className":1666},[],[1668],{"type":48,"value":1669},"\u003Ctbody id=\"pa-peers-rating\">",{"type":42,"tag":51,"props":1671,"children":1672},{},[1673,1674,1679,1681,1687,1689,1695],{"type":48,"value":1639},{"type":42,"tag":57,"props":1675,"children":1677},{"className":1676},[],[1678],{"type":48,"value":1645},{"type":48,"value":1680}," per company. Three columns: company name, rating (formatted as\n",{"type":42,"tag":57,"props":1682,"children":1684},{"className":1683},[],[1685],{"type":48,"value":1686},"{rating} ({rating class} \u002F {date})",{"type":48,"value":1688},"), and ",{"type":42,"tag":57,"props":1690,"children":1692},{"className":1691},[],[1693],{"type":48,"value":1694},"\u003Cspan class=\"outlook-badge …\">Outlook\u003C\u002Fspan>",{"type":48,"value":1696},".\nUse class rules below.",{"type":42,"tag":51,"props":1698,"children":1699},{},[1700,1705,1707,1713],{"type":42,"tag":71,"props":1701,"children":1702},{},[1703],{"type":48,"value":1704},"3) Credit Drivers",{"type":48,"value":1706}," — 5 rows × 4 company columns, pre-shaped ",{"type":42,"tag":57,"props":1708,"children":1710},{"className":1709},[],[1711],{"type":48,"value":1712},"\u003Ctable>",{"type":48,"value":1714}," with per-cell IDs",{"type":42,"tag":51,"props":1716,"children":1717},{},[1718],{"type":48,"value":1719},"Write the 4 company header cells first:",{"type":42,"tag":108,"props":1721,"children":1722},{},[1723,1734],{"type":42,"tag":112,"props":1724,"children":1725},{},[1726,1732],{"type":42,"tag":57,"props":1727,"children":1729},{"className":1728},[],[1730],{"type":48,"value":1731},"#pa-cd-col-1",{"type":48,"value":1733}," — target name (plain text)",{"type":42,"tag":112,"props":1735,"children":1736},{},[1737,1743,1744,1750,1751,1757],{"type":42,"tag":57,"props":1738,"children":1740},{"className":1739},[],[1741],{"type":48,"value":1742},"#pa-cd-col-2",{"type":48,"value":236},{"type":42,"tag":57,"props":1745,"children":1747},{"className":1746},[],[1748],{"type":48,"value":1749},"#pa-cd-col-3",{"type":48,"value":236},{"type":42,"tag":57,"props":1752,"children":1754},{"className":1753},[],[1755],{"type":48,"value":1756},"#pa-cd-col-4",{"type":48,"value":1758}," — peer names in order (leave empty if fewer\nthan 3 peers were resolved)",{"type":42,"tag":51,"props":1760,"children":1761},{},[1762,1764,1770],{"type":48,"value":1763},"Then write the 16 body cells (",{"type":42,"tag":57,"props":1765,"children":1767},{"className":1766},[],[1768],{"type":48,"value":1769},"#pa-cd-r{1..4}-c{1..4}",{"type":48,"value":1771},"). Each cell is a substantive paragraph\nwith specific quantitative thresholds where available. Cells may carry inline citations:",{"type":42,"tag":108,"props":1773,"children":1774},{},[1775,1793,1810,1827],{"type":42,"tag":112,"props":1776,"children":1777},{},[1778,1780,1786,1788],{"type":48,"value":1779},"Row 1 (",{"type":42,"tag":57,"props":1781,"children":1783},{"className":1782},[],[1784],{"type":48,"value":1785},"Upgrade factors",{"type":48,"value":1787},") — from ",{"type":42,"tag":57,"props":1789,"children":1791},{"className":1790},[],[1792],{"type":48,"value":1104},{"type":42,"tag":112,"props":1794,"children":1795},{},[1796,1798,1804,1805],{"type":48,"value":1797},"Row 2 (",{"type":42,"tag":57,"props":1799,"children":1801},{"className":1800},[],[1802],{"type":48,"value":1803},"Downgrade factors",{"type":48,"value":1787},{"type":42,"tag":57,"props":1806,"children":1808},{"className":1807},[],[1809],{"type":48,"value":1121},{"type":42,"tag":112,"props":1811,"children":1812},{},[1813,1815,1821,1822],{"type":48,"value":1814},"Row 3 (",{"type":42,"tag":57,"props":1816,"children":1818},{"className":1817},[],[1819],{"type":48,"value":1820},"Credit strengths (qualitative)",{"type":48,"value":1787},{"type":42,"tag":57,"props":1823,"children":1825},{"className":1824},[],[1826],{"type":48,"value":1138},{"type":42,"tag":112,"props":1828,"children":1829},{},[1830,1832,1838,1839],{"type":48,"value":1831},"Row 4 (",{"type":42,"tag":57,"props":1833,"children":1835},{"className":1834},[],[1836],{"type":48,"value":1837},"Credit challenges (qualitative)",{"type":48,"value":1787},{"type":42,"tag":57,"props":1840,"children":1842},{"className":1841},[],[1843],{"type":48,"value":1155},{"type":42,"tag":87,"props":1845,"children":1846},{},[1847],{"type":42,"tag":51,"props":1848,"children":1849},{},[1850,1855,1857,1862,1864,1870,1872,1878],{"type":42,"tag":71,"props":1851,"children":1852},{},[1853],{"type":48,"value":1854},"Row 5 (\"Quantitative support\") has been removed.",{"type":48,"value":1856}," Do NOT emit a 5th row in the Credit\nDrivers table. The pre-shaped table in ",{"type":42,"tag":57,"props":1858,"children":1860},{"className":1859},[],[1861],{"type":48,"value":353},{"type":48,"value":1863}," has 5 row slots — leave\n",{"type":42,"tag":57,"props":1865,"children":1867},{"className":1866},[],[1868],{"type":48,"value":1869},"#pa-cd-r5-c{1..4}",{"type":48,"value":1871}," blank and suppress the row label for Row 5 by setting its ",{"type":42,"tag":57,"props":1873,"children":1875},{"className":1874},[],[1876],{"type":48,"value":1877},"\u003Cth>",{"type":48,"value":1879}," to\nan empty string or by omitting it entirely if the template allows. Quantitative metrics\nare covered by the Key Indicators bar charts immediately below.",{"type":42,"tag":51,"props":1881,"children":1882},{},[1883,1885,1891],{"type":48,"value":1884},"If a Credit Opinion section is missing for a company, write ",{"type":42,"tag":57,"props":1886,"children":1888},{"className":1887},[],[1889],{"type":48,"value":1890},"Not available",{"type":48,"value":1892}," in the corresponding\ncell rather than leaving it blank.",{"type":42,"tag":51,"props":1894,"children":1895},{},[1896,1901,1902],{"type":42,"tag":71,"props":1897,"children":1898},{},[1899],{"type":48,"value":1900},"4) Key Indicators — Peer Bar Charts",{"type":48,"value":131},{"type":42,"tag":57,"props":1903,"children":1905},{"className":1904},[],[1906],{"type":48,"value":1907},"#pa-ki-charts",{"type":42,"tag":51,"props":1909,"children":1910},{},[1911,1913,1918,1920,1926,1928,1933,1935,1941],{"type":48,"value":1912},"Replace the static Key Indicators table with a set of ",{"type":42,"tag":71,"props":1914,"children":1915},{},[1916],{"type":48,"value":1917},"horizontal peer bar charts",{"type":48,"value":1919}," matching\nthe visual style from the sector-drift report. Emit a ",{"type":42,"tag":57,"props":1921,"children":1923},{"className":1922},[],[1924],{"type":48,"value":1925},"\u003Cdiv id=\"pa-ki-charts\">",{"type":48,"value":1927}," block\ncontaining ",{"type":42,"tag":71,"props":1929,"children":1930},{},[1931],{"type":48,"value":1932},"five",{"type":48,"value":1934}," ",{"type":42,"tag":57,"props":1936,"children":1938},{"className":1937},[],[1939],{"type":48,"value":1940},"peer-bar-chart-outer",{"type":48,"value":1942}," panels, one per metric:",{"type":42,"tag":1049,"props":1944,"children":1945},{},[1946,1977],{"type":42,"tag":1053,"props":1947,"children":1948},{},[1949],{"type":42,"tag":1057,"props":1950,"children":1951},{},[1952,1957,1962,1967,1972],{"type":42,"tag":1061,"props":1953,"children":1954},{},[1955],{"type":48,"value":1956},"Chart",{"type":42,"tag":1061,"props":1958,"children":1959},{},[1960],{"type":48,"value":1961},"Metric",{"type":42,"tag":1061,"props":1963,"children":1964},{},[1965],{"type":48,"value":1966},"Unit",{"type":42,"tag":1061,"props":1968,"children":1969},{},[1970],{"type":48,"value":1971},"Source",{"type":42,"tag":1061,"props":1973,"children":1974},{},[1975],{"type":48,"value":1976},"Note on \"lower is better\"",{"type":42,"tag":1072,"props":1978,"children":1979},{},[1980,2012,2044,2074,2103],{"type":42,"tag":1057,"props":1981,"children":1982},{},[1983,1988,1993,2002,2007],{"type":42,"tag":1079,"props":1984,"children":1985},{},[1986],{"type":48,"value":1987},"1",{"type":42,"tag":1079,"props":1989,"children":1990},{},[1991],{"type":48,"value":1992},"FCF Margin %",{"type":42,"tag":1079,"props":1994,"children":1995},{},[1996],{"type":42,"tag":57,"props":1997,"children":1999},{"className":1998},[],[2000],{"type":48,"value":2001},"%",{"type":42,"tag":1079,"props":2003,"children":2004},{},[2005],{"type":48,"value":2006},"(OCF − |Capex|) \u002F Revenue",{"type":42,"tag":1079,"props":2008,"children":2009},{},[2010],{"type":48,"value":2011},"Higher = better",{"type":42,"tag":1057,"props":2013,"children":2014},{},[2015,2020,2025,2034,2039],{"type":42,"tag":1079,"props":2016,"children":2017},{},[2018],{"type":48,"value":2019},"2",{"type":42,"tag":1079,"props":2021,"children":2022},{},[2023],{"type":48,"value":2024},"Debt \u002F EBITDA",{"type":42,"tag":1079,"props":2026,"children":2027},{},[2028],{"type":42,"tag":57,"props":2029,"children":2031},{"className":2030},[],[2032],{"type":48,"value":2033},"x",{"type":42,"tag":1079,"props":2035,"children":2036},{},[2037],{"type":48,"value":2038},"Moody's pre-computed Key Indicators",{"type":42,"tag":1079,"props":2040,"children":2041},{},[2042],{"type":48,"value":2043},"Lower = better",{"type":42,"tag":1057,"props":2045,"children":2046},{},[2047,2052,2057,2065,2070],{"type":42,"tag":1079,"props":2048,"children":2049},{},[2050],{"type":48,"value":2051},"3",{"type":42,"tag":1079,"props":2053,"children":2054},{},[2055],{"type":48,"value":2056},"EBITDA Margin %",{"type":42,"tag":1079,"props":2058,"children":2059},{},[2060],{"type":42,"tag":57,"props":2061,"children":2063},{"className":2062},[],[2064],{"type":48,"value":2001},{"type":42,"tag":1079,"props":2066,"children":2067},{},[2068],{"type":48,"value":2069},"EBITDA \u002F Revenue",{"type":42,"tag":1079,"props":2071,"children":2072},{},[2073],{"type":48,"value":2011},{"type":42,"tag":1057,"props":2075,"children":2076},{},[2077,2082,2087,2095,2099],{"type":42,"tag":1079,"props":2078,"children":2079},{},[2080],{"type":48,"value":2081},"4",{"type":42,"tag":1079,"props":2083,"children":2084},{},[2085],{"type":48,"value":2086},"EBITA \u002F Interest",{"type":42,"tag":1079,"props":2088,"children":2089},{},[2090],{"type":42,"tag":57,"props":2091,"children":2093},{"className":2092},[],[2094],{"type":48,"value":2033},{"type":42,"tag":1079,"props":2096,"children":2097},{},[2098],{"type":48,"value":2038},{"type":42,"tag":1079,"props":2100,"children":2101},{},[2102],{"type":48,"value":2011},{"type":42,"tag":1057,"props":2104,"children":2105},{},[2106,2111,2116,2124,2128],{"type":42,"tag":1079,"props":2107,"children":2108},{},[2109],{"type":48,"value":2110},"5",{"type":42,"tag":1079,"props":2112,"children":2113},{},[2114],{"type":48,"value":2115},"RCF \u002F Net Debt",{"type":42,"tag":1079,"props":2117,"children":2118},{},[2119],{"type":42,"tag":57,"props":2120,"children":2122},{"className":2121},[],[2123],{"type":48,"value":2001},{"type":42,"tag":1079,"props":2125,"children":2126},{},[2127],{"type":48,"value":2038},{"type":42,"tag":1079,"props":2129,"children":2130},{},[2131],{"type":48,"value":2011},{"type":42,"tag":51,"props":2133,"children":2134},{},[2135],{"type":48,"value":2136},"For each chart:",{"type":42,"tag":108,"props":2138,"children":2139},{},[2140,2145,2166,2187,2200,2240,2261],{"type":42,"tag":112,"props":2141,"children":2142},{},[2143],{"type":48,"value":2144},"Show one bar per company (target first, then peers sorted by descending value, then AVERAGE last)",{"type":42,"tag":112,"props":2146,"children":2147},{},[2148,2150,2156,2158,2164],{"type":48,"value":2149},"The target bar uses ",{"type":42,"tag":57,"props":2151,"children":2153},{"className":2152},[],[2154],{"type":48,"value":2155},"background:#0066cc",{"type":48,"value":2157}," (blue); AVERAGE bar uses ",{"type":42,"tag":57,"props":2159,"children":2161},{"className":2160},[],[2162],{"type":48,"value":2163},"background:#2e7d32",{"type":48,"value":2165}," (green)",{"type":42,"tag":112,"props":2167,"children":2168},{},[2169,2171,2177,2179,2185],{"type":48,"value":2170},"Peers use ",{"type":42,"tag":57,"props":2172,"children":2174},{"className":2173},[],[2175],{"type":48,"value":2176},"background:#7ca8d8",{"type":48,"value":2178}," (steel blue) for positive values, ",{"type":42,"tag":57,"props":2180,"children":2182},{"className":2181},[],[2183],{"type":48,"value":2184},"background:#e0a0a0",{"type":48,"value":2186}," for negative",{"type":42,"tag":112,"props":2188,"children":2189},{},[2190,2192,2198],{"type":48,"value":2191},"Draw an orange median line (",{"type":42,"tag":57,"props":2193,"children":2195},{"className":2194},[],[2196],{"type":48,"value":2197},"background: #e87722",{"type":48,"value":2199},") at the peer median position",{"type":42,"tag":112,"props":2201,"children":2202},{},[2203,2208,2210,2216,2218,2224,2225,2231,2233,2238],{"type":42,"tag":71,"props":2204,"children":2205},{},[2206],{"type":48,"value":2207},"Show the fiscal year for each company's bar",{"type":48,"value":2209}," by appending the FY label in parentheses to\nthe ",{"type":42,"tag":57,"props":2211,"children":2213},{"className":2212},[],[2214],{"type":48,"value":2215},"pbc-name",{"type":48,"value":2217}," element (e.g. ",{"type":42,"tag":57,"props":2219,"children":2221},{"className":2220},[],[2222],{"type":48,"value":2223},"Target Co (FY2025)",{"type":48,"value":236},{"type":42,"tag":57,"props":2226,"children":2228},{"className":2227},[],[2229],{"type":48,"value":2230},"Peer A (FY2024)",{"type":48,"value":2232},"). This is required\nbecause different entities may have different most-recent fiscal years. Use the same FY\nyear identified via ",{"type":42,"tag":57,"props":2234,"children":2236},{"className":2235},[],[2237],{"type":48,"value":264},{"type":48,"value":2239}," for each entity.",{"type":42,"tag":112,"props":2241,"children":2242},{},[2243,2245,2251,2253,2259],{"type":48,"value":2244},"Display the fiscal year reference at the top of the block (e.g. ",{"type":42,"tag":57,"props":2246,"children":2248},{"className":2247},[],[2249],{"type":48,"value":2250},"FY2025, % of revenue | Orange line = peer median | Green bar = peer average",{"type":48,"value":2252},"); if entities have mixed FYs, write ",{"type":42,"tag":57,"props":2254,"children":2256},{"className":2255},[],[2257],{"type":48,"value":2258},"Most recent FY",{"type":48,"value":2260}," instead of a single year",{"type":42,"tag":112,"props":2262,"children":2263},{},[2264],{"type":48,"value":2265},"Include a note line at the bottom with: peer median, peer avg (n=X), company value, gap",{"type":42,"tag":51,"props":2267,"children":2268},{},[2269,2274],{"type":42,"tag":71,"props":2270,"children":2271},{},[2272],{"type":48,"value":2273},"Compute peer average and peer median",{"type":48,"value":2275}," across all resolved peers (exclude the target).",{"type":42,"tag":51,"props":2277,"children":2278},{},[2279,2284,2286,2291,2293,2299,2301,2307],{"type":42,"tag":71,"props":2280,"children":2281},{},[2282],{"type":48,"value":2283},"FY period header",{"type":48,"value":2285},": show the most recent common FY year at the top of ",{"type":42,"tag":57,"props":2287,"children":2289},{"className":2288},[],[2290],{"type":48,"value":1907},{"type":48,"value":2292}," in\na ",{"type":42,"tag":57,"props":2294,"children":2296},{"className":2295},[],[2297],{"type":48,"value":2298},"\u003Cdiv class=\"ki-fy-header\">",{"type":48,"value":2300}," (e.g. ",{"type":42,"tag":57,"props":2302,"children":2304},{"className":2303},[],[2305],{"type":48,"value":2306},"KEY INDICATORS — FY2025 | Company vs. Peers",{"type":48,"value":1356},{"type":42,"tag":51,"props":2309,"children":2310},{},[2311,2316,2318,2323],{"type":42,"tag":71,"props":2312,"children":2313},{},[2314],{"type":48,"value":2315},"Reference snippet",{"type":48,"value":2317}," for one chart panel (emit five of these inside ",{"type":42,"tag":57,"props":2319,"children":2321},{"className":2320},[],[2322],{"type":48,"value":1907},{"type":48,"value":2324},"):",{"type":42,"tag":2326,"props":2327,"children":2331},"pre",{"className":2328,"code":2329,"language":21,"meta":2330,"style":2330},"language-html shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","\u003Cdiv id=\"pa-ki-charts\">\n  \u003Cdiv class=\"ki-fy-header\">KEY INDICATORS — FY2025 | Company vs. Peers\u003C\u002Fdiv>\n\n  \u003Cdiv class=\"peer-bar-chart-outer\">\n    \u003Cdiv class=\"pbc-title\">FCF MARGIN — COMPANY VS. PEERS\u003C\u002Fdiv>\n    \u003Cdiv class=\"pbc-subtitle\">FY2025, % of revenue | Orange line = peer median | Green bar = peer average\u003C\u002Fdiv>\n    \u003Cdiv class=\"pbc-rows\">\n      \u003C!-- Target (subject) row -->\n      \u003Cdiv class=\"pbc-row\">\n        \u003Cdiv class=\"pbc-name subject\" title=\"Target Co\">Target Co\u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-track\">\n          \u003Cdiv class=\"pbc-median-line\" style=\"left:52.3%\">\u003Cdiv class=\"pbc-median-tip\">Median 8.4%\u003C\u002Fdiv>\u003C\u002Fdiv>\n          \u003Cdiv class=\"pbc-fill subj-neg\" style=\"left:0;width:12.1%\">\u003C\u002Fdiv>\n        \u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-val neg\">-2.1%\u003C\u002Fdiv>\n      \u003C\u002Fdiv>\n      \u003C!-- Peer rows (sorted descending by value) -->\n      \u003Cdiv class=\"pbc-row\">\n        \u003Cdiv class=\"pbc-name\" title=\"Peer A\">Peer A\u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-track\">\n          \u003Cdiv class=\"pbc-median-line\" style=\"left:52.3%\">\u003C\u002Fdiv>\n          \u003Cdiv class=\"pbc-fill peer-pos\" style=\"left:0;width:100%\">\u003C\u002Fdiv>\n        \u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-val pos\">12.3%\u003C\u002Fdiv>\n      \u003C\u002Fdiv>\n      \u003C!-- AVERAGE bar (last, separated by dashed border) -->\n      \u003Cdiv class=\"pbc-row\" style=\"margin-top:6px;padding-top:6px;border-top:1px dashed #d0d7e3\">\n        \u003Cdiv class=\"pbc-name average\">AVERAGE\u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-track\">\n          \u003Cdiv class=\"pbc-fill avg-bar\" style=\"left:0;width:70.7%\">\u003C\u002Fdiv>\n        \u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-val avg-val\">8.7%\u003C\u002Fdiv>\n      \u003C\u002Fdiv>\n    \u003C\u002Fdiv>\n    \u003Cdiv class=\"pbc-note\">Peer median 8.42% | Peer avg 8.70% (n=6, Moody's). Company: -2.10%. Gap vs. median: -10.52pp.\u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\n  \u003C!-- Repeat for Debt\u002FEBITDA, EBITDA Margin %, EBITA\u002FInterest, RCF\u002FNet Debt -->\n\u003C\u002Fdiv>\n","",[2332],{"type":42,"tag":57,"props":2333,"children":2334},{"__ignoreMap":2330},[2335,2384,2442,2452,2488,2543,2596,2633,2643,2681,2757,2794,2910,2976,2993,3047,3064,3073,3109,3182,3218,3282,3348,3364,3418,3434,3443,3500,3554,3590,3656,3672,3726,3742,3759,3813,3830,3838,3847],{"type":42,"tag":2336,"props":2337,"children":2340},"span",{"class":2338,"line":2339},"line",1,[2341,2347,2353,2359,2364,2369,2375,2379],{"type":42,"tag":2336,"props":2342,"children":2344},{"style":2343},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[2345],{"type":48,"value":2346},"\u003C",{"type":42,"tag":2336,"props":2348,"children":2350},{"style":2349},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[2351],{"type":48,"value":2352},"div",{"type":42,"tag":2336,"props":2354,"children":2356},{"style":2355},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[2357],{"type":48,"value":2358}," id",{"type":42,"tag":2336,"props":2360,"children":2361},{"style":2343},[2362],{"type":48,"value":2363},"=",{"type":42,"tag":2336,"props":2365,"children":2366},{"style":2343},[2367],{"type":48,"value":2368},"\"",{"type":42,"tag":2336,"props":2370,"children":2372},{"style":2371},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[2373],{"type":48,"value":2374},"pa-ki-charts",{"type":42,"tag":2336,"props":2376,"children":2377},{"style":2343},[2378],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2380,"children":2381},{"style":2343},[2382],{"type":48,"value":2383},">\n",{"type":42,"tag":2336,"props":2385,"children":2387},{"class":2338,"line":2386},2,[2388,2393,2397,2402,2406,2410,2415,2419,2424,2429,2434,2438],{"type":42,"tag":2336,"props":2389,"children":2390},{"style":2343},[2391],{"type":48,"value":2392},"  \u003C",{"type":42,"tag":2336,"props":2394,"children":2395},{"style":2349},[2396],{"type":48,"value":2352},{"type":42,"tag":2336,"props":2398,"children":2399},{"style":2355},[2400],{"type":48,"value":2401}," class",{"type":42,"tag":2336,"props":2403,"children":2404},{"style":2343},[2405],{"type":48,"value":2363},{"type":42,"tag":2336,"props":2407,"children":2408},{"style":2343},[2409],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2411,"children":2412},{"style":2371},[2413],{"type":48,"value":2414},"ki-fy-header",{"type":42,"tag":2336,"props":2416,"children":2417},{"style":2343},[2418],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2420,"children":2421},{"style":2343},[2422],{"type":48,"value":2423},">",{"type":42,"tag":2336,"props":2425,"children":2427},{"style":2426},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[2428],{"type":48,"value":2306},{"type":42,"tag":2336,"props":2430,"children":2431},{"style":2343},[2432],{"type":48,"value":2433},"\u003C\u002F",{"type":42,"tag":2336,"props":2435,"children":2436},{"style":2349},[2437],{"type":48,"value":2352},{"type":42,"tag":2336,"props":2439,"children":2440},{"style":2343},[2441],{"type":48,"value":2383},{"type":42,"tag":2336,"props":2443,"children":2445},{"class":2338,"line":2444},3,[2446],{"type":42,"tag":2336,"props":2447,"children":2449},{"emptyLinePlaceholder":2448},true,[2450],{"type":48,"value":2451},"\n",{"type":42,"tag":2336,"props":2453,"children":2455},{"class":2338,"line":2454},4,[2456,2460,2464,2468,2472,2476,2480,2484],{"type":42,"tag":2336,"props":2457,"children":2458},{"style":2343},[2459],{"type":48,"value":2392},{"type":42,"tag":2336,"props":2461,"children":2462},{"style":2349},[2463],{"type":48,"value":2352},{"type":42,"tag":2336,"props":2465,"children":2466},{"style":2355},[2467],{"type":48,"value":2401},{"type":42,"tag":2336,"props":2469,"children":2470},{"style":2343},[2471],{"type":48,"value":2363},{"type":42,"tag":2336,"props":2473,"children":2474},{"style":2343},[2475],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2477,"children":2478},{"style":2371},[2479],{"type":48,"value":1940},{"type":42,"tag":2336,"props":2481,"children":2482},{"style":2343},[2483],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2485,"children":2486},{"style":2343},[2487],{"type":48,"value":2383},{"type":42,"tag":2336,"props":2489,"children":2491},{"class":2338,"line":2490},5,[2492,2497,2501,2505,2509,2513,2518,2522,2526,2531,2535,2539],{"type":42,"tag":2336,"props":2493,"children":2494},{"style":2343},[2495],{"type":48,"value":2496},"    \u003C",{"type":42,"tag":2336,"props":2498,"children":2499},{"style":2349},[2500],{"type":48,"value":2352},{"type":42,"tag":2336,"props":2502,"children":2503},{"style":2355},[2504],{"type":48,"value":2401},{"type":42,"tag":2336,"props":2506,"children":2507},{"style":2343},[2508],{"type":48,"value":2363},{"type":42,"tag":2336,"props":2510,"children":2511},{"style":2343},[2512],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2514,"children":2515},{"style":2371},[2516],{"type":48,"value":2517},"pbc-title",{"type":42,"tag":2336,"props":2519,"children":2520},{"style":2343},[2521],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2523,"children":2524},{"style":2343},[2525],{"type":48,"value":2423},{"type":42,"tag":2336,"props":2527,"children":2528},{"style":2426},[2529],{"type":48,"value":2530},"FCF MARGIN — COMPANY VS. PEERS",{"type":42,"tag":2336,"props":2532,"children":2533},{"style":2343},[2534],{"type":48,"value":2433},{"type":42,"tag":2336,"props":2536,"children":2537},{"style":2349},[2538],{"type":48,"value":2352},{"type":42,"tag":2336,"props":2540,"children":2541},{"style":2343},[2542],{"type":48,"value":2383},{"type":42,"tag":2336,"props":2544,"children":2546},{"class":2338,"line":2545},6,[2547,2551,2555,2559,2563,2567,2572,2576,2580,2584,2588,2592],{"type":42,"tag":2336,"props":2548,"children":2549},{"style":2343},[2550],{"type":48,"value":2496},{"type":42,"tag":2336,"props":2552,"children":2553},{"style":2349},[2554],{"type":48,"value":2352},{"type":42,"tag":2336,"props":2556,"children":2557},{"style":2355},[2558],{"type":48,"value":2401},{"type":42,"tag":2336,"props":2560,"children":2561},{"style":2343},[2562],{"type":48,"value":2363},{"type":42,"tag":2336,"props":2564,"children":2565},{"style":2343},[2566],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2568,"children":2569},{"style":2371},[2570],{"type":48,"value":2571},"pbc-subtitle",{"type":42,"tag":2336,"props":2573,"children":2574},{"style":2343},[2575],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2577,"children":2578},{"style":2343},[2579],{"type":48,"value":2423},{"type":42,"tag":2336,"props":2581,"children":2582},{"style":2426},[2583],{"type":48,"value":2250},{"type":42,"tag":2336,"props":2585,"children":2586},{"style":2343},[2587],{"type":48,"value":2433},{"type":42,"tag":2336,"props":2589,"children":2590},{"style":2349},[2591],{"type":48,"value":2352},{"type":42,"tag":2336,"props":2593,"children":2594},{"style":2343},[2595],{"type":48,"value":2383},{"type":42,"tag":2336,"props":2597,"children":2599},{"class":2338,"line":2598},7,[2600,2604,2608,2612,2616,2620,2625,2629],{"type":42,"tag":2336,"props":2601,"children":2602},{"style":2343},[2603],{"type":48,"value":2496},{"type":42,"tag":2336,"props":2605,"children":2606},{"style":2349},[2607],{"type":48,"value":2352},{"type":42,"tag":2336,"props":2609,"children":2610},{"style":2355},[2611],{"type":48,"value":2401},{"type":42,"tag":2336,"props":2613,"children":2614},{"style":2343},[2615],{"type":48,"value":2363},{"type":42,"tag":2336,"props":2617,"children":2618},{"style":2343},[2619],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2621,"children":2622},{"style":2371},[2623],{"type":48,"value":2624},"pbc-rows",{"type":42,"tag":2336,"props":2626,"children":2627},{"style":2343},[2628],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2630,"children":2631},{"style":2343},[2632],{"type":48,"value":2383},{"type":42,"tag":2336,"props":2634,"children":2636},{"class":2338,"line":2635},8,[2637],{"type":42,"tag":2336,"props":2638,"children":2640},{"style":2639},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[2641],{"type":48,"value":2642},"      \u003C!-- Target (subject) row -->\n",{"type":42,"tag":2336,"props":2644,"children":2646},{"class":2338,"line":2645},9,[2647,2652,2656,2660,2664,2668,2673,2677],{"type":42,"tag":2336,"props":2648,"children":2649},{"style":2343},[2650],{"type":48,"value":2651},"      \u003C",{"type":42,"tag":2336,"props":2653,"children":2654},{"style":2349},[2655],{"type":48,"value":2352},{"type":42,"tag":2336,"props":2657,"children":2658},{"style":2355},[2659],{"type":48,"value":2401},{"type":42,"tag":2336,"props":2661,"children":2662},{"style":2343},[2663],{"type":48,"value":2363},{"type":42,"tag":2336,"props":2665,"children":2666},{"style":2343},[2667],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2669,"children":2670},{"style":2371},[2671],{"type":48,"value":2672},"pbc-row",{"type":42,"tag":2336,"props":2674,"children":2675},{"style":2343},[2676],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2678,"children":2679},{"style":2343},[2680],{"type":48,"value":2383},{"type":42,"tag":2336,"props":2682,"children":2684},{"class":2338,"line":2683},10,[2685,2690,2694,2698,2702,2706,2711,2715,2720,2724,2728,2733,2737,2741,2745,2749,2753],{"type":42,"tag":2336,"props":2686,"children":2687},{"style":2343},[2688],{"type":48,"value":2689},"        \u003C",{"type":42,"tag":2336,"props":2691,"children":2692},{"style":2349},[2693],{"type":48,"value":2352},{"type":42,"tag":2336,"props":2695,"children":2696},{"style":2355},[2697],{"type":48,"value":2401},{"type":42,"tag":2336,"props":2699,"children":2700},{"style":2343},[2701],{"type":48,"value":2363},{"type":42,"tag":2336,"props":2703,"children":2704},{"style":2343},[2705],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2707,"children":2708},{"style":2371},[2709],{"type":48,"value":2710},"pbc-name subject",{"type":42,"tag":2336,"props":2712,"children":2713},{"style":2343},[2714],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2716,"children":2717},{"style":2355},[2718],{"type":48,"value":2719}," title",{"type":42,"tag":2336,"props":2721,"children":2722},{"style":2343},[2723],{"type":48,"value":2363},{"type":42,"tag":2336,"props":2725,"children":2726},{"style":2343},[2727],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2729,"children":2730},{"style":2371},[2731],{"type":48,"value":2732},"Target Co",{"type":42,"tag":2336,"props":2734,"children":2735},{"style":2343},[2736],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2738,"children":2739},{"style":2343},[2740],{"type":48,"value":2423},{"type":42,"tag":2336,"props":2742,"children":2743},{"style":2426},[2744],{"type":48,"value":2732},{"type":42,"tag":2336,"props":2746,"children":2747},{"style":2343},[2748],{"type":48,"value":2433},{"type":42,"tag":2336,"props":2750,"children":2751},{"style":2349},[2752],{"type":48,"value":2352},{"type":42,"tag":2336,"props":2754,"children":2755},{"style":2343},[2756],{"type":48,"value":2383},{"type":42,"tag":2336,"props":2758,"children":2760},{"class":2338,"line":2759},11,[2761,2765,2769,2773,2777,2781,2786,2790],{"type":42,"tag":2336,"props":2762,"children":2763},{"style":2343},[2764],{"type":48,"value":2689},{"type":42,"tag":2336,"props":2766,"children":2767},{"style":2349},[2768],{"type":48,"value":2352},{"type":42,"tag":2336,"props":2770,"children":2771},{"style":2355},[2772],{"type":48,"value":2401},{"type":42,"tag":2336,"props":2774,"children":2775},{"style":2343},[2776],{"type":48,"value":2363},{"type":42,"tag":2336,"props":2778,"children":2779},{"style":2343},[2780],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2782,"children":2783},{"style":2371},[2784],{"type":48,"value":2785},"pbc-track",{"type":42,"tag":2336,"props":2787,"children":2788},{"style":2343},[2789],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2791,"children":2792},{"style":2343},[2793],{"type":48,"value":2383},{"type":42,"tag":2336,"props":2795,"children":2797},{"class":2338,"line":2796},12,[2798,2803,2807,2811,2815,2819,2824,2828,2833,2837,2841,2846,2850,2855,2859,2863,2867,2871,2876,2880,2884,2889,2893,2897,2902,2906],{"type":42,"tag":2336,"props":2799,"children":2800},{"style":2343},[2801],{"type":48,"value":2802},"          \u003C",{"type":42,"tag":2336,"props":2804,"children":2805},{"style":2349},[2806],{"type":48,"value":2352},{"type":42,"tag":2336,"props":2808,"children":2809},{"style":2355},[2810],{"type":48,"value":2401},{"type":42,"tag":2336,"props":2812,"children":2813},{"style":2343},[2814],{"type":48,"value":2363},{"type":42,"tag":2336,"props":2816,"children":2817},{"style":2343},[2818],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2820,"children":2821},{"style":2371},[2822],{"type":48,"value":2823},"pbc-median-line",{"type":42,"tag":2336,"props":2825,"children":2826},{"style":2343},[2827],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2829,"children":2830},{"style":2355},[2831],{"type":48,"value":2832}," style",{"type":42,"tag":2336,"props":2834,"children":2835},{"style":2343},[2836],{"type":48,"value":2363},{"type":42,"tag":2336,"props":2838,"children":2839},{"style":2343},[2840],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2842,"children":2843},{"style":2371},[2844],{"type":48,"value":2845},"left:52.3%",{"type":42,"tag":2336,"props":2847,"children":2848},{"style":2343},[2849],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2851,"children":2852},{"style":2343},[2853],{"type":48,"value":2854},">\u003C",{"type":42,"tag":2336,"props":2856,"children":2857},{"style":2349},[2858],{"type":48,"value":2352},{"type":42,"tag":2336,"props":2860,"children":2861},{"style":2355},[2862],{"type":48,"value":2401},{"type":42,"tag":2336,"props":2864,"children":2865},{"style":2343},[2866],{"type":48,"value":2363},{"type":42,"tag":2336,"props":2868,"children":2869},{"style":2343},[2870],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2872,"children":2873},{"style":2371},[2874],{"type":48,"value":2875},"pbc-median-tip",{"type":42,"tag":2336,"props":2877,"children":2878},{"style":2343},[2879],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2881,"children":2882},{"style":2343},[2883],{"type":48,"value":2423},{"type":42,"tag":2336,"props":2885,"children":2886},{"style":2426},[2887],{"type":48,"value":2888},"Median 8.4%",{"type":42,"tag":2336,"props":2890,"children":2891},{"style":2343},[2892],{"type":48,"value":2433},{"type":42,"tag":2336,"props":2894,"children":2895},{"style":2349},[2896],{"type":48,"value":2352},{"type":42,"tag":2336,"props":2898,"children":2899},{"style":2343},[2900],{"type":48,"value":2901},">\u003C\u002F",{"type":42,"tag":2336,"props":2903,"children":2904},{"style":2349},[2905],{"type":48,"value":2352},{"type":42,"tag":2336,"props":2907,"children":2908},{"style":2343},[2909],{"type":48,"value":2383},{"type":42,"tag":2336,"props":2911,"children":2913},{"class":2338,"line":2912},13,[2914,2918,2922,2926,2930,2934,2939,2943,2947,2951,2955,2960,2964,2968,2972],{"type":42,"tag":2336,"props":2915,"children":2916},{"style":2343},[2917],{"type":48,"value":2802},{"type":42,"tag":2336,"props":2919,"children":2920},{"style":2349},[2921],{"type":48,"value":2352},{"type":42,"tag":2336,"props":2923,"children":2924},{"style":2355},[2925],{"type":48,"value":2401},{"type":42,"tag":2336,"props":2927,"children":2928},{"style":2343},[2929],{"type":48,"value":2363},{"type":42,"tag":2336,"props":2931,"children":2932},{"style":2343},[2933],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2935,"children":2936},{"style":2371},[2937],{"type":48,"value":2938},"pbc-fill subj-neg",{"type":42,"tag":2336,"props":2940,"children":2941},{"style":2343},[2942],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2944,"children":2945},{"style":2355},[2946],{"type":48,"value":2832},{"type":42,"tag":2336,"props":2948,"children":2949},{"style":2343},[2950],{"type":48,"value":2363},{"type":42,"tag":2336,"props":2952,"children":2953},{"style":2343},[2954],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2956,"children":2957},{"style":2371},[2958],{"type":48,"value":2959},"left:0;width:12.1%",{"type":42,"tag":2336,"props":2961,"children":2962},{"style":2343},[2963],{"type":48,"value":2368},{"type":42,"tag":2336,"props":2965,"children":2966},{"style":2343},[2967],{"type":48,"value":2901},{"type":42,"tag":2336,"props":2969,"children":2970},{"style":2349},[2971],{"type":48,"value":2352},{"type":42,"tag":2336,"props":2973,"children":2974},{"style":2343},[2975],{"type":48,"value":2383},{"type":42,"tag":2336,"props":2977,"children":2979},{"class":2338,"line":2978},14,[2980,2985,2989],{"type":42,"tag":2336,"props":2981,"children":2982},{"style":2343},[2983],{"type":48,"value":2984},"        \u003C\u002F",{"type":42,"tag":2336,"props":2986,"children":2987},{"style":2349},[2988],{"type":48,"value":2352},{"type":42,"tag":2336,"props":2990,"children":2991},{"style":2343},[2992],{"type":48,"value":2383},{"type":42,"tag":2336,"props":2994,"children":2996},{"class":2338,"line":2995},15,[2997,3001,3005,3009,3013,3017,3022,3026,3030,3035,3039,3043],{"type":42,"tag":2336,"props":2998,"children":2999},{"style":2343},[3000],{"type":48,"value":2689},{"type":42,"tag":2336,"props":3002,"children":3003},{"style":2349},[3004],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3006,"children":3007},{"style":2355},[3008],{"type":48,"value":2401},{"type":42,"tag":2336,"props":3010,"children":3011},{"style":2343},[3012],{"type":48,"value":2363},{"type":42,"tag":2336,"props":3014,"children":3015},{"style":2343},[3016],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3018,"children":3019},{"style":2371},[3020],{"type":48,"value":3021},"pbc-val neg",{"type":42,"tag":2336,"props":3023,"children":3024},{"style":2343},[3025],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3027,"children":3028},{"style":2343},[3029],{"type":48,"value":2423},{"type":42,"tag":2336,"props":3031,"children":3032},{"style":2426},[3033],{"type":48,"value":3034},"-2.1%",{"type":42,"tag":2336,"props":3036,"children":3037},{"style":2343},[3038],{"type":48,"value":2433},{"type":42,"tag":2336,"props":3040,"children":3041},{"style":2349},[3042],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3044,"children":3045},{"style":2343},[3046],{"type":48,"value":2383},{"type":42,"tag":2336,"props":3048,"children":3050},{"class":2338,"line":3049},16,[3051,3056,3060],{"type":42,"tag":2336,"props":3052,"children":3053},{"style":2343},[3054],{"type":48,"value":3055},"      \u003C\u002F",{"type":42,"tag":2336,"props":3057,"children":3058},{"style":2349},[3059],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3061,"children":3062},{"style":2343},[3063],{"type":48,"value":2383},{"type":42,"tag":2336,"props":3065,"children":3067},{"class":2338,"line":3066},17,[3068],{"type":42,"tag":2336,"props":3069,"children":3070},{"style":2639},[3071],{"type":48,"value":3072},"      \u003C!-- Peer rows (sorted descending by value) -->\n",{"type":42,"tag":2336,"props":3074,"children":3076},{"class":2338,"line":3075},18,[3077,3081,3085,3089,3093,3097,3101,3105],{"type":42,"tag":2336,"props":3078,"children":3079},{"style":2343},[3080],{"type":48,"value":2651},{"type":42,"tag":2336,"props":3082,"children":3083},{"style":2349},[3084],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3086,"children":3087},{"style":2355},[3088],{"type":48,"value":2401},{"type":42,"tag":2336,"props":3090,"children":3091},{"style":2343},[3092],{"type":48,"value":2363},{"type":42,"tag":2336,"props":3094,"children":3095},{"style":2343},[3096],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3098,"children":3099},{"style":2371},[3100],{"type":48,"value":2672},{"type":42,"tag":2336,"props":3102,"children":3103},{"style":2343},[3104],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3106,"children":3107},{"style":2343},[3108],{"type":48,"value":2383},{"type":42,"tag":2336,"props":3110,"children":3112},{"class":2338,"line":3111},19,[3113,3117,3121,3125,3129,3133,3137,3141,3145,3149,3153,3158,3162,3166,3170,3174,3178],{"type":42,"tag":2336,"props":3114,"children":3115},{"style":2343},[3116],{"type":48,"value":2689},{"type":42,"tag":2336,"props":3118,"children":3119},{"style":2349},[3120],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3122,"children":3123},{"style":2355},[3124],{"type":48,"value":2401},{"type":42,"tag":2336,"props":3126,"children":3127},{"style":2343},[3128],{"type":48,"value":2363},{"type":42,"tag":2336,"props":3130,"children":3131},{"style":2343},[3132],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3134,"children":3135},{"style":2371},[3136],{"type":48,"value":2215},{"type":42,"tag":2336,"props":3138,"children":3139},{"style":2343},[3140],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3142,"children":3143},{"style":2355},[3144],{"type":48,"value":2719},{"type":42,"tag":2336,"props":3146,"children":3147},{"style":2343},[3148],{"type":48,"value":2363},{"type":42,"tag":2336,"props":3150,"children":3151},{"style":2343},[3152],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3154,"children":3155},{"style":2371},[3156],{"type":48,"value":3157},"Peer A",{"type":42,"tag":2336,"props":3159,"children":3160},{"style":2343},[3161],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3163,"children":3164},{"style":2343},[3165],{"type":48,"value":2423},{"type":42,"tag":2336,"props":3167,"children":3168},{"style":2426},[3169],{"type":48,"value":3157},{"type":42,"tag":2336,"props":3171,"children":3172},{"style":2343},[3173],{"type":48,"value":2433},{"type":42,"tag":2336,"props":3175,"children":3176},{"style":2349},[3177],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3179,"children":3180},{"style":2343},[3181],{"type":48,"value":2383},{"type":42,"tag":2336,"props":3183,"children":3185},{"class":2338,"line":3184},20,[3186,3190,3194,3198,3202,3206,3210,3214],{"type":42,"tag":2336,"props":3187,"children":3188},{"style":2343},[3189],{"type":48,"value":2689},{"type":42,"tag":2336,"props":3191,"children":3192},{"style":2349},[3193],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3195,"children":3196},{"style":2355},[3197],{"type":48,"value":2401},{"type":42,"tag":2336,"props":3199,"children":3200},{"style":2343},[3201],{"type":48,"value":2363},{"type":42,"tag":2336,"props":3203,"children":3204},{"style":2343},[3205],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3207,"children":3208},{"style":2371},[3209],{"type":48,"value":2785},{"type":42,"tag":2336,"props":3211,"children":3212},{"style":2343},[3213],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3215,"children":3216},{"style":2343},[3217],{"type":48,"value":2383},{"type":42,"tag":2336,"props":3219,"children":3221},{"class":2338,"line":3220},21,[3222,3226,3230,3234,3238,3242,3246,3250,3254,3258,3262,3266,3270,3274,3278],{"type":42,"tag":2336,"props":3223,"children":3224},{"style":2343},[3225],{"type":48,"value":2802},{"type":42,"tag":2336,"props":3227,"children":3228},{"style":2349},[3229],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3231,"children":3232},{"style":2355},[3233],{"type":48,"value":2401},{"type":42,"tag":2336,"props":3235,"children":3236},{"style":2343},[3237],{"type":48,"value":2363},{"type":42,"tag":2336,"props":3239,"children":3240},{"style":2343},[3241],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3243,"children":3244},{"style":2371},[3245],{"type":48,"value":2823},{"type":42,"tag":2336,"props":3247,"children":3248},{"style":2343},[3249],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3251,"children":3252},{"style":2355},[3253],{"type":48,"value":2832},{"type":42,"tag":2336,"props":3255,"children":3256},{"style":2343},[3257],{"type":48,"value":2363},{"type":42,"tag":2336,"props":3259,"children":3260},{"style":2343},[3261],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3263,"children":3264},{"style":2371},[3265],{"type":48,"value":2845},{"type":42,"tag":2336,"props":3267,"children":3268},{"style":2343},[3269],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3271,"children":3272},{"style":2343},[3273],{"type":48,"value":2901},{"type":42,"tag":2336,"props":3275,"children":3276},{"style":2349},[3277],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3279,"children":3280},{"style":2343},[3281],{"type":48,"value":2383},{"type":42,"tag":2336,"props":3283,"children":3285},{"class":2338,"line":3284},22,[3286,3290,3294,3298,3302,3306,3311,3315,3319,3323,3327,3332,3336,3340,3344],{"type":42,"tag":2336,"props":3287,"children":3288},{"style":2343},[3289],{"type":48,"value":2802},{"type":42,"tag":2336,"props":3291,"children":3292},{"style":2349},[3293],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3295,"children":3296},{"style":2355},[3297],{"type":48,"value":2401},{"type":42,"tag":2336,"props":3299,"children":3300},{"style":2343},[3301],{"type":48,"value":2363},{"type":42,"tag":2336,"props":3303,"children":3304},{"style":2343},[3305],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3307,"children":3308},{"style":2371},[3309],{"type":48,"value":3310},"pbc-fill peer-pos",{"type":42,"tag":2336,"props":3312,"children":3313},{"style":2343},[3314],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3316,"children":3317},{"style":2355},[3318],{"type":48,"value":2832},{"type":42,"tag":2336,"props":3320,"children":3321},{"style":2343},[3322],{"type":48,"value":2363},{"type":42,"tag":2336,"props":3324,"children":3325},{"style":2343},[3326],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3328,"children":3329},{"style":2371},[3330],{"type":48,"value":3331},"left:0;width:100%",{"type":42,"tag":2336,"props":3333,"children":3334},{"style":2343},[3335],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3337,"children":3338},{"style":2343},[3339],{"type":48,"value":2901},{"type":42,"tag":2336,"props":3341,"children":3342},{"style":2349},[3343],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3345,"children":3346},{"style":2343},[3347],{"type":48,"value":2383},{"type":42,"tag":2336,"props":3349,"children":3351},{"class":2338,"line":3350},23,[3352,3356,3360],{"type":42,"tag":2336,"props":3353,"children":3354},{"style":2343},[3355],{"type":48,"value":2984},{"type":42,"tag":2336,"props":3357,"children":3358},{"style":2349},[3359],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3361,"children":3362},{"style":2343},[3363],{"type":48,"value":2383},{"type":42,"tag":2336,"props":3365,"children":3367},{"class":2338,"line":3366},24,[3368,3372,3376,3380,3384,3388,3393,3397,3401,3406,3410,3414],{"type":42,"tag":2336,"props":3369,"children":3370},{"style":2343},[3371],{"type":48,"value":2689},{"type":42,"tag":2336,"props":3373,"children":3374},{"style":2349},[3375],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3377,"children":3378},{"style":2355},[3379],{"type":48,"value":2401},{"type":42,"tag":2336,"props":3381,"children":3382},{"style":2343},[3383],{"type":48,"value":2363},{"type":42,"tag":2336,"props":3385,"children":3386},{"style":2343},[3387],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3389,"children":3390},{"style":2371},[3391],{"type":48,"value":3392},"pbc-val pos",{"type":42,"tag":2336,"props":3394,"children":3395},{"style":2343},[3396],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3398,"children":3399},{"style":2343},[3400],{"type":48,"value":2423},{"type":42,"tag":2336,"props":3402,"children":3403},{"style":2426},[3404],{"type":48,"value":3405},"12.3%",{"type":42,"tag":2336,"props":3407,"children":3408},{"style":2343},[3409],{"type":48,"value":2433},{"type":42,"tag":2336,"props":3411,"children":3412},{"style":2349},[3413],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3415,"children":3416},{"style":2343},[3417],{"type":48,"value":2383},{"type":42,"tag":2336,"props":3419,"children":3421},{"class":2338,"line":3420},25,[3422,3426,3430],{"type":42,"tag":2336,"props":3423,"children":3424},{"style":2343},[3425],{"type":48,"value":3055},{"type":42,"tag":2336,"props":3427,"children":3428},{"style":2349},[3429],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3431,"children":3432},{"style":2343},[3433],{"type":48,"value":2383},{"type":42,"tag":2336,"props":3435,"children":3437},{"class":2338,"line":3436},26,[3438],{"type":42,"tag":2336,"props":3439,"children":3440},{"style":2639},[3441],{"type":48,"value":3442},"      \u003C!-- AVERAGE bar (last, separated by dashed border) -->\n",{"type":42,"tag":2336,"props":3444,"children":3446},{"class":2338,"line":3445},27,[3447,3451,3455,3459,3463,3467,3471,3475,3479,3483,3487,3492,3496],{"type":42,"tag":2336,"props":3448,"children":3449},{"style":2343},[3450],{"type":48,"value":2651},{"type":42,"tag":2336,"props":3452,"children":3453},{"style":2349},[3454],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3456,"children":3457},{"style":2355},[3458],{"type":48,"value":2401},{"type":42,"tag":2336,"props":3460,"children":3461},{"style":2343},[3462],{"type":48,"value":2363},{"type":42,"tag":2336,"props":3464,"children":3465},{"style":2343},[3466],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3468,"children":3469},{"style":2371},[3470],{"type":48,"value":2672},{"type":42,"tag":2336,"props":3472,"children":3473},{"style":2343},[3474],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3476,"children":3477},{"style":2355},[3478],{"type":48,"value":2832},{"type":42,"tag":2336,"props":3480,"children":3481},{"style":2343},[3482],{"type":48,"value":2363},{"type":42,"tag":2336,"props":3484,"children":3485},{"style":2343},[3486],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3488,"children":3489},{"style":2371},[3490],{"type":48,"value":3491},"margin-top:6px;padding-top:6px;border-top:1px dashed #d0d7e3",{"type":42,"tag":2336,"props":3493,"children":3494},{"style":2343},[3495],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3497,"children":3498},{"style":2343},[3499],{"type":48,"value":2383},{"type":42,"tag":2336,"props":3501,"children":3503},{"class":2338,"line":3502},28,[3504,3508,3512,3516,3520,3524,3529,3533,3537,3542,3546,3550],{"type":42,"tag":2336,"props":3505,"children":3506},{"style":2343},[3507],{"type":48,"value":2689},{"type":42,"tag":2336,"props":3509,"children":3510},{"style":2349},[3511],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3513,"children":3514},{"style":2355},[3515],{"type":48,"value":2401},{"type":42,"tag":2336,"props":3517,"children":3518},{"style":2343},[3519],{"type":48,"value":2363},{"type":42,"tag":2336,"props":3521,"children":3522},{"style":2343},[3523],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3525,"children":3526},{"style":2371},[3527],{"type":48,"value":3528},"pbc-name average",{"type":42,"tag":2336,"props":3530,"children":3531},{"style":2343},[3532],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3534,"children":3535},{"style":2343},[3536],{"type":48,"value":2423},{"type":42,"tag":2336,"props":3538,"children":3539},{"style":2426},[3540],{"type":48,"value":3541},"AVERAGE",{"type":42,"tag":2336,"props":3543,"children":3544},{"style":2343},[3545],{"type":48,"value":2433},{"type":42,"tag":2336,"props":3547,"children":3548},{"style":2349},[3549],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3551,"children":3552},{"style":2343},[3553],{"type":48,"value":2383},{"type":42,"tag":2336,"props":3555,"children":3557},{"class":2338,"line":3556},29,[3558,3562,3566,3570,3574,3578,3582,3586],{"type":42,"tag":2336,"props":3559,"children":3560},{"style":2343},[3561],{"type":48,"value":2689},{"type":42,"tag":2336,"props":3563,"children":3564},{"style":2349},[3565],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3567,"children":3568},{"style":2355},[3569],{"type":48,"value":2401},{"type":42,"tag":2336,"props":3571,"children":3572},{"style":2343},[3573],{"type":48,"value":2363},{"type":42,"tag":2336,"props":3575,"children":3576},{"style":2343},[3577],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3579,"children":3580},{"style":2371},[3581],{"type":48,"value":2785},{"type":42,"tag":2336,"props":3583,"children":3584},{"style":2343},[3585],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3587,"children":3588},{"style":2343},[3589],{"type":48,"value":2383},{"type":42,"tag":2336,"props":3591,"children":3593},{"class":2338,"line":3592},30,[3594,3598,3602,3606,3610,3614,3619,3623,3627,3631,3635,3640,3644,3648,3652],{"type":42,"tag":2336,"props":3595,"children":3596},{"style":2343},[3597],{"type":48,"value":2802},{"type":42,"tag":2336,"props":3599,"children":3600},{"style":2349},[3601],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3603,"children":3604},{"style":2355},[3605],{"type":48,"value":2401},{"type":42,"tag":2336,"props":3607,"children":3608},{"style":2343},[3609],{"type":48,"value":2363},{"type":42,"tag":2336,"props":3611,"children":3612},{"style":2343},[3613],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3615,"children":3616},{"style":2371},[3617],{"type":48,"value":3618},"pbc-fill avg-bar",{"type":42,"tag":2336,"props":3620,"children":3621},{"style":2343},[3622],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3624,"children":3625},{"style":2355},[3626],{"type":48,"value":2832},{"type":42,"tag":2336,"props":3628,"children":3629},{"style":2343},[3630],{"type":48,"value":2363},{"type":42,"tag":2336,"props":3632,"children":3633},{"style":2343},[3634],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3636,"children":3637},{"style":2371},[3638],{"type":48,"value":3639},"left:0;width:70.7%",{"type":42,"tag":2336,"props":3641,"children":3642},{"style":2343},[3643],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3645,"children":3646},{"style":2343},[3647],{"type":48,"value":2901},{"type":42,"tag":2336,"props":3649,"children":3650},{"style":2349},[3651],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3653,"children":3654},{"style":2343},[3655],{"type":48,"value":2383},{"type":42,"tag":2336,"props":3657,"children":3659},{"class":2338,"line":3658},31,[3660,3664,3668],{"type":42,"tag":2336,"props":3661,"children":3662},{"style":2343},[3663],{"type":48,"value":2984},{"type":42,"tag":2336,"props":3665,"children":3666},{"style":2349},[3667],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3669,"children":3670},{"style":2343},[3671],{"type":48,"value":2383},{"type":42,"tag":2336,"props":3673,"children":3675},{"class":2338,"line":3674},32,[3676,3680,3684,3688,3692,3696,3701,3705,3709,3714,3718,3722],{"type":42,"tag":2336,"props":3677,"children":3678},{"style":2343},[3679],{"type":48,"value":2689},{"type":42,"tag":2336,"props":3681,"children":3682},{"style":2349},[3683],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3685,"children":3686},{"style":2355},[3687],{"type":48,"value":2401},{"type":42,"tag":2336,"props":3689,"children":3690},{"style":2343},[3691],{"type":48,"value":2363},{"type":42,"tag":2336,"props":3693,"children":3694},{"style":2343},[3695],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3697,"children":3698},{"style":2371},[3699],{"type":48,"value":3700},"pbc-val avg-val",{"type":42,"tag":2336,"props":3702,"children":3703},{"style":2343},[3704],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3706,"children":3707},{"style":2343},[3708],{"type":48,"value":2423},{"type":42,"tag":2336,"props":3710,"children":3711},{"style":2426},[3712],{"type":48,"value":3713},"8.7%",{"type":42,"tag":2336,"props":3715,"children":3716},{"style":2343},[3717],{"type":48,"value":2433},{"type":42,"tag":2336,"props":3719,"children":3720},{"style":2349},[3721],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3723,"children":3724},{"style":2343},[3725],{"type":48,"value":2383},{"type":42,"tag":2336,"props":3727,"children":3729},{"class":2338,"line":3728},33,[3730,3734,3738],{"type":42,"tag":2336,"props":3731,"children":3732},{"style":2343},[3733],{"type":48,"value":3055},{"type":42,"tag":2336,"props":3735,"children":3736},{"style":2349},[3737],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3739,"children":3740},{"style":2343},[3741],{"type":48,"value":2383},{"type":42,"tag":2336,"props":3743,"children":3745},{"class":2338,"line":3744},34,[3746,3751,3755],{"type":42,"tag":2336,"props":3747,"children":3748},{"style":2343},[3749],{"type":48,"value":3750},"    \u003C\u002F",{"type":42,"tag":2336,"props":3752,"children":3753},{"style":2349},[3754],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3756,"children":3757},{"style":2343},[3758],{"type":48,"value":2383},{"type":42,"tag":2336,"props":3760,"children":3762},{"class":2338,"line":3761},35,[3763,3767,3771,3775,3779,3783,3788,3792,3796,3801,3805,3809],{"type":42,"tag":2336,"props":3764,"children":3765},{"style":2343},[3766],{"type":48,"value":2496},{"type":42,"tag":2336,"props":3768,"children":3769},{"style":2349},[3770],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3772,"children":3773},{"style":2355},[3774],{"type":48,"value":2401},{"type":42,"tag":2336,"props":3776,"children":3777},{"style":2343},[3778],{"type":48,"value":2363},{"type":42,"tag":2336,"props":3780,"children":3781},{"style":2343},[3782],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3784,"children":3785},{"style":2371},[3786],{"type":48,"value":3787},"pbc-note",{"type":42,"tag":2336,"props":3789,"children":3790},{"style":2343},[3791],{"type":48,"value":2368},{"type":42,"tag":2336,"props":3793,"children":3794},{"style":2343},[3795],{"type":48,"value":2423},{"type":42,"tag":2336,"props":3797,"children":3798},{"style":2426},[3799],{"type":48,"value":3800},"Peer median 8.42% | Peer avg 8.70% (n=6, Moody's). Company: -2.10%. Gap vs. median: -10.52pp.",{"type":42,"tag":2336,"props":3802,"children":3803},{"style":2343},[3804],{"type":48,"value":2433},{"type":42,"tag":2336,"props":3806,"children":3807},{"style":2349},[3808],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3810,"children":3811},{"style":2343},[3812],{"type":48,"value":2383},{"type":42,"tag":2336,"props":3814,"children":3816},{"class":2338,"line":3815},36,[3817,3822,3826],{"type":42,"tag":2336,"props":3818,"children":3819},{"style":2343},[3820],{"type":48,"value":3821},"  \u003C\u002F",{"type":42,"tag":2336,"props":3823,"children":3824},{"style":2349},[3825],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3827,"children":3828},{"style":2343},[3829],{"type":48,"value":2383},{"type":42,"tag":2336,"props":3831,"children":3833},{"class":2338,"line":3832},37,[3834],{"type":42,"tag":2336,"props":3835,"children":3836},{"emptyLinePlaceholder":2448},[3837],{"type":48,"value":2451},{"type":42,"tag":2336,"props":3839,"children":3841},{"class":2338,"line":3840},38,[3842],{"type":42,"tag":2336,"props":3843,"children":3844},{"style":2639},[3845],{"type":48,"value":3846},"  \u003C!-- Repeat for Debt\u002FEBITDA, EBITDA Margin %, EBITA\u002FInterest, RCF\u002FNet Debt -->\n",{"type":42,"tag":2336,"props":3848,"children":3850},{"class":2338,"line":3849},39,[3851,3855,3859],{"type":42,"tag":2336,"props":3852,"children":3853},{"style":2343},[3854],{"type":48,"value":2433},{"type":42,"tag":2336,"props":3856,"children":3857},{"style":2349},[3858],{"type":48,"value":2352},{"type":42,"tag":2336,"props":3860,"children":3861},{"style":2343},[3862],{"type":48,"value":2383},{"type":42,"tag":51,"props":3864,"children":3865},{},[3866,3871],{"type":42,"tag":71,"props":3867,"children":3868},{},[3869],{"type":48,"value":3870},"Bar width calculation",{"type":48,"value":3872}," — for charts with only positive values:",{"type":42,"tag":108,"props":3874,"children":3875},{},[3876,3889],{"type":42,"tag":112,"props":3877,"children":3878},{},[3879,3881,3887],{"type":48,"value":3880},"Find ",{"type":42,"tag":57,"props":3882,"children":3884},{"className":3883},[],[3885],{"type":48,"value":3886},"maxAbs",{"type":48,"value":3888}," = max of all absolute values across company + peers",{"type":42,"tag":112,"props":3890,"children":3891},{},[3892,3898,3900],{"type":42,"tag":57,"props":3893,"children":3895},{"className":3894},[],[3896],{"type":48,"value":3897},"fillW",{"type":48,"value":3899}," = ",{"type":42,"tag":57,"props":3901,"children":3903},{"className":3902},[],[3904],{"type":48,"value":3905},"(value \u002F maxAbs * 88).toFixed(1) + '%'",{"type":42,"tag":51,"props":3907,"children":3908},{},[3909],{"type":48,"value":3910},"For charts that could include negative values (FCF Margin):",{"type":42,"tag":108,"props":3912,"children":3913},{},[3914,3927,3936],{"type":42,"tag":112,"props":3915,"children":3916},{},[3917,3919,3925],{"type":48,"value":3918},"Use a zero-anchored track: ",{"type":42,"tag":57,"props":3920,"children":3922},{"className":3921},[],[3923],{"type":48,"value":3924},"zeroPct = 44",{"type":48,"value":3926},", positive bars grow right, negative bars grow left",{"type":42,"tag":112,"props":3928,"children":3929},{},[3930],{"type":42,"tag":57,"props":3931,"children":3933},{"className":3932},[],[3934],{"type":48,"value":3935},"fillW = (|value| \u002F maxAbs * 44).toFixed(1) + '%'",{"type":42,"tag":112,"props":3937,"children":3938},{},[3939,3945,3947],{"type":42,"tag":57,"props":3940,"children":3942},{"className":3941},[],[3943],{"type":48,"value":3944},"fillL",{"type":48,"value":3946}," for negative: ",{"type":42,"tag":57,"props":3948,"children":3950},{"className":3949},[],[3951],{"type":48,"value":3952},"(zeroPct - |value|\u002FmaxAbs*44).toFixed(1) + '%'",{"type":42,"tag":51,"props":3954,"children":3955},{},[3956,3961,3963,3969],{"type":42,"tag":71,"props":3957,"children":3958},{},[3959],{"type":48,"value":3960},"Median line position",{"type":48,"value":3962},": ",{"type":42,"tag":57,"props":3964,"children":3966},{"className":3965},[],[3967],{"type":48,"value":3968},"medPct = (medV \u002F maxAbs * 88).toFixed(1) + '%'",{"type":48,"value":3970}," (positive-only charts)",{"type":42,"tag":51,"props":3972,"children":3973},{},[3974,3976,3981],{"type":48,"value":3975},"Source all values from ",{"type":42,"tag":57,"props":3977,"children":3979},{"className":3978},[],[3980],{"type":48,"value":264},{"type":48,"value":3982}," (most recent FY — same period used in scorecards).\nIf a value is missing, omit the bar row for that company.",{"type":42,"tag":51,"props":3984,"children":3985},{},[3986,3991,3993],{"type":42,"tag":71,"props":3987,"children":3988},{},[3989],{"type":48,"value":3990},"5) Scorecards",{"type":48,"value":3992}," — 7 rows × 8 sub-columns (4 companies × Current\u002FForward), pre-shaped ",{"type":42,"tag":57,"props":3994,"children":3996},{"className":3995},[],[3997],{"type":48,"value":1712},{"type":42,"tag":51,"props":3999,"children":4000},{},[4001],{"type":48,"value":4002},"Write the 4 top-level company headers first:",{"type":42,"tag":108,"props":4004,"children":4005},{},[4006,4017],{"type":42,"tag":112,"props":4007,"children":4008},{},[4009,4015],{"type":42,"tag":57,"props":4010,"children":4012},{"className":4011},[],[4013],{"type":48,"value":4014},"#pa-sc-col-1",{"type":48,"value":4016}," — target name",{"type":42,"tag":112,"props":4018,"children":4019},{},[4020,4026,4027,4033,4034,4040],{"type":42,"tag":57,"props":4021,"children":4023},{"className":4022},[],[4024],{"type":48,"value":4025},"#pa-sc-col-2",{"type":48,"value":236},{"type":42,"tag":57,"props":4028,"children":4030},{"className":4029},[],[4031],{"type":48,"value":4032},"#pa-sc-col-3",{"type":48,"value":236},{"type":42,"tag":57,"props":4035,"children":4037},{"className":4036},[],[4038],{"type":48,"value":4039},"#pa-sc-col-4",{"type":48,"value":4041}," — peer names",{"type":42,"tag":51,"props":4043,"children":4044},{},[4045],{"type":48,"value":4046},"Write the 8 sub-header labels:",{"type":42,"tag":108,"props":4048,"children":4049},{},[4050,4084],{"type":42,"tag":112,"props":4051,"children":4052},{},[4053,4059,4061,4066,4068,4074,4076,4082],{"type":42,"tag":57,"props":4054,"children":4056},{"className":4055},[],[4057],{"type":48,"value":4058},"#pa-sc-col-{1..4}-curr",{"type":48,"value":4060}," — current-period label that ",{"type":42,"tag":71,"props":4062,"children":4063},{},[4064],{"type":48,"value":4065},"must exactly match the most-recent\nFY period used for that entity in the Key Indicators bar charts",{"type":48,"value":4067}," (e.g. if Apple's KI data\nis from FY2025, write ",{"type":42,"tag":57,"props":4069,"children":4071},{"className":4070},[],[4072],{"type":48,"value":4073},"FY2025",{"type":48,"value":4075},"; if Microsoft's is from FY2024, write ",{"type":42,"tag":57,"props":4077,"children":4079},{"className":4078},[],[4080],{"type":48,"value":4081},"FY2024",{"type":48,"value":4083},"). Each\nentity's label is set independently — do not force a single common year across all columns.",{"type":42,"tag":112,"props":4085,"children":4086},{},[4087,4093,4095,4101],{"type":42,"tag":57,"props":4088,"children":4090},{"className":4089},[],[4091],{"type":48,"value":4092},"#pa-sc-col-{1..4}-fwd",{"type":48,"value":4094}," — forward-period label (e.g. ",{"type":42,"tag":57,"props":4096,"children":4098},{"className":4097},[],[4099],{"type":48,"value":4100},"Forward",{"type":48,"value":4102},")",{"type":42,"tag":87,"props":4104,"children":4105},{},[4106,4131],{"type":42,"tag":51,"props":4107,"children":4108},{},[4109,4114,4116,4121,4123,4129],{"type":42,"tag":71,"props":4110,"children":4111},{},[4112],{"type":48,"value":4113},"FY LABEL SYNCHRONY — STRICTLY ENFORCED (Sections 4 and 5):",{"type":48,"value":4115},"\nThe fiscal year label shown in Section 4 (Key Indicators bar charts) for each entity\n",{"type":42,"tag":71,"props":4117,"children":4118},{},[4119],{"type":48,"value":4120},"MUST be identical",{"type":48,"value":4122}," to the label shown in the ",{"type":42,"tag":57,"props":4124,"children":4126},{"className":4125},[],[4127],{"type":48,"value":4128},"#pa-sc-col-{n}-curr",{"type":48,"value":4130}," sub-header for that\nsame entity in Section 5 (Scorecards). This is a hard consistency requirement:",{"type":42,"tag":108,"props":4132,"children":4133},{},[4134,4185,4250,4269],{"type":42,"tag":112,"props":4135,"children":4136},{},[4137,4139,4144,4145,4150,4152,4158,4160,4165,4166,4171,4173],{"type":48,"value":4138},"Determine the most-recent non-null full fiscal year-end for each entity from\n",{"type":42,"tag":57,"props":4140,"children":4142},{"className":4141},[],[4143],{"type":48,"value":264},{"type":48,"value":1019},{"type":42,"tag":57,"props":4146,"children":4148},{"className":4147},[],[4149],{"type":48,"value":1025},{"type":48,"value":4151},"). Label it as ",{"type":42,"tag":57,"props":4153,"children":4155},{"className":4154},[],[4156],{"type":48,"value":4157},"FY{YYYY}",{"type":48,"value":4159},"\n(e.g. ",{"type":42,"tag":57,"props":4161,"children":4163},{"className":4162},[],[4164],{"type":48,"value":4073},{"type":48,"value":236},{"type":42,"tag":57,"props":4167,"children":4169},{"className":4168},[],[4170],{"type":48,"value":4081},{"type":48,"value":4172},"). ",{"type":42,"tag":71,"props":4174,"children":4175},{},[4176,4178,4183],{"type":48,"value":4177},"Never use \"LTM\", \"TTM\", \"Current\", or any period\nlabel other than the specific ",{"type":42,"tag":57,"props":4179,"children":4181},{"className":4180},[],[4182],{"type":48,"value":4157},{"type":48,"value":4184}," form.",{"type":42,"tag":112,"props":4186,"children":4187},{},[4188,4190,4195,4197],{"type":48,"value":4189},"Write that exact ",{"type":42,"tag":57,"props":4191,"children":4193},{"className":4192},[],[4194],{"type":48,"value":4157},{"type":48,"value":4196}," string in:\n",{"type":42,"tag":382,"props":4198,"children":4199},{},[4200,4227,4238],{"type":42,"tag":112,"props":4201,"children":4202},{},[4203,4205,4210,4212,4218,4220,4225],{"type":48,"value":4204},"The ",{"type":42,"tag":57,"props":4206,"children":4208},{"className":4207},[],[4209],{"type":48,"value":2215},{"type":48,"value":4211}," element of each company's row inside every Section 4 bar chart\n(appended in parentheses, e.g. ",{"type":42,"tag":57,"props":4213,"children":4215},{"className":4214},[],[4216],{"type":48,"value":4217},"Apple Inc. (FY2025)",{"type":48,"value":4219},"), AND in the\n",{"type":42,"tag":57,"props":4221,"children":4223},{"className":4222},[],[4224],{"type":48,"value":2298},{"type":48,"value":4226}," block label.",{"type":42,"tag":112,"props":4228,"children":4229},{},[4230,4231,4236],{"type":48,"value":4204},{"type":42,"tag":57,"props":4232,"children":4234},{"className":4233},[],[4235],{"type":48,"value":4128},{"type":48,"value":4237}," sub-header cell for that entity in Section 5.",{"type":42,"tag":112,"props":4239,"children":4240},{},[4241,4243,4248],{"type":48,"value":4242},"The data values themselves — all numbers in Section 4 and Section 5 Current cells\nmust be sourced from the same ",{"type":42,"tag":57,"props":4244,"children":4246},{"className":4245},[],[4247],{"type":48,"value":4157},{"type":48,"value":4249}," period.",{"type":42,"tag":112,"props":4251,"children":4252},{},[4253,4255,4260,4262,4268],{"type":48,"value":4254},"If two entities have different most-recent FYs, each gets its own correct label\nindependently. The header ",{"type":42,"tag":57,"props":4256,"children":4258},{"className":4257},[],[4259],{"type":48,"value":2298},{"type":48,"value":4261}," should then read\n",{"type":42,"tag":57,"props":4263,"children":4265},{"className":4264},[],[4266],{"type":48,"value":4267},"KEY INDICATORS — Most Recent FY | Company vs. Peers",{"type":48,"value":824},{"type":42,"tag":112,"props":4270,"children":4271},{},[4272],{"type":48,"value":4273},"This synchrony check is mandatory before emitting the final HTML. Mismatched labels\nbetween Section 4 and Section 5 are a hard failure of the skill.",{"type":42,"tag":87,"props":4275,"children":4276},{},[4277],{"type":42,"tag":51,"props":4278,"children":4279},{},[4280,4291,4293,4298,4300,4306,4307,4313,4315,4321,4323,4328,4330,4334,4336,4342,4344,4349,4350,4355,4356,4362,4364,4369,4371,4377,4378,4384,4386,4392],{"type":42,"tag":71,"props":4281,"children":4282},{},[4283,4289],{"type":42,"tag":57,"props":4284,"children":4286},{"className":4285},[],[4287],{"type":48,"value":4288},"~",{"type":48,"value":4290}," (tilde) prefix rule — STRICT:",{"type":48,"value":4292}," The ",{"type":42,"tag":57,"props":4294,"children":4296},{"className":4295},[],[4297],{"type":48,"value":4288},{"type":48,"value":4299}," prefix (e.g. ",{"type":42,"tag":57,"props":4301,"children":4303},{"className":4302},[],[4304],{"type":48,"value":4305},"~2.5x",{"type":48,"value":236},{"type":42,"tag":57,"props":4308,"children":4310},{"className":4309},[],[4311],{"type":48,"value":4312},"~15%",{"type":48,"value":4314},") means\n",{"type":42,"tag":4316,"props":4317,"children":4318},"em",{},[4319],{"type":48,"value":4320},"approximately estimated \u002F forecast",{"type":48,"value":4322}," and must ",{"type":42,"tag":71,"props":4324,"children":4325},{},[4326],{"type":48,"value":4327},"only",{"type":48,"value":4329}," appear in ",{"type":42,"tag":71,"props":4331,"children":4332},{},[4333],{"type":48,"value":4100},{"type":48,"value":4335}," (",{"type":42,"tag":57,"props":4337,"children":4339},{"className":4338},[],[4340],{"type":48,"value":4341},"-fwd",{"type":48,"value":4343},") cells.\nIt must ",{"type":42,"tag":71,"props":4345,"children":4346},{},[4347],{"type":48,"value":4348},"never",{"type":48,"value":4329},{"type":42,"tag":71,"props":4351,"children":4352},{},[4353],{"type":48,"value":4354},"Current",{"type":48,"value":4335},{"type":42,"tag":57,"props":4357,"children":4359},{"className":4358},[],[4360],{"type":48,"value":4361},"-curr",{"type":48,"value":4363},") cells. Current-period cells contain actual\nreported or Moody's-adjusted figures sourced from ",{"type":42,"tag":57,"props":4365,"children":4367},{"className":4366},[],[4368],{"type":48,"value":264},{"type":48,"value":4370},"; use the precise\nvalue as-is (e.g. ",{"type":42,"tag":57,"props":4372,"children":4374},{"className":4373},[],[4375],{"type":48,"value":4376},"2.3x",{"type":48,"value":236},{"type":42,"tag":57,"props":4379,"children":4381},{"className":4380},[],[4382],{"type":48,"value":4383},"14.8%",{"type":48,"value":4385},"). If the exact current figure is unavailable, write ",{"type":42,"tag":57,"props":4387,"children":4389},{"className":4388},[],[4390],{"type":48,"value":4391},"N\u002FA",{"type":48,"value":4393},"\n— do not substitute a tilde-prefixed estimate.",{"type":42,"tag":51,"props":4395,"children":4396},{},[4397,4399,4405,4406,4411],{"type":48,"value":4398},"Then write the 56 body cells (",{"type":42,"tag":57,"props":4400,"children":4402},{"className":4401},[],[4403],{"type":48,"value":4404},"#pa-sc-r{1..7}-c{1..4}-curr",{"type":48,"value":490},{"type":42,"tag":57,"props":4407,"children":4409},{"className":4408},[],[4410],{"type":48,"value":4341},{"type":48,"value":4412},") for the 7 rows:",{"type":42,"tag":108,"props":4414,"children":4415},{},[4416,4421,4426,4431,4436,4441,4446],{"type":42,"tag":112,"props":4417,"children":4418},{},[4419],{"type":48,"value":4420},"Row 1 — Scale: Revenue\u002FSales (USD bn)",{"type":42,"tag":112,"props":4422,"children":4423},{},[4424],{"type":48,"value":4425},"Row 2 — Profitability: EBIT(A) margin",{"type":42,"tag":112,"props":4427,"children":4428},{},[4429],{"type":48,"value":4430},"Row 3 — Leverage: Debt\u002FEBITDA",{"type":42,"tag":112,"props":4432,"children":4433},{},[4434],{"type":48,"value":4435},"Row 4 — Cash flow: RCF\u002FNet debt",{"type":42,"tag":112,"props":4437,"children":4438},{},[4439],{"type":48,"value":4440},"Row 5 — Coverage: EBIT(A)\u002FInterest",{"type":42,"tag":112,"props":4442,"children":4443},{},[4444],{"type":48,"value":4445},"Row 6 — Scorecard-indicated outcome",{"type":42,"tag":112,"props":4447,"children":4448},{},[4449],{"type":48,"value":4450},"Row 7 — Actual rating",{"type":42,"tag":51,"props":4452,"children":4453},{},[4454,4456,4461,4463],{"type":48,"value":4455},"Source from ",{"type":42,"tag":57,"props":4457,"children":4459},{"className":4458},[],[4460],{"type":48,"value":1189},{"type":48,"value":4462}," in the Credit Opinion and ",{"type":42,"tag":57,"props":4464,"children":4466},{"className":4465},[],[4467],{"type":48,"value":264},{"type":42,"tag":51,"props":4469,"children":4470},{},[4471,4476,4477],{"type":42,"tag":71,"props":4472,"children":4473},{},[4474],{"type":48,"value":4475},"6) Conclusion",{"type":48,"value":131},{"type":42,"tag":57,"props":4478,"children":4480},{"className":4479},[],[4481],{"type":48,"value":4482},"#pa-conclusion",{"type":42,"tag":51,"props":4484,"children":4485},{},[4486,4488,4494,4496,4501],{"type":48,"value":4487},"Three ",{"type":42,"tag":57,"props":4489,"children":4491},{"className":4490},[],[4492],{"type":48,"value":4493},"\u003Cp>",{"type":48,"value":4495}," paragraphs focused on ",{"type":42,"tag":71,"props":4497,"children":4498},{},[4499],{"type":48,"value":4500},"differentiation",{"type":48,"value":4502}," of the target among its peers. Paragraphs\nmay carry inline citations:",{"type":42,"tag":108,"props":4504,"children":4505},{},[4506,4511,4516],{"type":42,"tag":112,"props":4507,"children":4508},{},[4509],{"type":48,"value":4510},"Paragraph 1: How the target differentiates positively vs. weaker peers on quantitative metrics\n(leverage, coverage, cash flow). Cite specific ratios.",{"type":42,"tag":112,"props":4512,"children":4513},{},[4514],{"type":48,"value":4515},"Paragraph 2: Business risk profile comparison — where the target is more concentrated or less\ndiversified vs. stable peers. Reference upgrade\u002Fdowngrade triggers.",{"type":42,"tag":112,"props":4517,"children":4518},{},[4519],{"type":48,"value":4520},"Paragraph 3: Practical positioning — frame the target's \"path to stand out\" by linking back\nto the upgrade\u002Fdowngrade framework and key risk factors.",{"type":42,"tag":962,"props":4522,"children":4524},{"id":4523},"section-2-ratings-chart-probability-of-default",[4525],{"type":48,"value":4526},"Section 2 — Ratings Chart (± Probability of Default)",{"type":42,"tag":87,"props":4528,"children":4529},{},[4530,4563,4614],{"type":42,"tag":51,"props":4531,"children":4532},{},[4533,4538,4540,4546,4548,4554,4556,4561],{"type":42,"tag":71,"props":4534,"children":4535},{},[4536],{"type":48,"value":4537},"SECTION 2 TITLE RULE — STRICTLY ENFORCED:",{"type":48,"value":4539},"\nThe heading for Section 2 (in both the TOC ",{"type":42,"tag":57,"props":4541,"children":4543},{"className":4542},[],[4544],{"type":48,"value":4545},"\u003Cli>",{"type":48,"value":4547}," and the ",{"type":42,"tag":57,"props":4549,"children":4551},{"className":4550},[],[4552],{"type":48,"value":4553},"\u003Cdiv class=\"section-heading\">",{"type":48,"value":4555},")\nmust be set ",{"type":42,"tag":71,"props":4557,"children":4558},{},[4559],{"type":48,"value":4560},"conditionally",{"type":48,"value":4562}," at emit time:",{"type":42,"tag":108,"props":4564,"children":4565},{},[4566,4590],{"type":42,"tag":112,"props":4567,"children":4568},{},[4569,4571,4576,4578,4583,4585],{"type":48,"value":4570},"If PD data is available (i.e. ",{"type":42,"tag":57,"props":4572,"children":4574},{"className":4573},[],[4575],{"type":48,"value":310},{"type":48,"value":4577}," is NOT ",{"type":42,"tag":57,"props":4579,"children":4581},{"className":4580},[],[4582],{"type":48,"value":318},{"type":48,"value":4584},") →\nuse ",{"type":42,"tag":71,"props":4586,"children":4587},{},[4588],{"type":48,"value":4589},"\"Section 2. Ratings Chart & Probability of Default\"",{"type":42,"tag":112,"props":4591,"children":4592},{},[4593,4595,4600,4602,4607,4609],{"type":48,"value":4594},"If PD data is unavailable (i.e. ",{"type":42,"tag":57,"props":4596,"children":4598},{"className":4597},[],[4599],{"type":48,"value":310},{"type":48,"value":4601}," is ",{"type":42,"tag":57,"props":4603,"children":4605},{"className":4604},[],[4606],{"type":48,"value":318},{"type":48,"value":4608},", the MCP server is unreachable,\nor data is missing for the target or fewer than 2 peers) →\nuse ",{"type":42,"tag":71,"props":4610,"children":4611},{},[4612],{"type":48,"value":4613},"\"Section 2. Ratings Chart\"",{"type":42,"tag":51,"props":4615,"children":4616},{},[4617,4619,4625,4627,4632,4634,4640],{"type":48,"value":4618},"The template ships with the longer title as a placeholder; overwrite it in both locations\n(",{"type":42,"tag":57,"props":4620,"children":4622},{"className":4621},[],[4623],{"type":48,"value":4624},"#sec2 .section-heading",{"type":48,"value":4626}," and the matching ",{"type":42,"tag":57,"props":4628,"children":4630},{"className":4629},[],[4631],{"type":48,"value":4545},{"type":48,"value":4633}," in ",{"type":42,"tag":57,"props":4635,"children":4637},{"className":4636},[],[4638],{"type":48,"value":4639},"\u003Cul class=\"toc-list\">",{"type":48,"value":4641},") whenever\nPD data is absent. Never show \"& Probability of Default\" in the title if there is no PD panel.",{"type":42,"tag":51,"props":4643,"children":4644},{},[4645,4649,4650],{"type":42,"tag":71,"props":4646,"children":4647},{},[4648],{"type":48,"value":1956},{"type":48,"value":131},{"type":42,"tag":57,"props":4651,"children":4653},{"className":4652},[],[4654],{"type":48,"value":4655},"#pa-ratings-chart",{"type":42,"tag":51,"props":4657,"children":4658},{},[4659,4661,4667,4669,4675,4677,4683],{"type":48,"value":4660},"Emit a single inline ",{"type":42,"tag":57,"props":4662,"children":4664},{"className":4663},[],[4665],{"type":48,"value":4666},"\u003Csvg>",{"type":48,"value":4668}," block authored by the agent (see SVG template below). The chart\nplots the last 5 rating actions for each company as a line chart. X-axis uses sequential labels\n(",{"type":42,"tag":57,"props":4670,"children":4672},{"className":4671},[],[4673],{"type":48,"value":4674},"Rating 1",{"type":48,"value":4676}," … ",{"type":42,"tag":57,"props":4678,"children":4680},{"className":4679},[],[4681],{"type":48,"value":4682},"Rating 5",{"type":48,"value":4684},", most recent first); Y-axis maps Moody's rating symbols to a numeric\nscale.",{"type":42,"tag":51,"props":4686,"children":4687},{},[4688,4693,4694],{"type":42,"tag":71,"props":4689,"children":4690},{},[4691],{"type":48,"value":4692},"PD Panel",{"type":48,"value":131},{"type":42,"tag":57,"props":4695,"children":4697},{"className":4696},[],[4698],{"type":48,"value":4699},"#pa-pd-panel",{"type":42,"tag":51,"props":4701,"children":4702},{},[4703,4705,4710,4712,4718,4720,4725],{"type":48,"value":4704},"Immediately after the ratings chart, emit the Probability of Default panel as a ",{"type":42,"tag":71,"props":4706,"children":4707},{},[4708],{"type":48,"value":4709},"horizontal\nbar chart",{"type":48,"value":4711}," using the same ",{"type":42,"tag":57,"props":4713,"children":4715},{"className":4714},[],[4716],{"type":48,"value":4717},".peer-bar-chart-outer",{"type":48,"value":4719}," style as the Key Indicators charts in\nSection 1. If PD data is unavailable, leave ",{"type":42,"tag":57,"props":4721,"children":4723},{"className":4722},[],[4724],{"type":48,"value":4699},{"type":48,"value":4726}," empty (the element collapses).",{"type":42,"tag":51,"props":4728,"children":4729},{},[4730,4732,4737,4739,4743,4745,4751,4752,4757,4758,4763],{"type":48,"value":4731},"Emit one ",{"type":42,"tag":57,"props":4733,"children":4735},{"className":4734},[],[4736],{"type":48,"value":1940},{"type":48,"value":4738}," block showing the ",{"type":42,"tag":71,"props":4740,"children":4741},{},[4742],{"type":48,"value":1270},{"type":48,"value":4744}," for each company. Use the\nsame CSS classes and bar-width formula as the KI charts (",{"type":42,"tag":57,"props":4746,"children":4748},{"className":4747},[],[4749],{"type":48,"value":4750},"pbc-fill",{"type":48,"value":236},{"type":42,"tag":57,"props":4753,"children":4755},{"className":4754},[],[4756],{"type":48,"value":2785},{"type":48,"value":236},{"type":42,"tag":57,"props":4759,"children":4761},{"className":4760},[],[4762],{"type":48,"value":2624},{"type":48,"value":4764},",\netc.). Include a note row at the bottom with peer median, peer average, and the gap signal.",{"type":42,"tag":51,"props":4766,"children":4767},{},[4768],{"type":48,"value":4769},"Signal colouring for the target bar:",{"type":42,"tag":108,"props":4771,"children":4772},{},[4773,4790],{"type":42,"tag":112,"props":4774,"children":4775},{},[4776,4781,4783,4789],{"type":42,"tag":57,"props":4777,"children":4779},{"className":4778},[],[4780],{"type":48,"value":2938},{"type":48,"value":4782}," (red) — target 1-year PD > 2× peer average (",{"type":42,"tag":57,"props":4784,"children":4786},{"className":4785},[],[4787],{"type":48,"value":4788},"pd_signal: \"red\"",{"type":48,"value":4102},{"type":42,"tag":112,"props":4791,"children":4792},{},[4793,4799],{"type":42,"tag":57,"props":4794,"children":4796},{"className":4795},[],[4797],{"type":48,"value":4798},"pbc-fill subj-pos",{"type":48,"value":4800}," (blue) — all other cases",{"type":42,"tag":51,"props":4802,"children":4803},{},[4804,4808,4810,4815],{"type":42,"tag":71,"props":4805,"children":4806},{},[4807],{"type":48,"value":2315},{"type":48,"value":4809}," (emit this block directly into ",{"type":42,"tag":57,"props":4811,"children":4813},{"className":4812},[],[4814],{"type":48,"value":4699},{"type":48,"value":2324},{"type":42,"tag":2326,"props":4817,"children":4819},{"className":2328,"code":4818,"language":21,"meta":2330,"style":2330},"\u003Cdiv class=\"peer-bar-chart-outer\">\n  \u003Cdiv class=\"pbc-title\">PROBABILITY OF DEFAULT — 1-YEAR PD (%)\u003C\u002Fdiv>\n  \u003Cdiv class=\"pbc-subtitle\">Moody's PD model | Orange line = peer median | Green bar = peer average\u003C\u002Fdiv>\n  \u003Cdiv class=\"pbc-rows\">\n    \u003C!-- Target (subject) row — blue or red depending on pd_signal -->\n    \u003Cdiv class=\"pbc-row\">\n      \u003Cdiv class=\"pbc-name subject\" title=\"Target Co\">Target Co\u003C\u002Fdiv>\n      \u003Cdiv class=\"pbc-track\">\n        \u003Cdiv class=\"pbc-median-line\" style=\"left:38.5%\">\u003Cdiv class=\"pbc-median-tip\">Median 0.032%\u003C\u002Fdiv>\u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-fill subj-neg\" style=\"left:0;width:100%\">\u003C\u002Fdiv>\n      \u003C\u002Fdiv>\n      \u003Cdiv class=\"pbc-val neg\">0.111%\u003C\u002Fdiv>\n    \u003C\u002Fdiv>\n    \u003C!-- Peer rows (sorted descending by pd_1yr) -->\n    \u003Cdiv class=\"pbc-row\">\n      \u003Cdiv class=\"pbc-name\" title=\"Peer A\">Peer A\u003C\u002Fdiv>\n      \u003Cdiv class=\"pbc-track\">\n        \u003Cdiv class=\"pbc-median-line\" style=\"left:38.5%\">\u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-fill peer-pos\" style=\"left:0;width:54.1%\">\u003C\u002Fdiv>\n      \u003C\u002Fdiv>\n      \u003Cdiv class=\"pbc-val pos\">0.060%\u003C\u002Fdiv>\n    \u003C\u002Fdiv>\n    \u003C!-- AVERAGE bar (last, separated by dashed border) -->\n    \u003Cdiv class=\"pbc-row\" style=\"margin-top:6px;padding-top:6px;border-top:1px dashed #d0d7e3\">\n      \u003Cdiv class=\"pbc-name average\">AVERAGE\u003C\u002Fdiv>\n      \u003Cdiv class=\"pbc-track\">\n        \u003Cdiv class=\"pbc-fill avg-bar\" style=\"left:0;width:28.8%\">\u003C\u002Fdiv>\n      \u003C\u002Fdiv>\n      \u003Cdiv class=\"pbc-val avg-val\">0.032%\u003C\u002Fdiv>\n    \u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n  \u003Cdiv class=\"pbc-note\">Peer median 0.032% | Peer avg 0.032% (n=3). Target: 0.111%. Gap: +0.079pp above peer avg (3.5×). PD-implied rating: A1.\u003C\u002Fdiv>\n  \u003Cdiv class=\"pbc-note\" style=\"margin-top:4px;font-style:italic\">One-sentence PD narrative goes here.\u003C\u002Fdiv>\n\u003C\u002Fdiv>\n",[4820],{"type":42,"tag":57,"props":4821,"children":4822},{"__ignoreMap":2330},[4823,4858,4910,4962,4997,5005,5040,5111,5146,5255,5318,5333,5385,5400,5408,5443,5514,5549,5612,5676,5691,5743,5758,5766,5821,5872,5907,5971,5986,6038,6053,6068,6120,6193],{"type":42,"tag":2336,"props":4824,"children":4825},{"class":2338,"line":2339},[4826,4830,4834,4838,4842,4846,4850,4854],{"type":42,"tag":2336,"props":4827,"children":4828},{"style":2343},[4829],{"type":48,"value":2346},{"type":42,"tag":2336,"props":4831,"children":4832},{"style":2349},[4833],{"type":48,"value":2352},{"type":42,"tag":2336,"props":4835,"children":4836},{"style":2355},[4837],{"type":48,"value":2401},{"type":42,"tag":2336,"props":4839,"children":4840},{"style":2343},[4841],{"type":48,"value":2363},{"type":42,"tag":2336,"props":4843,"children":4844},{"style":2343},[4845],{"type":48,"value":2368},{"type":42,"tag":2336,"props":4847,"children":4848},{"style":2371},[4849],{"type":48,"value":1940},{"type":42,"tag":2336,"props":4851,"children":4852},{"style":2343},[4853],{"type":48,"value":2368},{"type":42,"tag":2336,"props":4855,"children":4856},{"style":2343},[4857],{"type":48,"value":2383},{"type":42,"tag":2336,"props":4859,"children":4860},{"class":2338,"line":2386},[4861,4865,4869,4873,4877,4881,4885,4889,4893,4898,4902,4906],{"type":42,"tag":2336,"props":4862,"children":4863},{"style":2343},[4864],{"type":48,"value":2392},{"type":42,"tag":2336,"props":4866,"children":4867},{"style":2349},[4868],{"type":48,"value":2352},{"type":42,"tag":2336,"props":4870,"children":4871},{"style":2355},[4872],{"type":48,"value":2401},{"type":42,"tag":2336,"props":4874,"children":4875},{"style":2343},[4876],{"type":48,"value":2363},{"type":42,"tag":2336,"props":4878,"children":4879},{"style":2343},[4880],{"type":48,"value":2368},{"type":42,"tag":2336,"props":4882,"children":4883},{"style":2371},[4884],{"type":48,"value":2517},{"type":42,"tag":2336,"props":4886,"children":4887},{"style":2343},[4888],{"type":48,"value":2368},{"type":42,"tag":2336,"props":4890,"children":4891},{"style":2343},[4892],{"type":48,"value":2423},{"type":42,"tag":2336,"props":4894,"children":4895},{"style":2426},[4896],{"type":48,"value":4897},"PROBABILITY OF DEFAULT — 1-YEAR PD (%)",{"type":42,"tag":2336,"props":4899,"children":4900},{"style":2343},[4901],{"type":48,"value":2433},{"type":42,"tag":2336,"props":4903,"children":4904},{"style":2349},[4905],{"type":48,"value":2352},{"type":42,"tag":2336,"props":4907,"children":4908},{"style":2343},[4909],{"type":48,"value":2383},{"type":42,"tag":2336,"props":4911,"children":4912},{"class":2338,"line":2444},[4913,4917,4921,4925,4929,4933,4937,4941,4945,4950,4954,4958],{"type":42,"tag":2336,"props":4914,"children":4915},{"style":2343},[4916],{"type":48,"value":2392},{"type":42,"tag":2336,"props":4918,"children":4919},{"style":2349},[4920],{"type":48,"value":2352},{"type":42,"tag":2336,"props":4922,"children":4923},{"style":2355},[4924],{"type":48,"value":2401},{"type":42,"tag":2336,"props":4926,"children":4927},{"style":2343},[4928],{"type":48,"value":2363},{"type":42,"tag":2336,"props":4930,"children":4931},{"style":2343},[4932],{"type":48,"value":2368},{"type":42,"tag":2336,"props":4934,"children":4935},{"style":2371},[4936],{"type":48,"value":2571},{"type":42,"tag":2336,"props":4938,"children":4939},{"style":2343},[4940],{"type":48,"value":2368},{"type":42,"tag":2336,"props":4942,"children":4943},{"style":2343},[4944],{"type":48,"value":2423},{"type":42,"tag":2336,"props":4946,"children":4947},{"style":2426},[4948],{"type":48,"value":4949},"Moody's PD model | Orange line = peer median | Green bar = peer average",{"type":42,"tag":2336,"props":4951,"children":4952},{"style":2343},[4953],{"type":48,"value":2433},{"type":42,"tag":2336,"props":4955,"children":4956},{"style":2349},[4957],{"type":48,"value":2352},{"type":42,"tag":2336,"props":4959,"children":4960},{"style":2343},[4961],{"type":48,"value":2383},{"type":42,"tag":2336,"props":4963,"children":4964},{"class":2338,"line":2454},[4965,4969,4973,4977,4981,4985,4989,4993],{"type":42,"tag":2336,"props":4966,"children":4967},{"style":2343},[4968],{"type":48,"value":2392},{"type":42,"tag":2336,"props":4970,"children":4971},{"style":2349},[4972],{"type":48,"value":2352},{"type":42,"tag":2336,"props":4974,"children":4975},{"style":2355},[4976],{"type":48,"value":2401},{"type":42,"tag":2336,"props":4978,"children":4979},{"style":2343},[4980],{"type":48,"value":2363},{"type":42,"tag":2336,"props":4982,"children":4983},{"style":2343},[4984],{"type":48,"value":2368},{"type":42,"tag":2336,"props":4986,"children":4987},{"style":2371},[4988],{"type":48,"value":2624},{"type":42,"tag":2336,"props":4990,"children":4991},{"style":2343},[4992],{"type":48,"value":2368},{"type":42,"tag":2336,"props":4994,"children":4995},{"style":2343},[4996],{"type":48,"value":2383},{"type":42,"tag":2336,"props":4998,"children":4999},{"class":2338,"line":2490},[5000],{"type":42,"tag":2336,"props":5001,"children":5002},{"style":2639},[5003],{"type":48,"value":5004},"    \u003C!-- Target (subject) row — blue or red depending on pd_signal -->\n",{"type":42,"tag":2336,"props":5006,"children":5007},{"class":2338,"line":2545},[5008,5012,5016,5020,5024,5028,5032,5036],{"type":42,"tag":2336,"props":5009,"children":5010},{"style":2343},[5011],{"type":48,"value":2496},{"type":42,"tag":2336,"props":5013,"children":5014},{"style":2349},[5015],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5017,"children":5018},{"style":2355},[5019],{"type":48,"value":2401},{"type":42,"tag":2336,"props":5021,"children":5022},{"style":2343},[5023],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5025,"children":5026},{"style":2343},[5027],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5029,"children":5030},{"style":2371},[5031],{"type":48,"value":2672},{"type":42,"tag":2336,"props":5033,"children":5034},{"style":2343},[5035],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5037,"children":5038},{"style":2343},[5039],{"type":48,"value":2383},{"type":42,"tag":2336,"props":5041,"children":5042},{"class":2338,"line":2598},[5043,5047,5051,5055,5059,5063,5067,5071,5075,5079,5083,5087,5091,5095,5099,5103,5107],{"type":42,"tag":2336,"props":5044,"children":5045},{"style":2343},[5046],{"type":48,"value":2651},{"type":42,"tag":2336,"props":5048,"children":5049},{"style":2349},[5050],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5052,"children":5053},{"style":2355},[5054],{"type":48,"value":2401},{"type":42,"tag":2336,"props":5056,"children":5057},{"style":2343},[5058],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5060,"children":5061},{"style":2343},[5062],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5064,"children":5065},{"style":2371},[5066],{"type":48,"value":2710},{"type":42,"tag":2336,"props":5068,"children":5069},{"style":2343},[5070],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5072,"children":5073},{"style":2355},[5074],{"type":48,"value":2719},{"type":42,"tag":2336,"props":5076,"children":5077},{"style":2343},[5078],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5080,"children":5081},{"style":2343},[5082],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5084,"children":5085},{"style":2371},[5086],{"type":48,"value":2732},{"type":42,"tag":2336,"props":5088,"children":5089},{"style":2343},[5090],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5092,"children":5093},{"style":2343},[5094],{"type":48,"value":2423},{"type":42,"tag":2336,"props":5096,"children":5097},{"style":2426},[5098],{"type":48,"value":2732},{"type":42,"tag":2336,"props":5100,"children":5101},{"style":2343},[5102],{"type":48,"value":2433},{"type":42,"tag":2336,"props":5104,"children":5105},{"style":2349},[5106],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5108,"children":5109},{"style":2343},[5110],{"type":48,"value":2383},{"type":42,"tag":2336,"props":5112,"children":5113},{"class":2338,"line":2635},[5114,5118,5122,5126,5130,5134,5138,5142],{"type":42,"tag":2336,"props":5115,"children":5116},{"style":2343},[5117],{"type":48,"value":2651},{"type":42,"tag":2336,"props":5119,"children":5120},{"style":2349},[5121],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5123,"children":5124},{"style":2355},[5125],{"type":48,"value":2401},{"type":42,"tag":2336,"props":5127,"children":5128},{"style":2343},[5129],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5131,"children":5132},{"style":2343},[5133],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5135,"children":5136},{"style":2371},[5137],{"type":48,"value":2785},{"type":42,"tag":2336,"props":5139,"children":5140},{"style":2343},[5141],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5143,"children":5144},{"style":2343},[5145],{"type":48,"value":2383},{"type":42,"tag":2336,"props":5147,"children":5148},{"class":2338,"line":2645},[5149,5153,5157,5161,5165,5169,5173,5177,5181,5185,5189,5194,5198,5202,5206,5210,5214,5218,5222,5226,5230,5235,5239,5243,5247,5251],{"type":42,"tag":2336,"props":5150,"children":5151},{"style":2343},[5152],{"type":48,"value":2689},{"type":42,"tag":2336,"props":5154,"children":5155},{"style":2349},[5156],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5158,"children":5159},{"style":2355},[5160],{"type":48,"value":2401},{"type":42,"tag":2336,"props":5162,"children":5163},{"style":2343},[5164],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5166,"children":5167},{"style":2343},[5168],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5170,"children":5171},{"style":2371},[5172],{"type":48,"value":2823},{"type":42,"tag":2336,"props":5174,"children":5175},{"style":2343},[5176],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5178,"children":5179},{"style":2355},[5180],{"type":48,"value":2832},{"type":42,"tag":2336,"props":5182,"children":5183},{"style":2343},[5184],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5186,"children":5187},{"style":2343},[5188],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5190,"children":5191},{"style":2371},[5192],{"type":48,"value":5193},"left:38.5%",{"type":42,"tag":2336,"props":5195,"children":5196},{"style":2343},[5197],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5199,"children":5200},{"style":2343},[5201],{"type":48,"value":2854},{"type":42,"tag":2336,"props":5203,"children":5204},{"style":2349},[5205],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5207,"children":5208},{"style":2355},[5209],{"type":48,"value":2401},{"type":42,"tag":2336,"props":5211,"children":5212},{"style":2343},[5213],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5215,"children":5216},{"style":2343},[5217],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5219,"children":5220},{"style":2371},[5221],{"type":48,"value":2875},{"type":42,"tag":2336,"props":5223,"children":5224},{"style":2343},[5225],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5227,"children":5228},{"style":2343},[5229],{"type":48,"value":2423},{"type":42,"tag":2336,"props":5231,"children":5232},{"style":2426},[5233],{"type":48,"value":5234},"Median 0.032%",{"type":42,"tag":2336,"props":5236,"children":5237},{"style":2343},[5238],{"type":48,"value":2433},{"type":42,"tag":2336,"props":5240,"children":5241},{"style":2349},[5242],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5244,"children":5245},{"style":2343},[5246],{"type":48,"value":2901},{"type":42,"tag":2336,"props":5248,"children":5249},{"style":2349},[5250],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5252,"children":5253},{"style":2343},[5254],{"type":48,"value":2383},{"type":42,"tag":2336,"props":5256,"children":5257},{"class":2338,"line":2683},[5258,5262,5266,5270,5274,5278,5282,5286,5290,5294,5298,5302,5306,5310,5314],{"type":42,"tag":2336,"props":5259,"children":5260},{"style":2343},[5261],{"type":48,"value":2689},{"type":42,"tag":2336,"props":5263,"children":5264},{"style":2349},[5265],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5267,"children":5268},{"style":2355},[5269],{"type":48,"value":2401},{"type":42,"tag":2336,"props":5271,"children":5272},{"style":2343},[5273],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5275,"children":5276},{"style":2343},[5277],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5279,"children":5280},{"style":2371},[5281],{"type":48,"value":2938},{"type":42,"tag":2336,"props":5283,"children":5284},{"style":2343},[5285],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5287,"children":5288},{"style":2355},[5289],{"type":48,"value":2832},{"type":42,"tag":2336,"props":5291,"children":5292},{"style":2343},[5293],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5295,"children":5296},{"style":2343},[5297],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5299,"children":5300},{"style":2371},[5301],{"type":48,"value":3331},{"type":42,"tag":2336,"props":5303,"children":5304},{"style":2343},[5305],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5307,"children":5308},{"style":2343},[5309],{"type":48,"value":2901},{"type":42,"tag":2336,"props":5311,"children":5312},{"style":2349},[5313],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5315,"children":5316},{"style":2343},[5317],{"type":48,"value":2383},{"type":42,"tag":2336,"props":5319,"children":5320},{"class":2338,"line":2759},[5321,5325,5329],{"type":42,"tag":2336,"props":5322,"children":5323},{"style":2343},[5324],{"type":48,"value":3055},{"type":42,"tag":2336,"props":5326,"children":5327},{"style":2349},[5328],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5330,"children":5331},{"style":2343},[5332],{"type":48,"value":2383},{"type":42,"tag":2336,"props":5334,"children":5335},{"class":2338,"line":2796},[5336,5340,5344,5348,5352,5356,5360,5364,5368,5373,5377,5381],{"type":42,"tag":2336,"props":5337,"children":5338},{"style":2343},[5339],{"type":48,"value":2651},{"type":42,"tag":2336,"props":5341,"children":5342},{"style":2349},[5343],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5345,"children":5346},{"style":2355},[5347],{"type":48,"value":2401},{"type":42,"tag":2336,"props":5349,"children":5350},{"style":2343},[5351],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5353,"children":5354},{"style":2343},[5355],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5357,"children":5358},{"style":2371},[5359],{"type":48,"value":3021},{"type":42,"tag":2336,"props":5361,"children":5362},{"style":2343},[5363],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5365,"children":5366},{"style":2343},[5367],{"type":48,"value":2423},{"type":42,"tag":2336,"props":5369,"children":5370},{"style":2426},[5371],{"type":48,"value":5372},"0.111%",{"type":42,"tag":2336,"props":5374,"children":5375},{"style":2343},[5376],{"type":48,"value":2433},{"type":42,"tag":2336,"props":5378,"children":5379},{"style":2349},[5380],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5382,"children":5383},{"style":2343},[5384],{"type":48,"value":2383},{"type":42,"tag":2336,"props":5386,"children":5387},{"class":2338,"line":2912},[5388,5392,5396],{"type":42,"tag":2336,"props":5389,"children":5390},{"style":2343},[5391],{"type":48,"value":3750},{"type":42,"tag":2336,"props":5393,"children":5394},{"style":2349},[5395],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5397,"children":5398},{"style":2343},[5399],{"type":48,"value":2383},{"type":42,"tag":2336,"props":5401,"children":5402},{"class":2338,"line":2978},[5403],{"type":42,"tag":2336,"props":5404,"children":5405},{"style":2639},[5406],{"type":48,"value":5407},"    \u003C!-- Peer rows (sorted descending by pd_1yr) -->\n",{"type":42,"tag":2336,"props":5409,"children":5410},{"class":2338,"line":2995},[5411,5415,5419,5423,5427,5431,5435,5439],{"type":42,"tag":2336,"props":5412,"children":5413},{"style":2343},[5414],{"type":48,"value":2496},{"type":42,"tag":2336,"props":5416,"children":5417},{"style":2349},[5418],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5420,"children":5421},{"style":2355},[5422],{"type":48,"value":2401},{"type":42,"tag":2336,"props":5424,"children":5425},{"style":2343},[5426],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5428,"children":5429},{"style":2343},[5430],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5432,"children":5433},{"style":2371},[5434],{"type":48,"value":2672},{"type":42,"tag":2336,"props":5436,"children":5437},{"style":2343},[5438],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5440,"children":5441},{"style":2343},[5442],{"type":48,"value":2383},{"type":42,"tag":2336,"props":5444,"children":5445},{"class":2338,"line":3049},[5446,5450,5454,5458,5462,5466,5470,5474,5478,5482,5486,5490,5494,5498,5502,5506,5510],{"type":42,"tag":2336,"props":5447,"children":5448},{"style":2343},[5449],{"type":48,"value":2651},{"type":42,"tag":2336,"props":5451,"children":5452},{"style":2349},[5453],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5455,"children":5456},{"style":2355},[5457],{"type":48,"value":2401},{"type":42,"tag":2336,"props":5459,"children":5460},{"style":2343},[5461],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5463,"children":5464},{"style":2343},[5465],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5467,"children":5468},{"style":2371},[5469],{"type":48,"value":2215},{"type":42,"tag":2336,"props":5471,"children":5472},{"style":2343},[5473],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5475,"children":5476},{"style":2355},[5477],{"type":48,"value":2719},{"type":42,"tag":2336,"props":5479,"children":5480},{"style":2343},[5481],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5483,"children":5484},{"style":2343},[5485],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5487,"children":5488},{"style":2371},[5489],{"type":48,"value":3157},{"type":42,"tag":2336,"props":5491,"children":5492},{"style":2343},[5493],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5495,"children":5496},{"style":2343},[5497],{"type":48,"value":2423},{"type":42,"tag":2336,"props":5499,"children":5500},{"style":2426},[5501],{"type":48,"value":3157},{"type":42,"tag":2336,"props":5503,"children":5504},{"style":2343},[5505],{"type":48,"value":2433},{"type":42,"tag":2336,"props":5507,"children":5508},{"style":2349},[5509],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5511,"children":5512},{"style":2343},[5513],{"type":48,"value":2383},{"type":42,"tag":2336,"props":5515,"children":5516},{"class":2338,"line":3066},[5517,5521,5525,5529,5533,5537,5541,5545],{"type":42,"tag":2336,"props":5518,"children":5519},{"style":2343},[5520],{"type":48,"value":2651},{"type":42,"tag":2336,"props":5522,"children":5523},{"style":2349},[5524],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5526,"children":5527},{"style":2355},[5528],{"type":48,"value":2401},{"type":42,"tag":2336,"props":5530,"children":5531},{"style":2343},[5532],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5534,"children":5535},{"style":2343},[5536],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5538,"children":5539},{"style":2371},[5540],{"type":48,"value":2785},{"type":42,"tag":2336,"props":5542,"children":5543},{"style":2343},[5544],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5546,"children":5547},{"style":2343},[5548],{"type":48,"value":2383},{"type":42,"tag":2336,"props":5550,"children":5551},{"class":2338,"line":3075},[5552,5556,5560,5564,5568,5572,5576,5580,5584,5588,5592,5596,5600,5604,5608],{"type":42,"tag":2336,"props":5553,"children":5554},{"style":2343},[5555],{"type":48,"value":2689},{"type":42,"tag":2336,"props":5557,"children":5558},{"style":2349},[5559],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5561,"children":5562},{"style":2355},[5563],{"type":48,"value":2401},{"type":42,"tag":2336,"props":5565,"children":5566},{"style":2343},[5567],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5569,"children":5570},{"style":2343},[5571],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5573,"children":5574},{"style":2371},[5575],{"type":48,"value":2823},{"type":42,"tag":2336,"props":5577,"children":5578},{"style":2343},[5579],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5581,"children":5582},{"style":2355},[5583],{"type":48,"value":2832},{"type":42,"tag":2336,"props":5585,"children":5586},{"style":2343},[5587],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5589,"children":5590},{"style":2343},[5591],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5593,"children":5594},{"style":2371},[5595],{"type":48,"value":5193},{"type":42,"tag":2336,"props":5597,"children":5598},{"style":2343},[5599],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5601,"children":5602},{"style":2343},[5603],{"type":48,"value":2901},{"type":42,"tag":2336,"props":5605,"children":5606},{"style":2349},[5607],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5609,"children":5610},{"style":2343},[5611],{"type":48,"value":2383},{"type":42,"tag":2336,"props":5613,"children":5614},{"class":2338,"line":3111},[5615,5619,5623,5627,5631,5635,5639,5643,5647,5651,5655,5660,5664,5668,5672],{"type":42,"tag":2336,"props":5616,"children":5617},{"style":2343},[5618],{"type":48,"value":2689},{"type":42,"tag":2336,"props":5620,"children":5621},{"style":2349},[5622],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5624,"children":5625},{"style":2355},[5626],{"type":48,"value":2401},{"type":42,"tag":2336,"props":5628,"children":5629},{"style":2343},[5630],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5632,"children":5633},{"style":2343},[5634],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5636,"children":5637},{"style":2371},[5638],{"type":48,"value":3310},{"type":42,"tag":2336,"props":5640,"children":5641},{"style":2343},[5642],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5644,"children":5645},{"style":2355},[5646],{"type":48,"value":2832},{"type":42,"tag":2336,"props":5648,"children":5649},{"style":2343},[5650],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5652,"children":5653},{"style":2343},[5654],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5656,"children":5657},{"style":2371},[5658],{"type":48,"value":5659},"left:0;width:54.1%",{"type":42,"tag":2336,"props":5661,"children":5662},{"style":2343},[5663],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5665,"children":5666},{"style":2343},[5667],{"type":48,"value":2901},{"type":42,"tag":2336,"props":5669,"children":5670},{"style":2349},[5671],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5673,"children":5674},{"style":2343},[5675],{"type":48,"value":2383},{"type":42,"tag":2336,"props":5677,"children":5678},{"class":2338,"line":3184},[5679,5683,5687],{"type":42,"tag":2336,"props":5680,"children":5681},{"style":2343},[5682],{"type":48,"value":3055},{"type":42,"tag":2336,"props":5684,"children":5685},{"style":2349},[5686],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5688,"children":5689},{"style":2343},[5690],{"type":48,"value":2383},{"type":42,"tag":2336,"props":5692,"children":5693},{"class":2338,"line":3220},[5694,5698,5702,5706,5710,5714,5718,5722,5726,5731,5735,5739],{"type":42,"tag":2336,"props":5695,"children":5696},{"style":2343},[5697],{"type":48,"value":2651},{"type":42,"tag":2336,"props":5699,"children":5700},{"style":2349},[5701],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5703,"children":5704},{"style":2355},[5705],{"type":48,"value":2401},{"type":42,"tag":2336,"props":5707,"children":5708},{"style":2343},[5709],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5711,"children":5712},{"style":2343},[5713],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5715,"children":5716},{"style":2371},[5717],{"type":48,"value":3392},{"type":42,"tag":2336,"props":5719,"children":5720},{"style":2343},[5721],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5723,"children":5724},{"style":2343},[5725],{"type":48,"value":2423},{"type":42,"tag":2336,"props":5727,"children":5728},{"style":2426},[5729],{"type":48,"value":5730},"0.060%",{"type":42,"tag":2336,"props":5732,"children":5733},{"style":2343},[5734],{"type":48,"value":2433},{"type":42,"tag":2336,"props":5736,"children":5737},{"style":2349},[5738],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5740,"children":5741},{"style":2343},[5742],{"type":48,"value":2383},{"type":42,"tag":2336,"props":5744,"children":5745},{"class":2338,"line":3284},[5746,5750,5754],{"type":42,"tag":2336,"props":5747,"children":5748},{"style":2343},[5749],{"type":48,"value":3750},{"type":42,"tag":2336,"props":5751,"children":5752},{"style":2349},[5753],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5755,"children":5756},{"style":2343},[5757],{"type":48,"value":2383},{"type":42,"tag":2336,"props":5759,"children":5760},{"class":2338,"line":3350},[5761],{"type":42,"tag":2336,"props":5762,"children":5763},{"style":2639},[5764],{"type":48,"value":5765},"    \u003C!-- AVERAGE bar (last, separated by dashed border) -->\n",{"type":42,"tag":2336,"props":5767,"children":5768},{"class":2338,"line":3366},[5769,5773,5777,5781,5785,5789,5793,5797,5801,5805,5809,5813,5817],{"type":42,"tag":2336,"props":5770,"children":5771},{"style":2343},[5772],{"type":48,"value":2496},{"type":42,"tag":2336,"props":5774,"children":5775},{"style":2349},[5776],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5778,"children":5779},{"style":2355},[5780],{"type":48,"value":2401},{"type":42,"tag":2336,"props":5782,"children":5783},{"style":2343},[5784],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5786,"children":5787},{"style":2343},[5788],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5790,"children":5791},{"style":2371},[5792],{"type":48,"value":2672},{"type":42,"tag":2336,"props":5794,"children":5795},{"style":2343},[5796],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5798,"children":5799},{"style":2355},[5800],{"type":48,"value":2832},{"type":42,"tag":2336,"props":5802,"children":5803},{"style":2343},[5804],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5806,"children":5807},{"style":2343},[5808],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5810,"children":5811},{"style":2371},[5812],{"type":48,"value":3491},{"type":42,"tag":2336,"props":5814,"children":5815},{"style":2343},[5816],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5818,"children":5819},{"style":2343},[5820],{"type":48,"value":2383},{"type":42,"tag":2336,"props":5822,"children":5823},{"class":2338,"line":3420},[5824,5828,5832,5836,5840,5844,5848,5852,5856,5860,5864,5868],{"type":42,"tag":2336,"props":5825,"children":5826},{"style":2343},[5827],{"type":48,"value":2651},{"type":42,"tag":2336,"props":5829,"children":5830},{"style":2349},[5831],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5833,"children":5834},{"style":2355},[5835],{"type":48,"value":2401},{"type":42,"tag":2336,"props":5837,"children":5838},{"style":2343},[5839],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5841,"children":5842},{"style":2343},[5843],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5845,"children":5846},{"style":2371},[5847],{"type":48,"value":3528},{"type":42,"tag":2336,"props":5849,"children":5850},{"style":2343},[5851],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5853,"children":5854},{"style":2343},[5855],{"type":48,"value":2423},{"type":42,"tag":2336,"props":5857,"children":5858},{"style":2426},[5859],{"type":48,"value":3541},{"type":42,"tag":2336,"props":5861,"children":5862},{"style":2343},[5863],{"type":48,"value":2433},{"type":42,"tag":2336,"props":5865,"children":5866},{"style":2349},[5867],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5869,"children":5870},{"style":2343},[5871],{"type":48,"value":2383},{"type":42,"tag":2336,"props":5873,"children":5874},{"class":2338,"line":3436},[5875,5879,5883,5887,5891,5895,5899,5903],{"type":42,"tag":2336,"props":5876,"children":5877},{"style":2343},[5878],{"type":48,"value":2651},{"type":42,"tag":2336,"props":5880,"children":5881},{"style":2349},[5882],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5884,"children":5885},{"style":2355},[5886],{"type":48,"value":2401},{"type":42,"tag":2336,"props":5888,"children":5889},{"style":2343},[5890],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5892,"children":5893},{"style":2343},[5894],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5896,"children":5897},{"style":2371},[5898],{"type":48,"value":2785},{"type":42,"tag":2336,"props":5900,"children":5901},{"style":2343},[5902],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5904,"children":5905},{"style":2343},[5906],{"type":48,"value":2383},{"type":42,"tag":2336,"props":5908,"children":5909},{"class":2338,"line":3445},[5910,5914,5918,5922,5926,5930,5934,5938,5942,5946,5950,5955,5959,5963,5967],{"type":42,"tag":2336,"props":5911,"children":5912},{"style":2343},[5913],{"type":48,"value":2689},{"type":42,"tag":2336,"props":5915,"children":5916},{"style":2349},[5917],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5919,"children":5920},{"style":2355},[5921],{"type":48,"value":2401},{"type":42,"tag":2336,"props":5923,"children":5924},{"style":2343},[5925],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5927,"children":5928},{"style":2343},[5929],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5931,"children":5932},{"style":2371},[5933],{"type":48,"value":3618},{"type":42,"tag":2336,"props":5935,"children":5936},{"style":2343},[5937],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5939,"children":5940},{"style":2355},[5941],{"type":48,"value":2832},{"type":42,"tag":2336,"props":5943,"children":5944},{"style":2343},[5945],{"type":48,"value":2363},{"type":42,"tag":2336,"props":5947,"children":5948},{"style":2343},[5949],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5951,"children":5952},{"style":2371},[5953],{"type":48,"value":5954},"left:0;width:28.8%",{"type":42,"tag":2336,"props":5956,"children":5957},{"style":2343},[5958],{"type":48,"value":2368},{"type":42,"tag":2336,"props":5960,"children":5961},{"style":2343},[5962],{"type":48,"value":2901},{"type":42,"tag":2336,"props":5964,"children":5965},{"style":2349},[5966],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5968,"children":5969},{"style":2343},[5970],{"type":48,"value":2383},{"type":42,"tag":2336,"props":5972,"children":5973},{"class":2338,"line":3502},[5974,5978,5982],{"type":42,"tag":2336,"props":5975,"children":5976},{"style":2343},[5977],{"type":48,"value":3055},{"type":42,"tag":2336,"props":5979,"children":5980},{"style":2349},[5981],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5983,"children":5984},{"style":2343},[5985],{"type":48,"value":2383},{"type":42,"tag":2336,"props":5987,"children":5988},{"class":2338,"line":3556},[5989,5993,5997,6001,6005,6009,6013,6017,6021,6026,6030,6034],{"type":42,"tag":2336,"props":5990,"children":5991},{"style":2343},[5992],{"type":48,"value":2651},{"type":42,"tag":2336,"props":5994,"children":5995},{"style":2349},[5996],{"type":48,"value":2352},{"type":42,"tag":2336,"props":5998,"children":5999},{"style":2355},[6000],{"type":48,"value":2401},{"type":42,"tag":2336,"props":6002,"children":6003},{"style":2343},[6004],{"type":48,"value":2363},{"type":42,"tag":2336,"props":6006,"children":6007},{"style":2343},[6008],{"type":48,"value":2368},{"type":42,"tag":2336,"props":6010,"children":6011},{"style":2371},[6012],{"type":48,"value":3700},{"type":42,"tag":2336,"props":6014,"children":6015},{"style":2343},[6016],{"type":48,"value":2368},{"type":42,"tag":2336,"props":6018,"children":6019},{"style":2343},[6020],{"type":48,"value":2423},{"type":42,"tag":2336,"props":6022,"children":6023},{"style":2426},[6024],{"type":48,"value":6025},"0.032%",{"type":42,"tag":2336,"props":6027,"children":6028},{"style":2343},[6029],{"type":48,"value":2433},{"type":42,"tag":2336,"props":6031,"children":6032},{"style":2349},[6033],{"type":48,"value":2352},{"type":42,"tag":2336,"props":6035,"children":6036},{"style":2343},[6037],{"type":48,"value":2383},{"type":42,"tag":2336,"props":6039,"children":6040},{"class":2338,"line":3592},[6041,6045,6049],{"type":42,"tag":2336,"props":6042,"children":6043},{"style":2343},[6044],{"type":48,"value":3750},{"type":42,"tag":2336,"props":6046,"children":6047},{"style":2349},[6048],{"type":48,"value":2352},{"type":42,"tag":2336,"props":6050,"children":6051},{"style":2343},[6052],{"type":48,"value":2383},{"type":42,"tag":2336,"props":6054,"children":6055},{"class":2338,"line":3658},[6056,6060,6064],{"type":42,"tag":2336,"props":6057,"children":6058},{"style":2343},[6059],{"type":48,"value":3821},{"type":42,"tag":2336,"props":6061,"children":6062},{"style":2349},[6063],{"type":48,"value":2352},{"type":42,"tag":2336,"props":6065,"children":6066},{"style":2343},[6067],{"type":48,"value":2383},{"type":42,"tag":2336,"props":6069,"children":6070},{"class":2338,"line":3674},[6071,6075,6079,6083,6087,6091,6095,6099,6103,6108,6112,6116],{"type":42,"tag":2336,"props":6072,"children":6073},{"style":2343},[6074],{"type":48,"value":2392},{"type":42,"tag":2336,"props":6076,"children":6077},{"style":2349},[6078],{"type":48,"value":2352},{"type":42,"tag":2336,"props":6080,"children":6081},{"style":2355},[6082],{"type":48,"value":2401},{"type":42,"tag":2336,"props":6084,"children":6085},{"style":2343},[6086],{"type":48,"value":2363},{"type":42,"tag":2336,"props":6088,"children":6089},{"style":2343},[6090],{"type":48,"value":2368},{"type":42,"tag":2336,"props":6092,"children":6093},{"style":2371},[6094],{"type":48,"value":3787},{"type":42,"tag":2336,"props":6096,"children":6097},{"style":2343},[6098],{"type":48,"value":2368},{"type":42,"tag":2336,"props":6100,"children":6101},{"style":2343},[6102],{"type":48,"value":2423},{"type":42,"tag":2336,"props":6104,"children":6105},{"style":2426},[6106],{"type":48,"value":6107},"Peer median 0.032% | Peer avg 0.032% (n=3). Target: 0.111%. Gap: +0.079pp above peer avg (3.5×). PD-implied rating: A1.",{"type":42,"tag":2336,"props":6109,"children":6110},{"style":2343},[6111],{"type":48,"value":2433},{"type":42,"tag":2336,"props":6113,"children":6114},{"style":2349},[6115],{"type":48,"value":2352},{"type":42,"tag":2336,"props":6117,"children":6118},{"style":2343},[6119],{"type":48,"value":2383},{"type":42,"tag":2336,"props":6121,"children":6122},{"class":2338,"line":3728},[6123,6127,6131,6135,6139,6143,6147,6151,6155,6159,6163,6168,6172,6176,6181,6185,6189],{"type":42,"tag":2336,"props":6124,"children":6125},{"style":2343},[6126],{"type":48,"value":2392},{"type":42,"tag":2336,"props":6128,"children":6129},{"style":2349},[6130],{"type":48,"value":2352},{"type":42,"tag":2336,"props":6132,"children":6133},{"style":2355},[6134],{"type":48,"value":2401},{"type":42,"tag":2336,"props":6136,"children":6137},{"style":2343},[6138],{"type":48,"value":2363},{"type":42,"tag":2336,"props":6140,"children":6141},{"style":2343},[6142],{"type":48,"value":2368},{"type":42,"tag":2336,"props":6144,"children":6145},{"style":2371},[6146],{"type":48,"value":3787},{"type":42,"tag":2336,"props":6148,"children":6149},{"style":2343},[6150],{"type":48,"value":2368},{"type":42,"tag":2336,"props":6152,"children":6153},{"style":2355},[6154],{"type":48,"value":2832},{"type":42,"tag":2336,"props":6156,"children":6157},{"style":2343},[6158],{"type":48,"value":2363},{"type":42,"tag":2336,"props":6160,"children":6161},{"style":2343},[6162],{"type":48,"value":2368},{"type":42,"tag":2336,"props":6164,"children":6165},{"style":2371},[6166],{"type":48,"value":6167},"margin-top:4px;font-style:italic",{"type":42,"tag":2336,"props":6169,"children":6170},{"style":2343},[6171],{"type":48,"value":2368},{"type":42,"tag":2336,"props":6173,"children":6174},{"style":2343},[6175],{"type":48,"value":2423},{"type":42,"tag":2336,"props":6177,"children":6178},{"style":2426},[6179],{"type":48,"value":6180},"One-sentence PD narrative goes here.",{"type":42,"tag":2336,"props":6182,"children":6183},{"style":2343},[6184],{"type":48,"value":2433},{"type":42,"tag":2336,"props":6186,"children":6187},{"style":2349},[6188],{"type":48,"value":2352},{"type":42,"tag":2336,"props":6190,"children":6191},{"style":2343},[6192],{"type":48,"value":2383},{"type":42,"tag":2336,"props":6194,"children":6195},{"class":2338,"line":3744},[6196,6200,6204],{"type":42,"tag":2336,"props":6197,"children":6198},{"style":2343},[6199],{"type":48,"value":2433},{"type":42,"tag":2336,"props":6201,"children":6202},{"style":2349},[6203],{"type":48,"value":2352},{"type":42,"tag":2336,"props":6205,"children":6206},{"style":2343},[6207],{"type":48,"value":2383},{"type":42,"tag":51,"props":6209,"children":6210},{},[6211,6216,6217,6223,6225,6231],{"type":42,"tag":71,"props":6212,"children":6213},{},[6214],{"type":48,"value":6215},"Bar width calculation:",{"type":48,"value":1934},{"type":42,"tag":57,"props":6218,"children":6220},{"className":6219},[],[6221],{"type":48,"value":6222},"fillW = (pd_1yr \u002F maxPD * 88).toFixed(1) + '%'",{"type":48,"value":6224}," where ",{"type":42,"tag":57,"props":6226,"children":6228},{"className":6227},[],[6229],{"type":48,"value":6230},"maxPD",{"type":48,"value":6232}," is\nthe maximum 1-year PD across all companies including the target.",{"type":42,"tag":51,"props":6234,"children":6235},{},[6236,6241,6242],{"type":42,"tag":71,"props":6237,"children":6238},{},[6239],{"type":48,"value":6240},"Median line position:",{"type":48,"value":1934},{"type":42,"tag":57,"props":6243,"children":6245},{"className":6244},[],[6246],{"type":48,"value":6247},"medPct = (medianPD \u002F maxPD * 88).toFixed(1) + '%'",{"type":42,"tag":51,"props":6249,"children":6250},{},[6251,6256,6257],{"type":42,"tag":71,"props":6252,"children":6253},{},[6254],{"type":48,"value":6255},"Analysis",{"type":48,"value":131},{"type":42,"tag":57,"props":6258,"children":6260},{"className":6259},[],[6261],{"type":48,"value":6262},"#pa-ratings-analysis",{"type":42,"tag":51,"props":6264,"children":6265},{},[6266,6268,6273],{"type":48,"value":6267},"One ",{"type":42,"tag":57,"props":6269,"children":6271},{"className":6270},[],[6272],{"type":48,"value":4493},{"type":48,"value":6274}," paragraph on rating trajectories — which companies show improvement, deterioration,\nor stability, and what that implies for relative credit positioning. May carry inline citations.",{"type":42,"tag":962,"props":6276,"children":6278},{"id":6277},"section-3-esg-table-analysis",[6279],{"type":48,"value":6280},"Section 3 — ESG Table & Analysis",{"type":42,"tag":51,"props":6282,"children":6283},{},[6284,6289,6290],{"type":42,"tag":71,"props":6285,"children":6286},{},[6287],{"type":48,"value":6288},"ESG Table",{"type":48,"value":131},{"type":42,"tag":57,"props":6291,"children":6293},{"className":6292},[],[6294],{"type":48,"value":6295},"\u003Ctbody id=\"pa-esg-table\">",{"type":42,"tag":51,"props":6297,"children":6298},{},[6299,6300,6305,6307,6312,6314,6319],{"type":48,"value":1639},{"type":42,"tag":57,"props":6301,"children":6303},{"className":6302},[],[6304],{"type":48,"value":1645},{"type":48,"value":6306}," per company. Five columns: company name, Overall (CIS-",{"type":42,"tag":4316,"props":6308,"children":6309},{},[6310],{"type":48,"value":6311},"), Environmental (E-",{"type":48,"value":6313},"),\nSocial (S-",{"type":42,"tag":4316,"props":6315,"children":6316},{},[6317],{"type":48,"value":6318},"), Governance (G-",{"type":48,"value":1356},{"type":42,"tag":51,"props":6321,"children":6322},{},[6323,6327,6328],{"type":42,"tag":71,"props":6324,"children":6325},{},[6326],{"type":48,"value":6255},{"type":48,"value":131},{"type":42,"tag":57,"props":6329,"children":6331},{"className":6330},[],[6332],{"type":48,"value":6333},"#pa-esg-analysis",{"type":42,"tag":51,"props":6335,"children":6336},{},[6337,6339,6344],{"type":48,"value":6338},"Two ",{"type":42,"tag":57,"props":6340,"children":6342},{"className":6341},[],[6343],{"type":48,"value":4493},{"type":48,"value":6345}," paragraphs. Paragraphs may carry inline citations:",{"type":42,"tag":108,"props":6347,"children":6348},{},[6349,6354],{"type":42,"tag":112,"props":6350,"children":6351},{},[6352],{"type":48,"value":6353},"Paragraph 1: Compare ESG profiles across the peer set. Identify which companies share similar\nprofiles and what drives the overall classification.",{"type":42,"tag":112,"props":6355,"children":6356},{},[6357],{"type":48,"value":6358},"Paragraph 2: Highlight the key differentiator (typically Governance) and explain which company\nstands out as weaker\u002Fstronger and why.",{"type":42,"tag":962,"props":6360,"children":6362},{"id":6361},"citations-sources-write-last",[6363],{"type":48,"value":6364},"Citations & sources (write last)",{"type":42,"tag":108,"props":6366,"children":6367},{},[6368,6392,6402,6412],{"type":42,"tag":112,"props":6369,"children":6370},{},[6371,6376,6378,6384,6386,6390],{"type":42,"tag":57,"props":6372,"children":6374},{"className":6373},[],[6375],{"type":48,"value":792},{"type":48,"value":6377}," — optional ",{"type":42,"tag":57,"props":6379,"children":6381},{"className":6380},[],[6382],{"type":48,"value":6383},"\u003Cdiv class=\"section-citations\">…\u003C\u002Fdiv>",{"type":48,"value":6385}," recap for the\npeers-comparison section. Use the markup defined in\n",{"type":42,"tag":327,"props":6387,"children":6388},{"href":681},[6389],{"type":48,"value":688},{"type":48,"value":6391},". Omit if empty.",{"type":42,"tag":112,"props":6393,"children":6394},{},[6395,6400],{"type":42,"tag":57,"props":6396,"children":6398},{"className":6397},[],[6399],{"type":48,"value":799},{"type":48,"value":6401}," — optional recap for the ratings-chart section. Same markup.",{"type":42,"tag":112,"props":6403,"children":6404},{},[6405,6410],{"type":42,"tag":57,"props":6406,"children":6408},{"className":6407},[],[6409],{"type":48,"value":807},{"type":48,"value":6411}," — optional recap for the ESG section. Same markup.",{"type":42,"tag":112,"props":6413,"children":6414},{},[6415,6420,6422,6428,6430,6436,6438,6443],{"type":42,"tag":57,"props":6416,"children":6418},{"className":6417},[],[6419],{"type":48,"value":784},{"type":48,"value":6421}," — end-of-document Citations rows. One ",{"type":42,"tag":57,"props":6423,"children":6425},{"className":6424},[],[6426],{"type":48,"value":6427},"\u003Cdiv class=\"source-item\">",{"type":48,"value":6429}," per source,\nin ",{"type":42,"tag":57,"props":6431,"children":6433},{"className":6432},[],[6434],{"type":48,"value":6435},"[1], [2], …",{"type":48,"value":6437}," order, using the canonical row markup from the shared citations skill.\nInternal MCP tool names are NEVER rendered in ",{"type":42,"tag":57,"props":6439,"children":6441},{"className":6440},[],[6442],{"type":48,"value":822},{"type":48,"value":824},{"type":42,"tag":826,"props":6445,"children":6446},{},[],{"type":42,"tag":91,"props":6448,"children":6450},{"id":6449},"streaming-protocol-element-content-mapping",[6451],{"type":48,"value":6452},"Streaming protocol (element → content mapping)",{"type":42,"tag":1049,"props":6454,"children":6455},{},[6456,6472],{"type":42,"tag":1053,"props":6457,"children":6458},{},[6459],{"type":42,"tag":1057,"props":6460,"children":6461},{},[6462,6467],{"type":42,"tag":1061,"props":6463,"children":6464},{},[6465],{"type":48,"value":6466},"Element ID",{"type":42,"tag":1061,"props":6468,"children":6469},{},[6470],{"type":48,"value":6471},"Content type",{"type":42,"tag":1072,"props":6473,"children":6474},{},[6475,6491,6507,6523,6539,6569,6604,6625,6652,6674,6697,6720,6742,6764,6787,6809,6833,6855,6877,6898,6919,6952],{"type":42,"tag":1057,"props":6476,"children":6477},{},[6478,6486],{"type":42,"tag":1079,"props":6479,"children":6480},{},[6481],{"type":42,"tag":57,"props":6482,"children":6484},{"className":6483},[],[6485],{"type":48,"value":1486},{"type":42,"tag":1079,"props":6487,"children":6488},{},[6489],{"type":48,"value":6490},"Plain text date",{"type":42,"tag":1057,"props":6492,"children":6493},{},[6494,6502],{"type":42,"tag":1079,"props":6495,"children":6496},{},[6497],{"type":42,"tag":57,"props":6498,"children":6500},{"className":6499},[],[6501],{"type":48,"value":1505},{"type":42,"tag":1079,"props":6503,"children":6504},{},[6505],{"type":48,"value":6506},"Plain text date (same value)",{"type":42,"tag":1057,"props":6508,"children":6509},{},[6510,6518],{"type":42,"tag":1079,"props":6511,"children":6512},{},[6513],{"type":42,"tag":57,"props":6514,"children":6516},{"className":6515},[],[6517],{"type":48,"value":1516},{"type":42,"tag":1079,"props":6519,"children":6520},{},[6521],{"type":48,"value":6522},"Plain text (canonical target name)",{"type":42,"tag":1057,"props":6524,"children":6525},{},[6526,6534],{"type":42,"tag":1079,"props":6527,"children":6528},{},[6529],{"type":42,"tag":57,"props":6530,"children":6532},{"className":6531},[],[6533],{"type":48,"value":1527},{"type":42,"tag":1079,"props":6535,"children":6536},{},[6537],{"type":48,"value":6538},"Plain text integer",{"type":42,"tag":1057,"props":6540,"children":6541},{},[6542,6550],{"type":42,"tag":1079,"props":6543,"children":6544},{},[6545],{"type":42,"tag":57,"props":6546,"children":6548},{"className":6547},[],[6549],{"type":48,"value":1538},{"type":42,"tag":1079,"props":6551,"children":6552},{},[6553,6559,6561,6567],{"type":42,"tag":57,"props":6554,"children":6556},{"className":6555},[],[6557],{"type":48,"value":6558},"\u003Cspan class=\"company-chip target\">",{"type":48,"value":6560}," + ",{"type":42,"tag":57,"props":6562,"children":6564},{"className":6563},[],[6565],{"type":48,"value":6566},"\u003Cspan class=\"company-chip\">",{"type":48,"value":6568},"s",{"type":42,"tag":1057,"props":6570,"children":6571},{},[6572,6586],{"type":42,"tag":1079,"props":6573,"children":6574},{},[6575,6580,6581],{"type":42,"tag":57,"props":6576,"children":6578},{"className":6577},[],[6579],{"type":48,"value":1565},{"type":48,"value":236},{"type":42,"tag":57,"props":6582,"children":6584},{"className":6583},[],[6585],{"type":48,"value":1572},{"type":42,"tag":1079,"props":6587,"children":6588},{},[6589,6595,6597,6602],{"type":42,"tag":57,"props":6590,"children":6592},{"className":6591},[],[6593],{"type":48,"value":6594},"\u003Cimg>",{"type":48,"value":6596}," element — set ",{"type":42,"tag":57,"props":6598,"children":6600},{"className":6599},[],[6601],{"type":48,"value":1580},{"type":48,"value":6603}," attribute",{"type":42,"tag":1057,"props":6605,"children":6606},{},[6607,6615],{"type":42,"tag":1079,"props":6608,"children":6609},{},[6610],{"type":42,"tag":57,"props":6611,"children":6613},{"className":6612},[],[6614],{"type":48,"value":1634},{"type":42,"tag":1079,"props":6616,"children":6617},{},[6618,6623],{"type":42,"tag":57,"props":6619,"children":6621},{"className":6620},[],[6622],{"type":48,"value":1645},{"type":48,"value":6624}," rows (company name + description) with inline citations",{"type":42,"tag":1057,"props":6626,"children":6627},{},[6628,6636],{"type":42,"tag":1079,"props":6629,"children":6630},{},[6631],{"type":42,"tag":57,"props":6632,"children":6634},{"className":6633},[],[6635],{"type":48,"value":1669},{"type":42,"tag":1079,"props":6637,"children":6638},{},[6639,6644,6646],{"type":42,"tag":57,"props":6640,"children":6642},{"className":6641},[],[6643],{"type":48,"value":1645},{"type":48,"value":6645}," rows with ",{"type":42,"tag":57,"props":6647,"children":6649},{"className":6648},[],[6650],{"type":48,"value":6651},"\u003Cspan class=\"outlook-badge …\">",{"type":42,"tag":1057,"props":6653,"children":6654},{},[6655,6669],{"type":42,"tag":1079,"props":6656,"children":6657},{},[6658,6663,6664],{"type":42,"tag":57,"props":6659,"children":6661},{"className":6660},[],[6662],{"type":48,"value":1731},{"type":48,"value":4676},{"type":42,"tag":57,"props":6665,"children":6667},{"className":6666},[],[6668],{"type":48,"value":1756},{"type":42,"tag":1079,"props":6670,"children":6671},{},[6672],{"type":48,"value":6673},"Plain text (company names)",{"type":42,"tag":1057,"props":6675,"children":6676},{},[6677,6685],{"type":42,"tag":1079,"props":6678,"children":6679},{},[6680],{"type":42,"tag":57,"props":6681,"children":6683},{"className":6682},[],[6684],{"type":48,"value":1769},{"type":42,"tag":1079,"props":6686,"children":6687},{},[6688,6690,6695],{"type":48,"value":6689},"Prose cell content (short ",{"type":42,"tag":57,"props":6691,"children":6693},{"className":6692},[],[6694],{"type":48,"value":4493},{"type":48,"value":6696}," or plain text) with inline citations",{"type":42,"tag":1057,"props":6698,"children":6699},{},[6700,6708],{"type":42,"tag":1079,"props":6701,"children":6702},{},[6703],{"type":42,"tag":57,"props":6704,"children":6706},{"className":6705},[],[6707],{"type":48,"value":1907},{"type":42,"tag":1079,"props":6709,"children":6710},{},[6711,6713,6718],{"type":48,"value":6712},"Five ",{"type":42,"tag":57,"props":6714,"children":6716},{"className":6715},[],[6717],{"type":48,"value":4717},{"type":48,"value":6719}," panels (FCF Margin, Debt\u002FEBITDA, EBITDA Margin, EBITA\u002FInterest, RCF\u002FNet Debt)",{"type":42,"tag":1057,"props":6721,"children":6722},{},[6723,6737],{"type":42,"tag":1079,"props":6724,"children":6725},{},[6726,6731,6732],{"type":42,"tag":57,"props":6727,"children":6729},{"className":6728},[],[6730],{"type":48,"value":4014},{"type":48,"value":4676},{"type":42,"tag":57,"props":6733,"children":6735},{"className":6734},[],[6736],{"type":48,"value":4039},{"type":42,"tag":1079,"props":6738,"children":6739},{},[6740],{"type":48,"value":6741},"Plain text (company names, span 2 sub-columns)",{"type":42,"tag":1057,"props":6743,"children":6744},{},[6745,6759],{"type":42,"tag":1079,"props":6746,"children":6747},{},[6748,6753,6754],{"type":42,"tag":57,"props":6749,"children":6751},{"className":6750},[],[6752],{"type":48,"value":4058},{"type":48,"value":236},{"type":42,"tag":57,"props":6755,"children":6757},{"className":6756},[],[6758],{"type":48,"value":4092},{"type":42,"tag":1079,"props":6760,"children":6761},{},[6762],{"type":48,"value":6763},"Plain text sub-header labels (Current \u002F Forward period)",{"type":42,"tag":1057,"props":6765,"children":6766},{},[6767,6782],{"type":42,"tag":1079,"props":6768,"children":6769},{},[6770,6775,6776],{"type":42,"tag":57,"props":6771,"children":6773},{"className":6772},[],[6774],{"type":48,"value":4404},{"type":48,"value":236},{"type":42,"tag":57,"props":6777,"children":6779},{"className":6778},[],[6780],{"type":48,"value":6781},"…-fwd",{"type":42,"tag":1079,"props":6783,"children":6784},{},[6785],{"type":48,"value":6786},"Plain text scorecard cell values",{"type":42,"tag":1057,"props":6788,"children":6789},{},[6790,6798],{"type":42,"tag":1079,"props":6791,"children":6792},{},[6793],{"type":42,"tag":57,"props":6794,"children":6796},{"className":6795},[],[6797],{"type":48,"value":4482},{"type":42,"tag":1079,"props":6799,"children":6800},{},[6801,6802,6807],{"type":48,"value":4487},{"type":42,"tag":57,"props":6803,"children":6805},{"className":6804},[],[6806],{"type":48,"value":4493},{"type":48,"value":6808}," paragraphs with inline citations",{"type":42,"tag":1057,"props":6810,"children":6811},{},[6812,6820],{"type":42,"tag":1079,"props":6813,"children":6814},{},[6815],{"type":42,"tag":57,"props":6816,"children":6818},{"className":6817},[],[6819],{"type":48,"value":4655},{"type":42,"tag":1079,"props":6821,"children":6822},{},[6823,6825,6831],{"type":48,"value":6824},"Single ",{"type":42,"tag":57,"props":6826,"children":6828},{"className":6827},[],[6829],{"type":48,"value":6830},"\u003Cdiv class=\"chart-container\">…\u003Csvg>…\u003C\u002Fsvg>…\u003C\u002Fdiv>",{"type":48,"value":6832}," block",{"type":42,"tag":1057,"props":6834,"children":6835},{},[6836,6844],{"type":42,"tag":1079,"props":6837,"children":6838},{},[6839],{"type":42,"tag":57,"props":6840,"children":6842},{"className":6841},[],[6843],{"type":48,"value":4699},{"type":42,"tag":1079,"props":6845,"children":6846},{},[6847,6849,6854],{"type":48,"value":6848},"PD comparison panel — horizontal bar chart using ",{"type":42,"tag":57,"props":6850,"children":6852},{"className":6851},[],[6853],{"type":48,"value":1940},{"type":48,"value":2832},{"type":42,"tag":1057,"props":6856,"children":6857},{},[6858,6866],{"type":42,"tag":1079,"props":6859,"children":6860},{},[6861],{"type":42,"tag":57,"props":6862,"children":6864},{"className":6863},[],[6865],{"type":48,"value":6262},{"type":42,"tag":1079,"props":6867,"children":6868},{},[6869,6870,6875],{"type":48,"value":6267},{"type":42,"tag":57,"props":6871,"children":6873},{"className":6872},[],[6874],{"type":48,"value":4493},{"type":48,"value":6876}," paragraph with inline citations",{"type":42,"tag":1057,"props":6878,"children":6879},{},[6880,6888],{"type":42,"tag":1079,"props":6881,"children":6882},{},[6883],{"type":42,"tag":57,"props":6884,"children":6886},{"className":6885},[],[6887],{"type":48,"value":6295},{"type":42,"tag":1079,"props":6889,"children":6890},{},[6891,6896],{"type":42,"tag":57,"props":6892,"children":6894},{"className":6893},[],[6895],{"type":48,"value":1645},{"type":48,"value":6897}," rows (company + overall + E + S + G)",{"type":42,"tag":1057,"props":6899,"children":6900},{},[6901,6909],{"type":42,"tag":1079,"props":6902,"children":6903},{},[6904],{"type":42,"tag":57,"props":6905,"children":6907},{"className":6906},[],[6908],{"type":48,"value":6333},{"type":42,"tag":1079,"props":6910,"children":6911},{},[6912,6913,6918],{"type":48,"value":6338},{"type":42,"tag":57,"props":6914,"children":6916},{"className":6915},[],[6917],{"type":48,"value":4493},{"type":48,"value":6808},{"type":42,"tag":1057,"props":6920,"children":6921},{},[6922,6942],{"type":42,"tag":1079,"props":6923,"children":6924},{},[6925,6930,6931,6936,6937],{"type":42,"tag":57,"props":6926,"children":6928},{"className":6927},[],[6929],{"type":48,"value":792},{"type":48,"value":236},{"type":42,"tag":57,"props":6932,"children":6934},{"className":6933},[],[6935],{"type":48,"value":799},{"type":48,"value":236},{"type":42,"tag":57,"props":6938,"children":6940},{"className":6939},[],[6941],{"type":48,"value":807},{"type":42,"tag":1079,"props":6943,"children":6944},{},[6945,6950],{"type":42,"tag":57,"props":6946,"children":6948},{"className":6947},[],[6949],{"type":48,"value":6383},{"type":48,"value":6951}," (optional, see shared citations skill)",{"type":42,"tag":1057,"props":6953,"children":6954},{},[6955,6963],{"type":42,"tag":1079,"props":6956,"children":6957},{},[6958],{"type":42,"tag":57,"props":6959,"children":6961},{"className":6960},[],[6962],{"type":48,"value":784},{"type":42,"tag":1079,"props":6964,"children":6965},{},[6966,6971],{"type":42,"tag":57,"props":6967,"children":6969},{"className":6968},[],[6970],{"type":48,"value":6427},{"type":48,"value":6972}," rows (see shared citations skill)",{"type":42,"tag":51,"props":6974,"children":6975},{},[6976],{"type":48,"value":6977},"If fewer than 3 peers are returned, leave unused column\u002Frow IDs empty. Do not collapse or remove\ncells — the pre-shaped table simply keeps those cells blank.",{"type":42,"tag":962,"props":6979,"children":6981},{"id":6980},"reference-html-snippets",[6982],{"type":48,"value":6983},"Reference HTML snippets",{"type":42,"tag":51,"props":6985,"children":6986},{},[6987,6992,6993,6998],{"type":42,"tag":71,"props":6988,"children":6989},{},[6990],{"type":48,"value":6991},"Peers table row",{"type":48,"value":4335},{"type":42,"tag":57,"props":6994,"children":6996},{"className":6995},[],[6997],{"type":48,"value":1634},{"type":48,"value":2324},{"type":42,"tag":2326,"props":7000,"children":7002},{"className":2328,"code":7001,"language":21,"meta":2330,"style":2330},"\u003Ctr>\n  \u003Ctd class=\"company-name\">Target Co\u003C\u002Ftd>\n  \u003Ctd>Headquartered in Dearborn, Michigan, Target Co is a global automaker with TTM revenue of approximately $180B \u003Ca href=\"https:\u002F\u002Fexample.com\u002Fcredit-opinion-target\" target=\"_blank\" class=\"cite-ref\">[1]\u003C\u002Fa>, anchored by its F-Series, SUV, and Pro commercial businesses \u003Ca href=\"https:\u002F\u002Fexample.com\u002Fprofile-target\" target=\"_blank\" class=\"cite-ref\">[2]\u003C\u002Fa>.\u003C\u002Ftd>\n\u003C\u002Ftr>\n",[7003],{"type":42,"tag":57,"props":7004,"children":7005},{"__ignoreMap":2330},[7006,7021,7073,7298],{"type":42,"tag":2336,"props":7007,"children":7008},{"class":2338,"line":2339},[7009,7013,7017],{"type":42,"tag":2336,"props":7010,"children":7011},{"style":2343},[7012],{"type":48,"value":2346},{"type":42,"tag":2336,"props":7014,"children":7015},{"style":2349},[7016],{"type":48,"value":1057},{"type":42,"tag":2336,"props":7018,"children":7019},{"style":2343},[7020],{"type":48,"value":2383},{"type":42,"tag":2336,"props":7022,"children":7023},{"class":2338,"line":2386},[7024,7028,7032,7036,7040,7044,7049,7053,7057,7061,7065,7069],{"type":42,"tag":2336,"props":7025,"children":7026},{"style":2343},[7027],{"type":48,"value":2392},{"type":42,"tag":2336,"props":7029,"children":7030},{"style":2349},[7031],{"type":48,"value":1079},{"type":42,"tag":2336,"props":7033,"children":7034},{"style":2355},[7035],{"type":48,"value":2401},{"type":42,"tag":2336,"props":7037,"children":7038},{"style":2343},[7039],{"type":48,"value":2363},{"type":42,"tag":2336,"props":7041,"children":7042},{"style":2343},[7043],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7045,"children":7046},{"style":2371},[7047],{"type":48,"value":7048},"company-name",{"type":42,"tag":2336,"props":7050,"children":7051},{"style":2343},[7052],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7054,"children":7055},{"style":2343},[7056],{"type":48,"value":2423},{"type":42,"tag":2336,"props":7058,"children":7059},{"style":2426},[7060],{"type":48,"value":2732},{"type":42,"tag":2336,"props":7062,"children":7063},{"style":2343},[7064],{"type":48,"value":2433},{"type":42,"tag":2336,"props":7066,"children":7067},{"style":2349},[7068],{"type":48,"value":1079},{"type":42,"tag":2336,"props":7070,"children":7071},{"style":2343},[7072],{"type":48,"value":2383},{"type":42,"tag":2336,"props":7074,"children":7075},{"class":2338,"line":2444},[7076,7080,7084,7088,7093,7097,7101,7106,7110,7114,7119,7123,7128,7132,7136,7141,7145,7149,7153,7157,7162,7166,7170,7175,7179,7183,7187,7192,7196,7200,7204,7208,7212,7217,7221,7225,7229,7233,7237,7241,7245,7249,7253,7257,7261,7265,7270,7274,7278,7282,7286,7290,7294],{"type":42,"tag":2336,"props":7077,"children":7078},{"style":2343},[7079],{"type":48,"value":2392},{"type":42,"tag":2336,"props":7081,"children":7082},{"style":2349},[7083],{"type":48,"value":1079},{"type":42,"tag":2336,"props":7085,"children":7086},{"style":2343},[7087],{"type":48,"value":2423},{"type":42,"tag":2336,"props":7089,"children":7090},{"style":2426},[7091],{"type":48,"value":7092},"Headquartered in Dearborn, Michigan, Target Co is a global automaker with TTM revenue of approximately $180B ",{"type":42,"tag":2336,"props":7094,"children":7095},{"style":2343},[7096],{"type":48,"value":2346},{"type":42,"tag":2336,"props":7098,"children":7099},{"style":2349},[7100],{"type":48,"value":327},{"type":42,"tag":2336,"props":7102,"children":7103},{"style":2355},[7104],{"type":48,"value":7105}," href",{"type":42,"tag":2336,"props":7107,"children":7108},{"style":2343},[7109],{"type":48,"value":2363},{"type":42,"tag":2336,"props":7111,"children":7112},{"style":2343},[7113],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7115,"children":7116},{"style":2371},[7117],{"type":48,"value":7118},"https:\u002F\u002Fexample.com\u002Fcredit-opinion-target",{"type":42,"tag":2336,"props":7120,"children":7121},{"style":2343},[7122],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7124,"children":7125},{"style":2355},[7126],{"type":48,"value":7127}," target",{"type":42,"tag":2336,"props":7129,"children":7130},{"style":2343},[7131],{"type":48,"value":2363},{"type":42,"tag":2336,"props":7133,"children":7134},{"style":2343},[7135],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7137,"children":7138},{"style":2371},[7139],{"type":48,"value":7140},"_blank",{"type":42,"tag":2336,"props":7142,"children":7143},{"style":2343},[7144],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7146,"children":7147},{"style":2355},[7148],{"type":48,"value":2401},{"type":42,"tag":2336,"props":7150,"children":7151},{"style":2343},[7152],{"type":48,"value":2363},{"type":42,"tag":2336,"props":7154,"children":7155},{"style":2343},[7156],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7158,"children":7159},{"style":2371},[7160],{"type":48,"value":7161},"cite-ref",{"type":42,"tag":2336,"props":7163,"children":7164},{"style":2343},[7165],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7167,"children":7168},{"style":2343},[7169],{"type":48,"value":2423},{"type":42,"tag":2336,"props":7171,"children":7172},{"style":2426},[7173],{"type":48,"value":7174},"[1]",{"type":42,"tag":2336,"props":7176,"children":7177},{"style":2343},[7178],{"type":48,"value":2433},{"type":42,"tag":2336,"props":7180,"children":7181},{"style":2349},[7182],{"type":48,"value":327},{"type":42,"tag":2336,"props":7184,"children":7185},{"style":2343},[7186],{"type":48,"value":2423},{"type":42,"tag":2336,"props":7188,"children":7189},{"style":2426},[7190],{"type":48,"value":7191},", anchored by its F-Series, SUV, and Pro commercial businesses ",{"type":42,"tag":2336,"props":7193,"children":7194},{"style":2343},[7195],{"type":48,"value":2346},{"type":42,"tag":2336,"props":7197,"children":7198},{"style":2349},[7199],{"type":48,"value":327},{"type":42,"tag":2336,"props":7201,"children":7202},{"style":2355},[7203],{"type":48,"value":7105},{"type":42,"tag":2336,"props":7205,"children":7206},{"style":2343},[7207],{"type":48,"value":2363},{"type":42,"tag":2336,"props":7209,"children":7210},{"style":2343},[7211],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7213,"children":7214},{"style":2371},[7215],{"type":48,"value":7216},"https:\u002F\u002Fexample.com\u002Fprofile-target",{"type":42,"tag":2336,"props":7218,"children":7219},{"style":2343},[7220],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7222,"children":7223},{"style":2355},[7224],{"type":48,"value":7127},{"type":42,"tag":2336,"props":7226,"children":7227},{"style":2343},[7228],{"type":48,"value":2363},{"type":42,"tag":2336,"props":7230,"children":7231},{"style":2343},[7232],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7234,"children":7235},{"style":2371},[7236],{"type":48,"value":7140},{"type":42,"tag":2336,"props":7238,"children":7239},{"style":2343},[7240],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7242,"children":7243},{"style":2355},[7244],{"type":48,"value":2401},{"type":42,"tag":2336,"props":7246,"children":7247},{"style":2343},[7248],{"type":48,"value":2363},{"type":42,"tag":2336,"props":7250,"children":7251},{"style":2343},[7252],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7254,"children":7255},{"style":2371},[7256],{"type":48,"value":7161},{"type":42,"tag":2336,"props":7258,"children":7259},{"style":2343},[7260],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7262,"children":7263},{"style":2343},[7264],{"type":48,"value":2423},{"type":42,"tag":2336,"props":7266,"children":7267},{"style":2426},[7268],{"type":48,"value":7269},"[2]",{"type":42,"tag":2336,"props":7271,"children":7272},{"style":2343},[7273],{"type":48,"value":2433},{"type":42,"tag":2336,"props":7275,"children":7276},{"style":2349},[7277],{"type":48,"value":327},{"type":42,"tag":2336,"props":7279,"children":7280},{"style":2343},[7281],{"type":48,"value":2423},{"type":42,"tag":2336,"props":7283,"children":7284},{"style":2426},[7285],{"type":48,"value":824},{"type":42,"tag":2336,"props":7287,"children":7288},{"style":2343},[7289],{"type":48,"value":2433},{"type":42,"tag":2336,"props":7291,"children":7292},{"style":2349},[7293],{"type":48,"value":1079},{"type":42,"tag":2336,"props":7295,"children":7296},{"style":2343},[7297],{"type":48,"value":2383},{"type":42,"tag":2336,"props":7299,"children":7300},{"class":2338,"line":2454},[7301,7305,7309],{"type":42,"tag":2336,"props":7302,"children":7303},{"style":2343},[7304],{"type":48,"value":2433},{"type":42,"tag":2336,"props":7306,"children":7307},{"style":2349},[7308],{"type":48,"value":1057},{"type":42,"tag":2336,"props":7310,"children":7311},{"style":2343},[7312],{"type":48,"value":2383},{"type":42,"tag":51,"props":7314,"children":7315},{},[7316,7321,7322,7327],{"type":42,"tag":71,"props":7317,"children":7318},{},[7319],{"type":48,"value":7320},"Peers rating row",{"type":48,"value":4335},{"type":42,"tag":57,"props":7323,"children":7325},{"className":7324},[],[7326],{"type":48,"value":1669},{"type":48,"value":2324},{"type":42,"tag":2326,"props":7329,"children":7331},{"className":2328,"code":7330,"language":21,"meta":2330,"style":2330},"\u003Ctr>\n  \u003Ctd class=\"company-name\">Target Co\u003C\u002Ftd>\n  \u003Ctd>Baa3 (Senior Unsecured - Dom Curr \u002F 2024-05-09)\u003C\u002Ftd>\n  \u003Ctd>\u003Cspan class=\"outlook-badge stable\">Stable\u003C\u002Fspan>\u003C\u002Ftd>\n\u003C\u002Ftr>\n",[7332],{"type":42,"tag":57,"props":7333,"children":7334},{"__ignoreMap":2330},[7335,7350,7401,7433,7502],{"type":42,"tag":2336,"props":7336,"children":7337},{"class":2338,"line":2339},[7338,7342,7346],{"type":42,"tag":2336,"props":7339,"children":7340},{"style":2343},[7341],{"type":48,"value":2346},{"type":42,"tag":2336,"props":7343,"children":7344},{"style":2349},[7345],{"type":48,"value":1057},{"type":42,"tag":2336,"props":7347,"children":7348},{"style":2343},[7349],{"type":48,"value":2383},{"type":42,"tag":2336,"props":7351,"children":7352},{"class":2338,"line":2386},[7353,7357,7361,7365,7369,7373,7377,7381,7385,7389,7393,7397],{"type":42,"tag":2336,"props":7354,"children":7355},{"style":2343},[7356],{"type":48,"value":2392},{"type":42,"tag":2336,"props":7358,"children":7359},{"style":2349},[7360],{"type":48,"value":1079},{"type":42,"tag":2336,"props":7362,"children":7363},{"style":2355},[7364],{"type":48,"value":2401},{"type":42,"tag":2336,"props":7366,"children":7367},{"style":2343},[7368],{"type":48,"value":2363},{"type":42,"tag":2336,"props":7370,"children":7371},{"style":2343},[7372],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7374,"children":7375},{"style":2371},[7376],{"type":48,"value":7048},{"type":42,"tag":2336,"props":7378,"children":7379},{"style":2343},[7380],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7382,"children":7383},{"style":2343},[7384],{"type":48,"value":2423},{"type":42,"tag":2336,"props":7386,"children":7387},{"style":2426},[7388],{"type":48,"value":2732},{"type":42,"tag":2336,"props":7390,"children":7391},{"style":2343},[7392],{"type":48,"value":2433},{"type":42,"tag":2336,"props":7394,"children":7395},{"style":2349},[7396],{"type":48,"value":1079},{"type":42,"tag":2336,"props":7398,"children":7399},{"style":2343},[7400],{"type":48,"value":2383},{"type":42,"tag":2336,"props":7402,"children":7403},{"class":2338,"line":2444},[7404,7408,7412,7416,7421,7425,7429],{"type":42,"tag":2336,"props":7405,"children":7406},{"style":2343},[7407],{"type":48,"value":2392},{"type":42,"tag":2336,"props":7409,"children":7410},{"style":2349},[7411],{"type":48,"value":1079},{"type":42,"tag":2336,"props":7413,"children":7414},{"style":2343},[7415],{"type":48,"value":2423},{"type":42,"tag":2336,"props":7417,"children":7418},{"style":2426},[7419],{"type":48,"value":7420},"Baa3 (Senior Unsecured - Dom Curr \u002F 2024-05-09)",{"type":42,"tag":2336,"props":7422,"children":7423},{"style":2343},[7424],{"type":48,"value":2433},{"type":42,"tag":2336,"props":7426,"children":7427},{"style":2349},[7428],{"type":48,"value":1079},{"type":42,"tag":2336,"props":7430,"children":7431},{"style":2343},[7432],{"type":48,"value":2383},{"type":42,"tag":2336,"props":7434,"children":7435},{"class":2338,"line":2454},[7436,7440,7444,7448,7452,7456,7460,7464,7469,7473,7477,7482,7486,7490,7494,7498],{"type":42,"tag":2336,"props":7437,"children":7438},{"style":2343},[7439],{"type":48,"value":2392},{"type":42,"tag":2336,"props":7441,"children":7442},{"style":2349},[7443],{"type":48,"value":1079},{"type":42,"tag":2336,"props":7445,"children":7446},{"style":2343},[7447],{"type":48,"value":2854},{"type":42,"tag":2336,"props":7449,"children":7450},{"style":2349},[7451],{"type":48,"value":2336},{"type":42,"tag":2336,"props":7453,"children":7454},{"style":2355},[7455],{"type":48,"value":2401},{"type":42,"tag":2336,"props":7457,"children":7458},{"style":2343},[7459],{"type":48,"value":2363},{"type":42,"tag":2336,"props":7461,"children":7462},{"style":2343},[7463],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7465,"children":7466},{"style":2371},[7467],{"type":48,"value":7468},"outlook-badge stable",{"type":42,"tag":2336,"props":7470,"children":7471},{"style":2343},[7472],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7474,"children":7475},{"style":2343},[7476],{"type":48,"value":2423},{"type":42,"tag":2336,"props":7478,"children":7479},{"style":2426},[7480],{"type":48,"value":7481},"Stable",{"type":42,"tag":2336,"props":7483,"children":7484},{"style":2343},[7485],{"type":48,"value":2433},{"type":42,"tag":2336,"props":7487,"children":7488},{"style":2349},[7489],{"type":48,"value":2336},{"type":42,"tag":2336,"props":7491,"children":7492},{"style":2343},[7493],{"type":48,"value":2901},{"type":42,"tag":2336,"props":7495,"children":7496},{"style":2349},[7497],{"type":48,"value":1079},{"type":42,"tag":2336,"props":7499,"children":7500},{"style":2343},[7501],{"type":48,"value":2383},{"type":42,"tag":2336,"props":7503,"children":7504},{"class":2338,"line":2490},[7505,7509,7513],{"type":42,"tag":2336,"props":7506,"children":7507},{"style":2343},[7508],{"type":48,"value":2433},{"type":42,"tag":2336,"props":7510,"children":7511},{"style":2349},[7512],{"type":48,"value":1057},{"type":42,"tag":2336,"props":7514,"children":7515},{"style":2343},[7516],{"type":48,"value":2383},{"type":42,"tag":51,"props":7518,"children":7519},{},[7520,7525,7526,7531],{"type":42,"tag":71,"props":7521,"children":7522},{},[7523],{"type":48,"value":7524},"Company chips",{"type":48,"value":4335},{"type":42,"tag":57,"props":7527,"children":7529},{"className":7528},[],[7530],{"type":48,"value":1538},{"type":48,"value":2324},{"type":42,"tag":2326,"props":7533,"children":7535},{"className":2328,"code":7534,"language":21,"meta":2330,"style":2330},"\u003Cspan class=\"company-chip target\">Target Co\u003C\u002Fspan>\n\u003Cspan class=\"company-chip\">Peer One\u003C\u002Fspan>\n\u003Cspan class=\"company-chip\">Peer Two\u003C\u002Fspan>\n\u003Cspan class=\"company-chip\">Peer Three\u003C\u002Fspan>\n",[7536],{"type":42,"tag":57,"props":7537,"children":7538},{"__ignoreMap":2330},[7539,7591,7644,7696],{"type":42,"tag":2336,"props":7540,"children":7541},{"class":2338,"line":2339},[7542,7546,7550,7554,7558,7562,7567,7571,7575,7579,7583,7587],{"type":42,"tag":2336,"props":7543,"children":7544},{"style":2343},[7545],{"type":48,"value":2346},{"type":42,"tag":2336,"props":7547,"children":7548},{"style":2349},[7549],{"type":48,"value":2336},{"type":42,"tag":2336,"props":7551,"children":7552},{"style":2355},[7553],{"type":48,"value":2401},{"type":42,"tag":2336,"props":7555,"children":7556},{"style":2343},[7557],{"type":48,"value":2363},{"type":42,"tag":2336,"props":7559,"children":7560},{"style":2343},[7561],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7563,"children":7564},{"style":2371},[7565],{"type":48,"value":7566},"company-chip target",{"type":42,"tag":2336,"props":7568,"children":7569},{"style":2343},[7570],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7572,"children":7573},{"style":2343},[7574],{"type":48,"value":2423},{"type":42,"tag":2336,"props":7576,"children":7577},{"style":2426},[7578],{"type":48,"value":2732},{"type":42,"tag":2336,"props":7580,"children":7581},{"style":2343},[7582],{"type":48,"value":2433},{"type":42,"tag":2336,"props":7584,"children":7585},{"style":2349},[7586],{"type":48,"value":2336},{"type":42,"tag":2336,"props":7588,"children":7589},{"style":2343},[7590],{"type":48,"value":2383},{"type":42,"tag":2336,"props":7592,"children":7593},{"class":2338,"line":2386},[7594,7598,7602,7606,7610,7614,7619,7623,7627,7632,7636,7640],{"type":42,"tag":2336,"props":7595,"children":7596},{"style":2343},[7597],{"type":48,"value":2346},{"type":42,"tag":2336,"props":7599,"children":7600},{"style":2349},[7601],{"type":48,"value":2336},{"type":42,"tag":2336,"props":7603,"children":7604},{"style":2355},[7605],{"type":48,"value":2401},{"type":42,"tag":2336,"props":7607,"children":7608},{"style":2343},[7609],{"type":48,"value":2363},{"type":42,"tag":2336,"props":7611,"children":7612},{"style":2343},[7613],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7615,"children":7616},{"style":2371},[7617],{"type":48,"value":7618},"company-chip",{"type":42,"tag":2336,"props":7620,"children":7621},{"style":2343},[7622],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7624,"children":7625},{"style":2343},[7626],{"type":48,"value":2423},{"type":42,"tag":2336,"props":7628,"children":7629},{"style":2426},[7630],{"type":48,"value":7631},"Peer One",{"type":42,"tag":2336,"props":7633,"children":7634},{"style":2343},[7635],{"type":48,"value":2433},{"type":42,"tag":2336,"props":7637,"children":7638},{"style":2349},[7639],{"type":48,"value":2336},{"type":42,"tag":2336,"props":7641,"children":7642},{"style":2343},[7643],{"type":48,"value":2383},{"type":42,"tag":2336,"props":7645,"children":7646},{"class":2338,"line":2444},[7647,7651,7655,7659,7663,7667,7671,7675,7679,7684,7688,7692],{"type":42,"tag":2336,"props":7648,"children":7649},{"style":2343},[7650],{"type":48,"value":2346},{"type":42,"tag":2336,"props":7652,"children":7653},{"style":2349},[7654],{"type":48,"value":2336},{"type":42,"tag":2336,"props":7656,"children":7657},{"style":2355},[7658],{"type":48,"value":2401},{"type":42,"tag":2336,"props":7660,"children":7661},{"style":2343},[7662],{"type":48,"value":2363},{"type":42,"tag":2336,"props":7664,"children":7665},{"style":2343},[7666],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7668,"children":7669},{"style":2371},[7670],{"type":48,"value":7618},{"type":42,"tag":2336,"props":7672,"children":7673},{"style":2343},[7674],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7676,"children":7677},{"style":2343},[7678],{"type":48,"value":2423},{"type":42,"tag":2336,"props":7680,"children":7681},{"style":2426},[7682],{"type":48,"value":7683},"Peer Two",{"type":42,"tag":2336,"props":7685,"children":7686},{"style":2343},[7687],{"type":48,"value":2433},{"type":42,"tag":2336,"props":7689,"children":7690},{"style":2349},[7691],{"type":48,"value":2336},{"type":42,"tag":2336,"props":7693,"children":7694},{"style":2343},[7695],{"type":48,"value":2383},{"type":42,"tag":2336,"props":7697,"children":7698},{"class":2338,"line":2454},[7699,7703,7707,7711,7715,7719,7723,7727,7731,7736,7740,7744],{"type":42,"tag":2336,"props":7700,"children":7701},{"style":2343},[7702],{"type":48,"value":2346},{"type":42,"tag":2336,"props":7704,"children":7705},{"style":2349},[7706],{"type":48,"value":2336},{"type":42,"tag":2336,"props":7708,"children":7709},{"style":2355},[7710],{"type":48,"value":2401},{"type":42,"tag":2336,"props":7712,"children":7713},{"style":2343},[7714],{"type":48,"value":2363},{"type":42,"tag":2336,"props":7716,"children":7717},{"style":2343},[7718],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7720,"children":7721},{"style":2371},[7722],{"type":48,"value":7618},{"type":42,"tag":2336,"props":7724,"children":7725},{"style":2343},[7726],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7728,"children":7729},{"style":2343},[7730],{"type":48,"value":2423},{"type":42,"tag":2336,"props":7732,"children":7733},{"style":2426},[7734],{"type":48,"value":7735},"Peer Three",{"type":42,"tag":2336,"props":7737,"children":7738},{"style":2343},[7739],{"type":48,"value":2433},{"type":42,"tag":2336,"props":7741,"children":7742},{"style":2349},[7743],{"type":48,"value":2336},{"type":42,"tag":2336,"props":7745,"children":7746},{"style":2343},[7747],{"type":48,"value":2383},{"type":42,"tag":51,"props":7749,"children":7750},{},[7751,7756,7757,7762],{"type":42,"tag":71,"props":7752,"children":7753},{},[7754],{"type":48,"value":7755},"ESG table row",{"type":48,"value":4335},{"type":42,"tag":57,"props":7758,"children":7760},{"className":7759},[],[7761],{"type":48,"value":6295},{"type":48,"value":2324},{"type":42,"tag":2326,"props":7764,"children":7766},{"className":2328,"code":7765,"language":21,"meta":2330,"style":2330},"\u003Ctr>\n  \u003Ctd class=\"company-name\">Target Co\u003C\u002Ftd>\n  \u003Ctd>CIS-3\u003C\u002Ftd>\n  \u003Ctd>E-4\u003C\u002Ftd>\n  \u003Ctd>S-3\u003C\u002Ftd>\n  \u003Ctd>G-2\u003C\u002Ftd>\n\u003C\u002Ftr>\n",[7767],{"type":42,"tag":57,"props":7768,"children":7769},{"__ignoreMap":2330},[7770,7785,7836,7868,7900,7932,7964],{"type":42,"tag":2336,"props":7771,"children":7772},{"class":2338,"line":2339},[7773,7777,7781],{"type":42,"tag":2336,"props":7774,"children":7775},{"style":2343},[7776],{"type":48,"value":2346},{"type":42,"tag":2336,"props":7778,"children":7779},{"style":2349},[7780],{"type":48,"value":1057},{"type":42,"tag":2336,"props":7782,"children":7783},{"style":2343},[7784],{"type":48,"value":2383},{"type":42,"tag":2336,"props":7786,"children":7787},{"class":2338,"line":2386},[7788,7792,7796,7800,7804,7808,7812,7816,7820,7824,7828,7832],{"type":42,"tag":2336,"props":7789,"children":7790},{"style":2343},[7791],{"type":48,"value":2392},{"type":42,"tag":2336,"props":7793,"children":7794},{"style":2349},[7795],{"type":48,"value":1079},{"type":42,"tag":2336,"props":7797,"children":7798},{"style":2355},[7799],{"type":48,"value":2401},{"type":42,"tag":2336,"props":7801,"children":7802},{"style":2343},[7803],{"type":48,"value":2363},{"type":42,"tag":2336,"props":7805,"children":7806},{"style":2343},[7807],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7809,"children":7810},{"style":2371},[7811],{"type":48,"value":7048},{"type":42,"tag":2336,"props":7813,"children":7814},{"style":2343},[7815],{"type":48,"value":2368},{"type":42,"tag":2336,"props":7817,"children":7818},{"style":2343},[7819],{"type":48,"value":2423},{"type":42,"tag":2336,"props":7821,"children":7822},{"style":2426},[7823],{"type":48,"value":2732},{"type":42,"tag":2336,"props":7825,"children":7826},{"style":2343},[7827],{"type":48,"value":2433},{"type":42,"tag":2336,"props":7829,"children":7830},{"style":2349},[7831],{"type":48,"value":1079},{"type":42,"tag":2336,"props":7833,"children":7834},{"style":2343},[7835],{"type":48,"value":2383},{"type":42,"tag":2336,"props":7837,"children":7838},{"class":2338,"line":2444},[7839,7843,7847,7851,7856,7860,7864],{"type":42,"tag":2336,"props":7840,"children":7841},{"style":2343},[7842],{"type":48,"value":2392},{"type":42,"tag":2336,"props":7844,"children":7845},{"style":2349},[7846],{"type":48,"value":1079},{"type":42,"tag":2336,"props":7848,"children":7849},{"style":2343},[7850],{"type":48,"value":2423},{"type":42,"tag":2336,"props":7852,"children":7853},{"style":2426},[7854],{"type":48,"value":7855},"CIS-3",{"type":42,"tag":2336,"props":7857,"children":7858},{"style":2343},[7859],{"type":48,"value":2433},{"type":42,"tag":2336,"props":7861,"children":7862},{"style":2349},[7863],{"type":48,"value":1079},{"type":42,"tag":2336,"props":7865,"children":7866},{"style":2343},[7867],{"type":48,"value":2383},{"type":42,"tag":2336,"props":7869,"children":7870},{"class":2338,"line":2454},[7871,7875,7879,7883,7888,7892,7896],{"type":42,"tag":2336,"props":7872,"children":7873},{"style":2343},[7874],{"type":48,"value":2392},{"type":42,"tag":2336,"props":7876,"children":7877},{"style":2349},[7878],{"type":48,"value":1079},{"type":42,"tag":2336,"props":7880,"children":7881},{"style":2343},[7882],{"type":48,"value":2423},{"type":42,"tag":2336,"props":7884,"children":7885},{"style":2426},[7886],{"type":48,"value":7887},"E-4",{"type":42,"tag":2336,"props":7889,"children":7890},{"style":2343},[7891],{"type":48,"value":2433},{"type":42,"tag":2336,"props":7893,"children":7894},{"style":2349},[7895],{"type":48,"value":1079},{"type":42,"tag":2336,"props":7897,"children":7898},{"style":2343},[7899],{"type":48,"value":2383},{"type":42,"tag":2336,"props":7901,"children":7902},{"class":2338,"line":2490},[7903,7907,7911,7915,7920,7924,7928],{"type":42,"tag":2336,"props":7904,"children":7905},{"style":2343},[7906],{"type":48,"value":2392},{"type":42,"tag":2336,"props":7908,"children":7909},{"style":2349},[7910],{"type":48,"value":1079},{"type":42,"tag":2336,"props":7912,"children":7913},{"style":2343},[7914],{"type":48,"value":2423},{"type":42,"tag":2336,"props":7916,"children":7917},{"style":2426},[7918],{"type":48,"value":7919},"S-3",{"type":42,"tag":2336,"props":7921,"children":7922},{"style":2343},[7923],{"type":48,"value":2433},{"type":42,"tag":2336,"props":7925,"children":7926},{"style":2349},[7927],{"type":48,"value":1079},{"type":42,"tag":2336,"props":7929,"children":7930},{"style":2343},[7931],{"type":48,"value":2383},{"type":42,"tag":2336,"props":7933,"children":7934},{"class":2338,"line":2545},[7935,7939,7943,7947,7952,7956,7960],{"type":42,"tag":2336,"props":7936,"children":7937},{"style":2343},[7938],{"type":48,"value":2392},{"type":42,"tag":2336,"props":7940,"children":7941},{"style":2349},[7942],{"type":48,"value":1079},{"type":42,"tag":2336,"props":7944,"children":7945},{"style":2343},[7946],{"type":48,"value":2423},{"type":42,"tag":2336,"props":7948,"children":7949},{"style":2426},[7950],{"type":48,"value":7951},"G-2",{"type":42,"tag":2336,"props":7953,"children":7954},{"style":2343},[7955],{"type":48,"value":2433},{"type":42,"tag":2336,"props":7957,"children":7958},{"style":2349},[7959],{"type":48,"value":1079},{"type":42,"tag":2336,"props":7961,"children":7962},{"style":2343},[7963],{"type":48,"value":2383},{"type":42,"tag":2336,"props":7965,"children":7966},{"class":2338,"line":2598},[7967,7971,7975],{"type":42,"tag":2336,"props":7968,"children":7969},{"style":2343},[7970],{"type":48,"value":2433},{"type":42,"tag":2336,"props":7972,"children":7973},{"style":2349},[7974],{"type":48,"value":1057},{"type":42,"tag":2336,"props":7976,"children":7977},{"style":2343},[7978],{"type":48,"value":2383},{"type":42,"tag":51,"props":7980,"children":7981},{},[7982,7987],{"type":42,"tag":71,"props":7983,"children":7984},{},[7985],{"type":48,"value":7986},"Credit Drivers — per-cell write",{"type":48,"value":7988}," (repeat for each of the 20 body cells):",{"type":42,"tag":2326,"props":7990,"children":7992},{"className":2328,"code":7991,"language":21,"meta":2330,"style":2330},"Leverage sustained below 2.5x Debt\u002FEBITDA, EBITA margin above 7%, and sustained positive free cash flow after dividends \u003Ca href=\"https:\u002F\u002Fexample.com\u002Fcredit-opinion-target\" target=\"_blank\" class=\"cite-ref\">[1]\u003C\u002Fa>.\n",[7993],{"type":42,"tag":57,"props":7994,"children":7995},{"__ignoreMap":2330},[7996],{"type":42,"tag":2336,"props":7997,"children":7998},{"class":2338,"line":2339},[7999,8004,8008,8012,8016,8020,8024,8028,8032,8036,8040,8044,8048,8052,8056,8060,8064,8068,8072,8076,8080,8084,8088,8092],{"type":42,"tag":2336,"props":8000,"children":8001},{"style":2426},[8002],{"type":48,"value":8003},"Leverage sustained below 2.5x Debt\u002FEBITDA, EBITA margin above 7%, and sustained positive free cash flow after dividends ",{"type":42,"tag":2336,"props":8005,"children":8006},{"style":2343},[8007],{"type":48,"value":2346},{"type":42,"tag":2336,"props":8009,"children":8010},{"style":2349},[8011],{"type":48,"value":327},{"type":42,"tag":2336,"props":8013,"children":8014},{"style":2355},[8015],{"type":48,"value":7105},{"type":42,"tag":2336,"props":8017,"children":8018},{"style":2343},[8019],{"type":48,"value":2363},{"type":42,"tag":2336,"props":8021,"children":8022},{"style":2343},[8023],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8025,"children":8026},{"style":2371},[8027],{"type":48,"value":7118},{"type":42,"tag":2336,"props":8029,"children":8030},{"style":2343},[8031],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8033,"children":8034},{"style":2355},[8035],{"type":48,"value":7127},{"type":42,"tag":2336,"props":8037,"children":8038},{"style":2343},[8039],{"type":48,"value":2363},{"type":42,"tag":2336,"props":8041,"children":8042},{"style":2343},[8043],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8045,"children":8046},{"style":2371},[8047],{"type":48,"value":7140},{"type":42,"tag":2336,"props":8049,"children":8050},{"style":2343},[8051],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8053,"children":8054},{"style":2355},[8055],{"type":48,"value":2401},{"type":42,"tag":2336,"props":8057,"children":8058},{"style":2343},[8059],{"type":48,"value":2363},{"type":42,"tag":2336,"props":8061,"children":8062},{"style":2343},[8063],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8065,"children":8066},{"style":2371},[8067],{"type":48,"value":7161},{"type":42,"tag":2336,"props":8069,"children":8070},{"style":2343},[8071],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8073,"children":8074},{"style":2343},[8075],{"type":48,"value":2423},{"type":42,"tag":2336,"props":8077,"children":8078},{"style":2426},[8079],{"type":48,"value":7174},{"type":42,"tag":2336,"props":8081,"children":8082},{"style":2343},[8083],{"type":48,"value":2433},{"type":42,"tag":2336,"props":8085,"children":8086},{"style":2349},[8087],{"type":48,"value":327},{"type":42,"tag":2336,"props":8089,"children":8090},{"style":2343},[8091],{"type":48,"value":2423},{"type":42,"tag":2336,"props":8093,"children":8094},{"style":2426},[8095],{"type":48,"value":8096},".\n",{"type":42,"tag":51,"props":8098,"children":8099},{},[8100,8105,8107,8112,8114,8119,8120,8125],{"type":42,"tag":71,"props":8101,"children":8102},{},[8103],{"type":48,"value":8104},"Conclusion paragraph",{"type":48,"value":8106}," (inside ",{"type":42,"tag":57,"props":8108,"children":8110},{"className":8109},[],[8111],{"type":48,"value":4482},{"type":48,"value":8113},", same inline-citation pattern applies to\n",{"type":42,"tag":57,"props":8115,"children":8117},{"className":8116},[],[8118],{"type":48,"value":6262},{"type":48,"value":490},{"type":42,"tag":57,"props":8121,"children":8123},{"className":8122},[],[8124],{"type":48,"value":6333},{"type":48,"value":2324},{"type":42,"tag":2326,"props":8127,"children":8129},{"className":2328,"code":8128,"language":21,"meta":2330,"style":2330},"\u003Cp>On pure quantitative credit metrics, Target Co stands out decisively: Debt\u002FEBITDA of 0.7x and EBITA\u002FInterest of 27x are in line with the strongest-scoring peers, while its scale advantage (LTM revenue of $294B vs. $61B and $23B for the peer set) and FCF\u002FDebt of 41% add a differentiation layer the others cannot match \u003Ca href=\"https:\u002F\u002Fexample.com\u002Fcredit-opinion-target\" target=\"_blank\" class=\"cite-ref\">[1]\u003C\u002Fa>\u003Ca href=\"https:\u002F\u002Fexample.com\u002Fpeer-ratings\" target=\"_blank\" class=\"cite-ref\">[2]\u003C\u002Fa>.\u003C\u002Fp>\n",[8130],{"type":42,"tag":57,"props":8131,"children":8132},{"__ignoreMap":2330},[8133],{"type":42,"tag":2336,"props":8134,"children":8135},{"class":2338,"line":2339},[8136,8140,8144,8148,8153,8157,8161,8165,8169,8173,8177,8181,8185,8189,8193,8197,8201,8205,8209,8213,8217,8221,8225,8229,8233,8237,8241,8245,8249,8253,8257,8262,8266,8270,8274,8278,8282,8286,8290,8294,8298,8302,8306,8310,8314,8318,8322,8326,8330,8334,8338],{"type":42,"tag":2336,"props":8137,"children":8138},{"style":2343},[8139],{"type":48,"value":2346},{"type":42,"tag":2336,"props":8141,"children":8142},{"style":2349},[8143],{"type":48,"value":51},{"type":42,"tag":2336,"props":8145,"children":8146},{"style":2343},[8147],{"type":48,"value":2423},{"type":42,"tag":2336,"props":8149,"children":8150},{"style":2426},[8151],{"type":48,"value":8152},"On pure quantitative credit metrics, Target Co stands out decisively: Debt\u002FEBITDA of 0.7x and EBITA\u002FInterest of 27x are in line with the strongest-scoring peers, while its scale advantage (LTM revenue of $294B vs. $61B and $23B for the peer set) and FCF\u002FDebt of 41% add a differentiation layer the others cannot match ",{"type":42,"tag":2336,"props":8154,"children":8155},{"style":2343},[8156],{"type":48,"value":2346},{"type":42,"tag":2336,"props":8158,"children":8159},{"style":2349},[8160],{"type":48,"value":327},{"type":42,"tag":2336,"props":8162,"children":8163},{"style":2355},[8164],{"type":48,"value":7105},{"type":42,"tag":2336,"props":8166,"children":8167},{"style":2343},[8168],{"type":48,"value":2363},{"type":42,"tag":2336,"props":8170,"children":8171},{"style":2343},[8172],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8174,"children":8175},{"style":2371},[8176],{"type":48,"value":7118},{"type":42,"tag":2336,"props":8178,"children":8179},{"style":2343},[8180],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8182,"children":8183},{"style":2355},[8184],{"type":48,"value":7127},{"type":42,"tag":2336,"props":8186,"children":8187},{"style":2343},[8188],{"type":48,"value":2363},{"type":42,"tag":2336,"props":8190,"children":8191},{"style":2343},[8192],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8194,"children":8195},{"style":2371},[8196],{"type":48,"value":7140},{"type":42,"tag":2336,"props":8198,"children":8199},{"style":2343},[8200],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8202,"children":8203},{"style":2355},[8204],{"type":48,"value":2401},{"type":42,"tag":2336,"props":8206,"children":8207},{"style":2343},[8208],{"type":48,"value":2363},{"type":42,"tag":2336,"props":8210,"children":8211},{"style":2343},[8212],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8214,"children":8215},{"style":2371},[8216],{"type":48,"value":7161},{"type":42,"tag":2336,"props":8218,"children":8219},{"style":2343},[8220],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8222,"children":8223},{"style":2343},[8224],{"type":48,"value":2423},{"type":42,"tag":2336,"props":8226,"children":8227},{"style":2426},[8228],{"type":48,"value":7174},{"type":42,"tag":2336,"props":8230,"children":8231},{"style":2343},[8232],{"type":48,"value":2433},{"type":42,"tag":2336,"props":8234,"children":8235},{"style":2349},[8236],{"type":48,"value":327},{"type":42,"tag":2336,"props":8238,"children":8239},{"style":2343},[8240],{"type":48,"value":2854},{"type":42,"tag":2336,"props":8242,"children":8243},{"style":2349},[8244],{"type":48,"value":327},{"type":42,"tag":2336,"props":8246,"children":8247},{"style":2355},[8248],{"type":48,"value":7105},{"type":42,"tag":2336,"props":8250,"children":8251},{"style":2343},[8252],{"type":48,"value":2363},{"type":42,"tag":2336,"props":8254,"children":8255},{"style":2343},[8256],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8258,"children":8259},{"style":2371},[8260],{"type":48,"value":8261},"https:\u002F\u002Fexample.com\u002Fpeer-ratings",{"type":42,"tag":2336,"props":8263,"children":8264},{"style":2343},[8265],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8267,"children":8268},{"style":2355},[8269],{"type":48,"value":7127},{"type":42,"tag":2336,"props":8271,"children":8272},{"style":2343},[8273],{"type":48,"value":2363},{"type":42,"tag":2336,"props":8275,"children":8276},{"style":2343},[8277],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8279,"children":8280},{"style":2371},[8281],{"type":48,"value":7140},{"type":42,"tag":2336,"props":8283,"children":8284},{"style":2343},[8285],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8287,"children":8288},{"style":2355},[8289],{"type":48,"value":2401},{"type":42,"tag":2336,"props":8291,"children":8292},{"style":2343},[8293],{"type":48,"value":2363},{"type":42,"tag":2336,"props":8295,"children":8296},{"style":2343},[8297],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8299,"children":8300},{"style":2371},[8301],{"type":48,"value":7161},{"type":42,"tag":2336,"props":8303,"children":8304},{"style":2343},[8305],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8307,"children":8308},{"style":2343},[8309],{"type":48,"value":2423},{"type":42,"tag":2336,"props":8311,"children":8312},{"style":2426},[8313],{"type":48,"value":7269},{"type":42,"tag":2336,"props":8315,"children":8316},{"style":2343},[8317],{"type":48,"value":2433},{"type":42,"tag":2336,"props":8319,"children":8320},{"style":2349},[8321],{"type":48,"value":327},{"type":42,"tag":2336,"props":8323,"children":8324},{"style":2343},[8325],{"type":48,"value":2423},{"type":42,"tag":2336,"props":8327,"children":8328},{"style":2426},[8329],{"type":48,"value":824},{"type":42,"tag":2336,"props":8331,"children":8332},{"style":2343},[8333],{"type":48,"value":2433},{"type":42,"tag":2336,"props":8335,"children":8336},{"style":2349},[8337],{"type":48,"value":51},{"type":42,"tag":2336,"props":8339,"children":8340},{"style":2343},[8341],{"type":48,"value":2383},{"type":42,"tag":51,"props":8343,"children":8344},{},[8345,8350,8352,8357,8359,8365,8367,8373],{"type":42,"tag":71,"props":8346,"children":8347},{},[8348],{"type":48,"value":8349},"Key Indicators — single row",{"type":48,"value":8351}," (emit the full ",{"type":42,"tag":57,"props":8353,"children":8355},{"className":8354},[],[8356],{"type":48,"value":1645},{"type":48,"value":8358}," for each company inside the\n",{"type":42,"tag":57,"props":8360,"children":8362},{"className":8361},[],[8363],{"type":48,"value":8364},"#pa-key-indicators",{"type":48,"value":8366}," table, keeping the per-cell ",{"type":42,"tag":57,"props":8368,"children":8370},{"className":8369},[],[8371],{"type":48,"value":8372},"id",{"type":48,"value":8374}," attributes intact):",{"type":42,"tag":2326,"props":8376,"children":8378},{"className":2328,"code":8377,"language":21,"meta":2330,"style":2330},"\u003Ctr>\n  \u003Ctd id=\"pa-ki-r1-company\">Target Co\u003C\u002Ftd>\n  \u003Ctd id=\"pa-ki-r1-v1\">LTM (30 Sep 2025)\u003C\u002Ftd>\n  \u003Ctd id=\"pa-ki-r1-v2\">180.2B\u003C\u002Ftd>\n  \u003Ctd id=\"pa-ki-r1-v3\">155.6B\u003C\u002Ftd>\n  \u003Ctd id=\"pa-ki-r1-v4\">7.8B\u003C\u002Ftd>\n  \u003Ctd id=\"pa-ki-r1-v5\">4.33%\u003C\u002Ftd>\n  \u003Ctd id=\"pa-ki-r1-v6\">13.1B\u003C\u002Ftd>\n  \u003Ctd id=\"pa-ki-r1-v7\">11.88x\u003C\u002Ftd>\n  \u003Ctd id=\"pa-ki-r1-v8\">3.62x\u003C\u002Ftd>\n  \u003Ctd id=\"pa-ki-r1-v9\">136.0B\u003C\u002Ftd>\n  \u003Ctd id=\"pa-ki-r1-v10\">18.5%\u003C\u002Ftd>\n\u003C\u002Ftr>\n",[8379],{"type":42,"tag":57,"props":8380,"children":8381},{"__ignoreMap":2330},[8382,8397,8449,8502,8555,8608,8661,8714,8767,8820,8873,8926,8979],{"type":42,"tag":2336,"props":8383,"children":8384},{"class":2338,"line":2339},[8385,8389,8393],{"type":42,"tag":2336,"props":8386,"children":8387},{"style":2343},[8388],{"type":48,"value":2346},{"type":42,"tag":2336,"props":8390,"children":8391},{"style":2349},[8392],{"type":48,"value":1057},{"type":42,"tag":2336,"props":8394,"children":8395},{"style":2343},[8396],{"type":48,"value":2383},{"type":42,"tag":2336,"props":8398,"children":8399},{"class":2338,"line":2386},[8400,8404,8408,8412,8416,8420,8425,8429,8433,8437,8441,8445],{"type":42,"tag":2336,"props":8401,"children":8402},{"style":2343},[8403],{"type":48,"value":2392},{"type":42,"tag":2336,"props":8405,"children":8406},{"style":2349},[8407],{"type":48,"value":1079},{"type":42,"tag":2336,"props":8409,"children":8410},{"style":2355},[8411],{"type":48,"value":2358},{"type":42,"tag":2336,"props":8413,"children":8414},{"style":2343},[8415],{"type":48,"value":2363},{"type":42,"tag":2336,"props":8417,"children":8418},{"style":2343},[8419],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8421,"children":8422},{"style":2371},[8423],{"type":48,"value":8424},"pa-ki-r1-company",{"type":42,"tag":2336,"props":8426,"children":8427},{"style":2343},[8428],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8430,"children":8431},{"style":2343},[8432],{"type":48,"value":2423},{"type":42,"tag":2336,"props":8434,"children":8435},{"style":2426},[8436],{"type":48,"value":2732},{"type":42,"tag":2336,"props":8438,"children":8439},{"style":2343},[8440],{"type":48,"value":2433},{"type":42,"tag":2336,"props":8442,"children":8443},{"style":2349},[8444],{"type":48,"value":1079},{"type":42,"tag":2336,"props":8446,"children":8447},{"style":2343},[8448],{"type":48,"value":2383},{"type":42,"tag":2336,"props":8450,"children":8451},{"class":2338,"line":2444},[8452,8456,8460,8464,8468,8472,8477,8481,8485,8490,8494,8498],{"type":42,"tag":2336,"props":8453,"children":8454},{"style":2343},[8455],{"type":48,"value":2392},{"type":42,"tag":2336,"props":8457,"children":8458},{"style":2349},[8459],{"type":48,"value":1079},{"type":42,"tag":2336,"props":8461,"children":8462},{"style":2355},[8463],{"type":48,"value":2358},{"type":42,"tag":2336,"props":8465,"children":8466},{"style":2343},[8467],{"type":48,"value":2363},{"type":42,"tag":2336,"props":8469,"children":8470},{"style":2343},[8471],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8473,"children":8474},{"style":2371},[8475],{"type":48,"value":8476},"pa-ki-r1-v1",{"type":42,"tag":2336,"props":8478,"children":8479},{"style":2343},[8480],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8482,"children":8483},{"style":2343},[8484],{"type":48,"value":2423},{"type":42,"tag":2336,"props":8486,"children":8487},{"style":2426},[8488],{"type":48,"value":8489},"LTM (30 Sep 2025)",{"type":42,"tag":2336,"props":8491,"children":8492},{"style":2343},[8493],{"type":48,"value":2433},{"type":42,"tag":2336,"props":8495,"children":8496},{"style":2349},[8497],{"type":48,"value":1079},{"type":42,"tag":2336,"props":8499,"children":8500},{"style":2343},[8501],{"type":48,"value":2383},{"type":42,"tag":2336,"props":8503,"children":8504},{"class":2338,"line":2454},[8505,8509,8513,8517,8521,8525,8530,8534,8538,8543,8547,8551],{"type":42,"tag":2336,"props":8506,"children":8507},{"style":2343},[8508],{"type":48,"value":2392},{"type":42,"tag":2336,"props":8510,"children":8511},{"style":2349},[8512],{"type":48,"value":1079},{"type":42,"tag":2336,"props":8514,"children":8515},{"style":2355},[8516],{"type":48,"value":2358},{"type":42,"tag":2336,"props":8518,"children":8519},{"style":2343},[8520],{"type":48,"value":2363},{"type":42,"tag":2336,"props":8522,"children":8523},{"style":2343},[8524],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8526,"children":8527},{"style":2371},[8528],{"type":48,"value":8529},"pa-ki-r1-v2",{"type":42,"tag":2336,"props":8531,"children":8532},{"style":2343},[8533],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8535,"children":8536},{"style":2343},[8537],{"type":48,"value":2423},{"type":42,"tag":2336,"props":8539,"children":8540},{"style":2426},[8541],{"type":48,"value":8542},"180.2B",{"type":42,"tag":2336,"props":8544,"children":8545},{"style":2343},[8546],{"type":48,"value":2433},{"type":42,"tag":2336,"props":8548,"children":8549},{"style":2349},[8550],{"type":48,"value":1079},{"type":42,"tag":2336,"props":8552,"children":8553},{"style":2343},[8554],{"type":48,"value":2383},{"type":42,"tag":2336,"props":8556,"children":8557},{"class":2338,"line":2490},[8558,8562,8566,8570,8574,8578,8583,8587,8591,8596,8600,8604],{"type":42,"tag":2336,"props":8559,"children":8560},{"style":2343},[8561],{"type":48,"value":2392},{"type":42,"tag":2336,"props":8563,"children":8564},{"style":2349},[8565],{"type":48,"value":1079},{"type":42,"tag":2336,"props":8567,"children":8568},{"style":2355},[8569],{"type":48,"value":2358},{"type":42,"tag":2336,"props":8571,"children":8572},{"style":2343},[8573],{"type":48,"value":2363},{"type":42,"tag":2336,"props":8575,"children":8576},{"style":2343},[8577],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8579,"children":8580},{"style":2371},[8581],{"type":48,"value":8582},"pa-ki-r1-v3",{"type":42,"tag":2336,"props":8584,"children":8585},{"style":2343},[8586],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8588,"children":8589},{"style":2343},[8590],{"type":48,"value":2423},{"type":42,"tag":2336,"props":8592,"children":8593},{"style":2426},[8594],{"type":48,"value":8595},"155.6B",{"type":42,"tag":2336,"props":8597,"children":8598},{"style":2343},[8599],{"type":48,"value":2433},{"type":42,"tag":2336,"props":8601,"children":8602},{"style":2349},[8603],{"type":48,"value":1079},{"type":42,"tag":2336,"props":8605,"children":8606},{"style":2343},[8607],{"type":48,"value":2383},{"type":42,"tag":2336,"props":8609,"children":8610},{"class":2338,"line":2545},[8611,8615,8619,8623,8627,8631,8636,8640,8644,8649,8653,8657],{"type":42,"tag":2336,"props":8612,"children":8613},{"style":2343},[8614],{"type":48,"value":2392},{"type":42,"tag":2336,"props":8616,"children":8617},{"style":2349},[8618],{"type":48,"value":1079},{"type":42,"tag":2336,"props":8620,"children":8621},{"style":2355},[8622],{"type":48,"value":2358},{"type":42,"tag":2336,"props":8624,"children":8625},{"style":2343},[8626],{"type":48,"value":2363},{"type":42,"tag":2336,"props":8628,"children":8629},{"style":2343},[8630],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8632,"children":8633},{"style":2371},[8634],{"type":48,"value":8635},"pa-ki-r1-v4",{"type":42,"tag":2336,"props":8637,"children":8638},{"style":2343},[8639],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8641,"children":8642},{"style":2343},[8643],{"type":48,"value":2423},{"type":42,"tag":2336,"props":8645,"children":8646},{"style":2426},[8647],{"type":48,"value":8648},"7.8B",{"type":42,"tag":2336,"props":8650,"children":8651},{"style":2343},[8652],{"type":48,"value":2433},{"type":42,"tag":2336,"props":8654,"children":8655},{"style":2349},[8656],{"type":48,"value":1079},{"type":42,"tag":2336,"props":8658,"children":8659},{"style":2343},[8660],{"type":48,"value":2383},{"type":42,"tag":2336,"props":8662,"children":8663},{"class":2338,"line":2598},[8664,8668,8672,8676,8680,8684,8689,8693,8697,8702,8706,8710],{"type":42,"tag":2336,"props":8665,"children":8666},{"style":2343},[8667],{"type":48,"value":2392},{"type":42,"tag":2336,"props":8669,"children":8670},{"style":2349},[8671],{"type":48,"value":1079},{"type":42,"tag":2336,"props":8673,"children":8674},{"style":2355},[8675],{"type":48,"value":2358},{"type":42,"tag":2336,"props":8677,"children":8678},{"style":2343},[8679],{"type":48,"value":2363},{"type":42,"tag":2336,"props":8681,"children":8682},{"style":2343},[8683],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8685,"children":8686},{"style":2371},[8687],{"type":48,"value":8688},"pa-ki-r1-v5",{"type":42,"tag":2336,"props":8690,"children":8691},{"style":2343},[8692],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8694,"children":8695},{"style":2343},[8696],{"type":48,"value":2423},{"type":42,"tag":2336,"props":8698,"children":8699},{"style":2426},[8700],{"type":48,"value":8701},"4.33%",{"type":42,"tag":2336,"props":8703,"children":8704},{"style":2343},[8705],{"type":48,"value":2433},{"type":42,"tag":2336,"props":8707,"children":8708},{"style":2349},[8709],{"type":48,"value":1079},{"type":42,"tag":2336,"props":8711,"children":8712},{"style":2343},[8713],{"type":48,"value":2383},{"type":42,"tag":2336,"props":8715,"children":8716},{"class":2338,"line":2635},[8717,8721,8725,8729,8733,8737,8742,8746,8750,8755,8759,8763],{"type":42,"tag":2336,"props":8718,"children":8719},{"style":2343},[8720],{"type":48,"value":2392},{"type":42,"tag":2336,"props":8722,"children":8723},{"style":2349},[8724],{"type":48,"value":1079},{"type":42,"tag":2336,"props":8726,"children":8727},{"style":2355},[8728],{"type":48,"value":2358},{"type":42,"tag":2336,"props":8730,"children":8731},{"style":2343},[8732],{"type":48,"value":2363},{"type":42,"tag":2336,"props":8734,"children":8735},{"style":2343},[8736],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8738,"children":8739},{"style":2371},[8740],{"type":48,"value":8741},"pa-ki-r1-v6",{"type":42,"tag":2336,"props":8743,"children":8744},{"style":2343},[8745],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8747,"children":8748},{"style":2343},[8749],{"type":48,"value":2423},{"type":42,"tag":2336,"props":8751,"children":8752},{"style":2426},[8753],{"type":48,"value":8754},"13.1B",{"type":42,"tag":2336,"props":8756,"children":8757},{"style":2343},[8758],{"type":48,"value":2433},{"type":42,"tag":2336,"props":8760,"children":8761},{"style":2349},[8762],{"type":48,"value":1079},{"type":42,"tag":2336,"props":8764,"children":8765},{"style":2343},[8766],{"type":48,"value":2383},{"type":42,"tag":2336,"props":8768,"children":8769},{"class":2338,"line":2645},[8770,8774,8778,8782,8786,8790,8795,8799,8803,8808,8812,8816],{"type":42,"tag":2336,"props":8771,"children":8772},{"style":2343},[8773],{"type":48,"value":2392},{"type":42,"tag":2336,"props":8775,"children":8776},{"style":2349},[8777],{"type":48,"value":1079},{"type":42,"tag":2336,"props":8779,"children":8780},{"style":2355},[8781],{"type":48,"value":2358},{"type":42,"tag":2336,"props":8783,"children":8784},{"style":2343},[8785],{"type":48,"value":2363},{"type":42,"tag":2336,"props":8787,"children":8788},{"style":2343},[8789],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8791,"children":8792},{"style":2371},[8793],{"type":48,"value":8794},"pa-ki-r1-v7",{"type":42,"tag":2336,"props":8796,"children":8797},{"style":2343},[8798],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8800,"children":8801},{"style":2343},[8802],{"type":48,"value":2423},{"type":42,"tag":2336,"props":8804,"children":8805},{"style":2426},[8806],{"type":48,"value":8807},"11.88x",{"type":42,"tag":2336,"props":8809,"children":8810},{"style":2343},[8811],{"type":48,"value":2433},{"type":42,"tag":2336,"props":8813,"children":8814},{"style":2349},[8815],{"type":48,"value":1079},{"type":42,"tag":2336,"props":8817,"children":8818},{"style":2343},[8819],{"type":48,"value":2383},{"type":42,"tag":2336,"props":8821,"children":8822},{"class":2338,"line":2683},[8823,8827,8831,8835,8839,8843,8848,8852,8856,8861,8865,8869],{"type":42,"tag":2336,"props":8824,"children":8825},{"style":2343},[8826],{"type":48,"value":2392},{"type":42,"tag":2336,"props":8828,"children":8829},{"style":2349},[8830],{"type":48,"value":1079},{"type":42,"tag":2336,"props":8832,"children":8833},{"style":2355},[8834],{"type":48,"value":2358},{"type":42,"tag":2336,"props":8836,"children":8837},{"style":2343},[8838],{"type":48,"value":2363},{"type":42,"tag":2336,"props":8840,"children":8841},{"style":2343},[8842],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8844,"children":8845},{"style":2371},[8846],{"type":48,"value":8847},"pa-ki-r1-v8",{"type":42,"tag":2336,"props":8849,"children":8850},{"style":2343},[8851],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8853,"children":8854},{"style":2343},[8855],{"type":48,"value":2423},{"type":42,"tag":2336,"props":8857,"children":8858},{"style":2426},[8859],{"type":48,"value":8860},"3.62x",{"type":42,"tag":2336,"props":8862,"children":8863},{"style":2343},[8864],{"type":48,"value":2433},{"type":42,"tag":2336,"props":8866,"children":8867},{"style":2349},[8868],{"type":48,"value":1079},{"type":42,"tag":2336,"props":8870,"children":8871},{"style":2343},[8872],{"type":48,"value":2383},{"type":42,"tag":2336,"props":8874,"children":8875},{"class":2338,"line":2759},[8876,8880,8884,8888,8892,8896,8901,8905,8909,8914,8918,8922],{"type":42,"tag":2336,"props":8877,"children":8878},{"style":2343},[8879],{"type":48,"value":2392},{"type":42,"tag":2336,"props":8881,"children":8882},{"style":2349},[8883],{"type":48,"value":1079},{"type":42,"tag":2336,"props":8885,"children":8886},{"style":2355},[8887],{"type":48,"value":2358},{"type":42,"tag":2336,"props":8889,"children":8890},{"style":2343},[8891],{"type":48,"value":2363},{"type":42,"tag":2336,"props":8893,"children":8894},{"style":2343},[8895],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8897,"children":8898},{"style":2371},[8899],{"type":48,"value":8900},"pa-ki-r1-v9",{"type":42,"tag":2336,"props":8902,"children":8903},{"style":2343},[8904],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8906,"children":8907},{"style":2343},[8908],{"type":48,"value":2423},{"type":42,"tag":2336,"props":8910,"children":8911},{"style":2426},[8912],{"type":48,"value":8913},"136.0B",{"type":42,"tag":2336,"props":8915,"children":8916},{"style":2343},[8917],{"type":48,"value":2433},{"type":42,"tag":2336,"props":8919,"children":8920},{"style":2349},[8921],{"type":48,"value":1079},{"type":42,"tag":2336,"props":8923,"children":8924},{"style":2343},[8925],{"type":48,"value":2383},{"type":42,"tag":2336,"props":8927,"children":8928},{"class":2338,"line":2796},[8929,8933,8937,8941,8945,8949,8954,8958,8962,8967,8971,8975],{"type":42,"tag":2336,"props":8930,"children":8931},{"style":2343},[8932],{"type":48,"value":2392},{"type":42,"tag":2336,"props":8934,"children":8935},{"style":2349},[8936],{"type":48,"value":1079},{"type":42,"tag":2336,"props":8938,"children":8939},{"style":2355},[8940],{"type":48,"value":2358},{"type":42,"tag":2336,"props":8942,"children":8943},{"style":2343},[8944],{"type":48,"value":2363},{"type":42,"tag":2336,"props":8946,"children":8947},{"style":2343},[8948],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8950,"children":8951},{"style":2371},[8952],{"type":48,"value":8953},"pa-ki-r1-v10",{"type":42,"tag":2336,"props":8955,"children":8956},{"style":2343},[8957],{"type":48,"value":2368},{"type":42,"tag":2336,"props":8959,"children":8960},{"style":2343},[8961],{"type":48,"value":2423},{"type":42,"tag":2336,"props":8963,"children":8964},{"style":2426},[8965],{"type":48,"value":8966},"18.5%",{"type":42,"tag":2336,"props":8968,"children":8969},{"style":2343},[8970],{"type":48,"value":2433},{"type":42,"tag":2336,"props":8972,"children":8973},{"style":2349},[8974],{"type":48,"value":1079},{"type":42,"tag":2336,"props":8976,"children":8977},{"style":2343},[8978],{"type":48,"value":2383},{"type":42,"tag":2336,"props":8980,"children":8981},{"class":2338,"line":2912},[8982,8986,8990],{"type":42,"tag":2336,"props":8983,"children":8984},{"style":2343},[8985],{"type":48,"value":2433},{"type":42,"tag":2336,"props":8987,"children":8988},{"style":2349},[8989],{"type":48,"value":1057},{"type":42,"tag":2336,"props":8991,"children":8992},{"style":2343},[8993],{"type":48,"value":2383},{"type":42,"tag":51,"props":8995,"children":8996},{},[8997,9002],{"type":42,"tag":71,"props":8998,"children":8999},{},[9000],{"type":48,"value":9001},"Scorecard — per-cell write",{"type":48,"value":9003}," (Current or Forward):",{"type":42,"tag":2326,"props":9005,"children":9007},{"className":2328,"code":9006,"language":21,"meta":2330,"style":2330},"2.7x\n",[9008],{"type":42,"tag":57,"props":9009,"children":9010},{"__ignoreMap":2330},[9011],{"type":42,"tag":2336,"props":9012,"children":9013},{"class":2338,"line":2339},[9014],{"type":42,"tag":2336,"props":9015,"children":9016},{"style":2426},[9017],{"type":48,"value":9006},{"type":42,"tag":51,"props":9019,"children":9020},{},[9021,9026,9027,9032,9033,9038,9039,9044,9046,9051,9052,9057,9059,9063,9065,9070,9072,9077],{"type":42,"tag":71,"props":9022,"children":9023},{},[9024],{"type":48,"value":9025},"Section citations recap",{"type":48,"value":4335},{"type":42,"tag":57,"props":9028,"children":9030},{"className":9029},[],[9031],{"type":48,"value":792},{"type":48,"value":236},{"type":42,"tag":57,"props":9034,"children":9036},{"className":9035},[],[9037],{"type":48,"value":799},{"type":48,"value":236},{"type":42,"tag":57,"props":9040,"children":9042},{"className":9041},[],[9043],{"type":48,"value":807},{"type":48,"value":9045},") and\n",{"type":42,"tag":71,"props":9047,"children":9048},{},[9049],{"type":48,"value":9050},"sources rows",{"type":48,"value":4335},{"type":42,"tag":57,"props":9053,"children":9055},{"className":9054},[],[9056],{"type":48,"value":784},{"type":48,"value":9058},"): see\n",{"type":42,"tag":327,"props":9060,"children":9061},{"href":681},[9062],{"type":48,"value":688},{"type":48,"value":9064}," for the canonical markup.\nReuse the same ",{"type":42,"tag":57,"props":9066,"children":9068},{"className":9067},[],[9069],{"type":48,"value":665},{"type":48,"value":9071}," numbering across inline references, optional recap blocks, and the\nend-of-document Citations block. Never include MCP tool names in ",{"type":42,"tag":57,"props":9073,"children":9075},{"className":9074},[],[9076],{"type":48,"value":822},{"type":48,"value":824},{"type":42,"tag":826,"props":9079,"children":9080},{},[],{"type":42,"tag":91,"props":9082,"children":9084},{"id":9083},"ratings-chart-svg-template",[9085],{"type":48,"value":9086},"Ratings Chart SVG template",{"type":42,"tag":51,"props":9088,"children":9089},{},[9090,9092,9097],{"type":48,"value":9091},"Emit the entire chart as a single HTML string into ",{"type":42,"tag":57,"props":9093,"children":9095},{"className":9094},[],[9096],{"type":48,"value":4655},{"type":48,"value":9098},". The agent authors the\nSVG directly — there is no runtime script.",{"type":42,"tag":962,"props":9100,"children":9102},{"id":9101},"hardcoded-constants",[9103],{"type":48,"value":9104},"Hardcoded constants",{"type":42,"tag":108,"props":9106,"children":9107},{},[9108,9126,9158,9177,9190],{"type":42,"tag":112,"props":9109,"children":9110},{},[9111,9113,9119,9120],{"type":48,"value":9112},"Dimensions: ",{"type":42,"tag":57,"props":9114,"children":9116},{"className":9115},[],[9117],{"type":48,"value":9118},"W = 700",{"type":48,"value":236},{"type":42,"tag":57,"props":9121,"children":9123},{"className":9122},[],[9124],{"type":48,"value":9125},"H = 350",{"type":42,"tag":112,"props":9127,"children":9128},{},[9129,9131,9137,9138,9144,9145,9151,9152],{"type":48,"value":9130},"Padding: ",{"type":42,"tag":57,"props":9132,"children":9134},{"className":9133},[],[9135],{"type":48,"value":9136},"PAD_L = 70",{"type":48,"value":236},{"type":42,"tag":57,"props":9139,"children":9141},{"className":9140},[],[9142],{"type":48,"value":9143},"PAD_R = 30",{"type":48,"value":236},{"type":42,"tag":57,"props":9146,"children":9148},{"className":9147},[],[9149],{"type":48,"value":9150},"PAD_T = 30",{"type":48,"value":236},{"type":42,"tag":57,"props":9153,"children":9155},{"className":9154},[],[9156],{"type":48,"value":9157},"PAD_B = 50",{"type":42,"tag":112,"props":9159,"children":9160},{},[9161,9163,9169,9171],{"type":48,"value":9162},"Plot area: width ",{"type":42,"tag":57,"props":9164,"children":9166},{"className":9165},[],[9167],{"type":48,"value":9168},"= W - PAD_L - PAD_R = 600",{"type":48,"value":9170},", height ",{"type":42,"tag":57,"props":9172,"children":9174},{"className":9173},[],[9175],{"type":48,"value":9176},"= H - PAD_T - PAD_B = 270",{"type":42,"tag":112,"props":9178,"children":9179},{},[9180,9182,9188],{"type":48,"value":9181},"Number of x-axis points: ",{"type":42,"tag":57,"props":9183,"children":9185},{"className":9184},[],[9186],{"type":48,"value":9187},"maxPts",{"type":48,"value":9189}," = the largest number of ratings any company has, capped at 5",{"type":42,"tag":112,"props":9191,"children":9192},{},[9193,9195,9201,9202,9208,9209,9215,9216,9222,9223],{"type":48,"value":9194},"Palette (first = target): ",{"type":42,"tag":57,"props":9196,"children":9198},{"className":9197},[],[9199],{"type":48,"value":9200},"#0066cc",{"type":48,"value":236},{"type":42,"tag":57,"props":9203,"children":9205},{"className":9204},[],[9206],{"type":48,"value":9207},"#e6550d",{"type":48,"value":236},{"type":42,"tag":57,"props":9210,"children":9212},{"className":9211},[],[9213],{"type":48,"value":9214},"#1a7a4a",{"type":48,"value":236},{"type":42,"tag":57,"props":9217,"children":9219},{"className":9218},[],[9220],{"type":48,"value":9221},"#8b5cf6",{"type":48,"value":236},{"type":42,"tag":57,"props":9224,"children":9226},{"className":9225},[],[9227],{"type":48,"value":9228},"#d63384",{"type":42,"tag":962,"props":9230,"children":9232},{"id":9231},"moodys-rating-numeric-value-map",[9233],{"type":48,"value":9234},"Moody's rating → numeric value map",{"type":42,"tag":1049,"props":9236,"children":9237},{},[9238,9262],{"type":42,"tag":1053,"props":9239,"children":9240},{},[9241],{"type":42,"tag":1057,"props":9242,"children":9243},{},[9244,9249,9254,9258],{"type":42,"tag":1061,"props":9245,"children":9246},{},[9247],{"type":48,"value":9248},"Rating",{"type":42,"tag":1061,"props":9250,"children":9251},{},[9252],{"type":48,"value":9253},"Value",{"type":42,"tag":1061,"props":9255,"children":9256},{},[9257],{"type":48,"value":9248},{"type":42,"tag":1061,"props":9259,"children":9260},{},[9261],{"type":48,"value":9253},{"type":42,"tag":1072,"props":9263,"children":9264},{},[9265,9288,9311,9334,9357,9380,9403,9425,9447,9469,9491],{"type":42,"tag":1057,"props":9266,"children":9267},{},[9268,9273,9278,9283],{"type":42,"tag":1079,"props":9269,"children":9270},{},[9271],{"type":48,"value":9272},"Aaa",{"type":42,"tag":1079,"props":9274,"children":9275},{},[9276],{"type":48,"value":9277},"21",{"type":42,"tag":1079,"props":9279,"children":9280},{},[9281],{"type":48,"value":9282},"Ba1",{"type":42,"tag":1079,"props":9284,"children":9285},{},[9286],{"type":48,"value":9287},"11",{"type":42,"tag":1057,"props":9289,"children":9290},{},[9291,9296,9301,9306],{"type":42,"tag":1079,"props":9292,"children":9293},{},[9294],{"type":48,"value":9295},"Aa1",{"type":42,"tag":1079,"props":9297,"children":9298},{},[9299],{"type":48,"value":9300},"20",{"type":42,"tag":1079,"props":9302,"children":9303},{},[9304],{"type":48,"value":9305},"Ba2",{"type":42,"tag":1079,"props":9307,"children":9308},{},[9309],{"type":48,"value":9310},"10",{"type":42,"tag":1057,"props":9312,"children":9313},{},[9314,9319,9324,9329],{"type":42,"tag":1079,"props":9315,"children":9316},{},[9317],{"type":48,"value":9318},"Aa2",{"type":42,"tag":1079,"props":9320,"children":9321},{},[9322],{"type":48,"value":9323},"19",{"type":42,"tag":1079,"props":9325,"children":9326},{},[9327],{"type":48,"value":9328},"Ba3",{"type":42,"tag":1079,"props":9330,"children":9331},{},[9332],{"type":48,"value":9333},"9",{"type":42,"tag":1057,"props":9335,"children":9336},{},[9337,9342,9347,9352],{"type":42,"tag":1079,"props":9338,"children":9339},{},[9340],{"type":48,"value":9341},"Aa3",{"type":42,"tag":1079,"props":9343,"children":9344},{},[9345],{"type":48,"value":9346},"18",{"type":42,"tag":1079,"props":9348,"children":9349},{},[9350],{"type":48,"value":9351},"B1",{"type":42,"tag":1079,"props":9353,"children":9354},{},[9355],{"type":48,"value":9356},"8",{"type":42,"tag":1057,"props":9358,"children":9359},{},[9360,9365,9370,9375],{"type":42,"tag":1079,"props":9361,"children":9362},{},[9363],{"type":48,"value":9364},"A1",{"type":42,"tag":1079,"props":9366,"children":9367},{},[9368],{"type":48,"value":9369},"17",{"type":42,"tag":1079,"props":9371,"children":9372},{},[9373],{"type":48,"value":9374},"B2",{"type":42,"tag":1079,"props":9376,"children":9377},{},[9378],{"type":48,"value":9379},"7",{"type":42,"tag":1057,"props":9381,"children":9382},{},[9383,9388,9393,9398],{"type":42,"tag":1079,"props":9384,"children":9385},{},[9386],{"type":48,"value":9387},"A2",{"type":42,"tag":1079,"props":9389,"children":9390},{},[9391],{"type":48,"value":9392},"16",{"type":42,"tag":1079,"props":9394,"children":9395},{},[9396],{"type":48,"value":9397},"B3",{"type":42,"tag":1079,"props":9399,"children":9400},{},[9401],{"type":48,"value":9402},"6",{"type":42,"tag":1057,"props":9404,"children":9405},{},[9406,9411,9416,9421],{"type":42,"tag":1079,"props":9407,"children":9408},{},[9409],{"type":48,"value":9410},"A3",{"type":42,"tag":1079,"props":9412,"children":9413},{},[9414],{"type":48,"value":9415},"15",{"type":42,"tag":1079,"props":9417,"children":9418},{},[9419],{"type":48,"value":9420},"Caa1",{"type":42,"tag":1079,"props":9422,"children":9423},{},[9424],{"type":48,"value":2110},{"type":42,"tag":1057,"props":9426,"children":9427},{},[9428,9433,9438,9443],{"type":42,"tag":1079,"props":9429,"children":9430},{},[9431],{"type":48,"value":9432},"Baa1",{"type":42,"tag":1079,"props":9434,"children":9435},{},[9436],{"type":48,"value":9437},"14",{"type":42,"tag":1079,"props":9439,"children":9440},{},[9441],{"type":48,"value":9442},"Caa2",{"type":42,"tag":1079,"props":9444,"children":9445},{},[9446],{"type":48,"value":2081},{"type":42,"tag":1057,"props":9448,"children":9449},{},[9450,9455,9460,9465],{"type":42,"tag":1079,"props":9451,"children":9452},{},[9453],{"type":48,"value":9454},"Baa2",{"type":42,"tag":1079,"props":9456,"children":9457},{},[9458],{"type":48,"value":9459},"13",{"type":42,"tag":1079,"props":9461,"children":9462},{},[9463],{"type":48,"value":9464},"Caa3",{"type":42,"tag":1079,"props":9466,"children":9467},{},[9468],{"type":48,"value":2051},{"type":42,"tag":1057,"props":9470,"children":9471},{},[9472,9477,9482,9487],{"type":42,"tag":1079,"props":9473,"children":9474},{},[9475],{"type":48,"value":9476},"Baa3",{"type":42,"tag":1079,"props":9478,"children":9479},{},[9480],{"type":48,"value":9481},"12",{"type":42,"tag":1079,"props":9483,"children":9484},{},[9485],{"type":48,"value":9486},"Ca",{"type":42,"tag":1079,"props":9488,"children":9489},{},[9490],{"type":48,"value":2019},{"type":42,"tag":1057,"props":9492,"children":9493},{},[9494,9497,9500,9505],{"type":42,"tag":1079,"props":9495,"children":9496},{},[],{"type":42,"tag":1079,"props":9498,"children":9499},{},[],{"type":42,"tag":1079,"props":9501,"children":9502},{},[9503],{"type":48,"value":9504},"C",{"type":42,"tag":1079,"props":9506,"children":9507},{},[9508],{"type":48,"value":1987},{"type":42,"tag":51,"props":9510,"children":9511},{},[9512,9518,9520,9526],{"type":42,"tag":57,"props":9513,"children":9515},{"className":9514},[],[9516],{"type":48,"value":9517},"RATING_LABELS",{"type":48,"value":9519}," (index 0..20 → symbol): ",{"type":42,"tag":57,"props":9521,"children":9523},{"className":9522},[],[9524],{"type":48,"value":9525},"[\"C\", \"Ca\", \"Caa3\", \"Caa2\", \"Caa1\", \"B3\", \"B2\", \"B1\", \"Ba3\", \"Ba2\", \"Ba1\", \"Baa3\", \"Baa2\", \"Baa1\", \"A3\", \"A2\", \"A1\", \"Aa3\", \"Aa2\", \"Aa1\", \"Aaa\"]",{"type":48,"value":824},{"type":42,"tag":962,"props":9528,"children":9530},{"id":9529},"coordinate-formulae",[9531],{"type":48,"value":9532},"Coordinate formulae",{"type":42,"tag":51,"props":9534,"children":9535},{},[9536],{"type":48,"value":9537},"Compute once per chart:",{"type":42,"tag":108,"props":9539,"children":9540},{},[9541,9553,9562],{"type":42,"tag":112,"props":9542,"children":9543},{},[9544,9546,9552],{"type":48,"value":9545},"Collect every rating value across all companies' last-5 series → ",{"type":42,"tag":57,"props":9547,"children":9549},{"className":9548},[],[9550],{"type":48,"value":9551},"values[]",{"type":48,"value":824},{"type":42,"tag":112,"props":9554,"children":9555},{},[9556],{"type":42,"tag":57,"props":9557,"children":9559},{"className":9558},[],[9560],{"type":48,"value":9561},"minV = clamp(min(values) - 1, 1, 21)",{"type":42,"tag":112,"props":9563,"children":9564},{},[9565,9571,9573,9579,9581,9587],{"type":42,"tag":57,"props":9566,"children":9568},{"className":9567},[],[9569],{"type":48,"value":9570},"maxV = clamp(max(values) + 1, 1, 21)",{"type":48,"value":9572}," (ensure ",{"type":42,"tag":57,"props":9574,"children":9576},{"className":9575},[],[9577],{"type":48,"value":9578},"maxV > minV",{"type":48,"value":9580},"; if equal, set ",{"type":42,"tag":57,"props":9582,"children":9584},{"className":9583},[],[9585],{"type":48,"value":9586},"maxV = minV + 1",{"type":48,"value":4102},{"type":42,"tag":51,"props":9589,"children":9590},{},[9591,9593,9599,9600,9606,9608,9614],{"type":48,"value":9592},"Per point ",{"type":42,"tag":57,"props":9594,"children":9596},{"className":9595},[],[9597],{"type":48,"value":9598},"(i, v)",{"type":48,"value":6224},{"type":42,"tag":57,"props":9601,"children":9603},{"className":9602},[],[9604],{"type":48,"value":9605},"i",{"type":48,"value":9607}," is the x-index (0-based) and ",{"type":42,"tag":57,"props":9609,"children":9611},{"className":9610},[],[9612],{"type":48,"value":9613},"v",{"type":48,"value":9615}," is the rating value:",{"type":42,"tag":108,"props":9617,"children":9618},{},[9619,9635],{"type":42,"tag":112,"props":9620,"children":9621},{},[9622,9628,9629],{"type":42,"tag":57,"props":9623,"children":9625},{"className":9624},[],[9626],{"type":48,"value":9627},"xPos(i) = PAD_L + (i \u002F (maxPts - 1)) * 600",{"type":48,"value":3899},{"type":42,"tag":57,"props":9630,"children":9632},{"className":9631},[],[9633],{"type":48,"value":9634},"70 + (i \u002F (maxPts - 1)) * 600",{"type":42,"tag":112,"props":9636,"children":9637},{},[9638,9644,9645],{"type":42,"tag":57,"props":9639,"children":9641},{"className":9640},[],[9642],{"type":48,"value":9643},"yPos(v) = PAD_T + 270 - ((v - minV) \u002F (maxV - minV)) * 270",{"type":48,"value":3899},{"type":42,"tag":57,"props":9646,"children":9648},{"className":9647},[],[9649],{"type":48,"value":9650},"30 + 270 - ((v - minV) \u002F (maxV - minV)) * 270",{"type":42,"tag":962,"props":9652,"children":9654},{"id":9653},"reference-svg-block",[9655],{"type":48,"value":9656},"Reference SVG block",{"type":42,"tag":2326,"props":9658,"children":9660},{"className":2328,"code":9659,"language":21,"meta":2330,"style":2330},"\u003Cdiv class=\"chart-container\">\n  \u003Cdiv class=\"chart-title\">Last 5 Ratings for Target and Peers\u003C\u002Fdiv>\n  \u003Csvg viewBox=\"0 0 700 350\" width=\"100%\" preserveAspectRatio=\"xMidYMid meet\">\n    \u003C!-- Horizontal gridlines + y-axis rating labels (one line + label per rating tick from minV to maxV) -->\n    \u003Cline x1=\"70\" y1=\"30\"  x2=\"670\" y2=\"30\"  stroke=\"#e5e7eb\" stroke-width=\"1\"\u002F>\n    \u003Ctext x=\"64\" y=\"34\" text-anchor=\"end\" font-size=\"10\" fill=\"#475569\">Baa1\u003C\u002Ftext>\n    \u003Cline x1=\"70\" y1=\"84\"  x2=\"670\" y2=\"84\"  stroke=\"#e5e7eb\" stroke-width=\"1\"\u002F>\n    \u003Ctext x=\"64\" y=\"88\" text-anchor=\"end\" font-size=\"10\" fill=\"#475569\">Baa2\u003C\u002Ftext>\n    \u003Cline x1=\"70\" y1=\"138\" x2=\"670\" y2=\"138\" stroke=\"#e5e7eb\" stroke-width=\"1\"\u002F>\n    \u003Ctext x=\"64\" y=\"142\" text-anchor=\"end\" font-size=\"10\" fill=\"#475569\">Baa3\u003C\u002Ftext>\n    \u003Cline x1=\"70\" y1=\"192\" x2=\"670\" y2=\"192\" stroke=\"#e5e7eb\" stroke-width=\"1\"\u002F>\n    \u003Ctext x=\"64\" y=\"196\" text-anchor=\"end\" font-size=\"10\" fill=\"#475569\">Ba1\u003C\u002Ftext>\n    \u003Cline x1=\"70\" y1=\"246\" x2=\"670\" y2=\"246\" stroke=\"#e5e7eb\" stroke-width=\"1\"\u002F>\n    \u003Ctext x=\"64\" y=\"250\" text-anchor=\"end\" font-size=\"10\" fill=\"#475569\">Ba2\u003C\u002Ftext>\n    \u003Cline x1=\"70\" y1=\"300\" x2=\"670\" y2=\"300\" stroke=\"#e5e7eb\" stroke-width=\"1\"\u002F>\n    \u003Ctext x=\"64\" y=\"304\" text-anchor=\"end\" font-size=\"10\" fill=\"#475569\">Ba3\u003C\u002Ftext>\n\n    \u003C!-- X-axis baseline + tick labels -->\n    \u003Cline x1=\"70\" y1=\"300\" x2=\"670\" y2=\"300\" stroke=\"#334155\" stroke-width=\"1.5\"\u002F>\n    \u003Ctext x=\"70\"  y=\"320\" text-anchor=\"middle\" font-size=\"10\" fill=\"#475569\">Rating 1\u003C\u002Ftext>\n    \u003Ctext x=\"220\" y=\"320\" text-anchor=\"middle\" font-size=\"10\" fill=\"#475569\">Rating 2\u003C\u002Ftext>\n    \u003Ctext x=\"370\" y=\"320\" text-anchor=\"middle\" font-size=\"10\" fill=\"#475569\">Rating 3\u003C\u002Ftext>\n    \u003Ctext x=\"520\" y=\"320\" text-anchor=\"middle\" font-size=\"10\" fill=\"#475569\">Rating 4\u003C\u002Ftext>\n    \u003Ctext x=\"670\" y=\"320\" text-anchor=\"middle\" font-size=\"10\" fill=\"#475569\">Rating 5\u003C\u002Ftext>\n\n    \u003C!-- Target company line (palette[0] = #0066cc) -->\n    \u003Cpath d=\"M70,138 L220,138 L370,192 L520,192 L670,192\"\n          fill=\"none\" stroke=\"#0066cc\" stroke-width=\"2.5\"\u002F>\n    \u003Ccircle cx=\"70\"  cy=\"138\" r=\"4\" fill=\"#0066cc\"\u002F>\n    \u003Ccircle cx=\"220\" cy=\"138\" r=\"4\" fill=\"#0066cc\"\u002F>\n    \u003Ccircle cx=\"370\" cy=\"192\" r=\"4\" fill=\"#0066cc\"\u002F>\n    \u003Ccircle cx=\"520\" cy=\"192\" r=\"4\" fill=\"#0066cc\"\u002F>\n    \u003Ccircle cx=\"670\" cy=\"192\" r=\"4\" fill=\"#0066cc\"\u002F>\n\n    \u003C!-- Repeat \u003Cpath>+\u003Ccircle>s for peers 2, 3, 4 using palette[1..3] -->\n  \u003C\u002Fsvg>\n  \u003Cdiv class=\"chart-legend\">\n    \u003Cdiv class=\"chart-legend-item\">\u003Cspan class=\"chart-legend-swatch\" style=\"background:#0066cc\">\u003C\u002Fspan>Target Co\u003C\u002Fdiv>\n    \u003Cdiv class=\"chart-legend-item\">\u003Cspan class=\"chart-legend-swatch\" style=\"background:#e6550d\">\u003C\u002Fspan>Peer One\u003C\u002Fdiv>\n    \u003Cdiv class=\"chart-legend-item\">\u003Cspan class=\"chart-legend-swatch\" style=\"background:#1a7a4a\">\u003C\u002Fspan>Peer Two\u003C\u002Fdiv>\n    \u003Cdiv class=\"chart-legend-item\">\u003Cspan class=\"chart-legend-swatch\" style=\"background:#8b5cf6\">\u003C\u002Fspan>Peer Three\u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n",[9661],{"type":42,"tag":57,"props":9662,"children":9663},{"__ignoreMap":2330},[9664,9700,9753,9835,9843,9989,10129,10265,10397,10535,10667,10803,10935,11071,11203,11339,11471,11478,11486,11623,11757,11890,12023,12156,12287,12294,12302,12337,12407,12506,12602,12697,12792,12887,12894,12902,12917,12953,13062,13170,13279,13388,13404],{"type":42,"tag":2336,"props":9665,"children":9666},{"class":2338,"line":2339},[9667,9671,9675,9679,9683,9687,9692,9696],{"type":42,"tag":2336,"props":9668,"children":9669},{"style":2343},[9670],{"type":48,"value":2346},{"type":42,"tag":2336,"props":9672,"children":9673},{"style":2349},[9674],{"type":48,"value":2352},{"type":42,"tag":2336,"props":9676,"children":9677},{"style":2355},[9678],{"type":48,"value":2401},{"type":42,"tag":2336,"props":9680,"children":9681},{"style":2343},[9682],{"type":48,"value":2363},{"type":42,"tag":2336,"props":9684,"children":9685},{"style":2343},[9686],{"type":48,"value":2368},{"type":42,"tag":2336,"props":9688,"children":9689},{"style":2371},[9690],{"type":48,"value":9691},"chart-container",{"type":42,"tag":2336,"props":9693,"children":9694},{"style":2343},[9695],{"type":48,"value":2368},{"type":42,"tag":2336,"props":9697,"children":9698},{"style":2343},[9699],{"type":48,"value":2383},{"type":42,"tag":2336,"props":9701,"children":9702},{"class":2338,"line":2386},[9703,9707,9711,9715,9719,9723,9728,9732,9736,9741,9745,9749],{"type":42,"tag":2336,"props":9704,"children":9705},{"style":2343},[9706],{"type":48,"value":2392},{"type":42,"tag":2336,"props":9708,"children":9709},{"style":2349},[9710],{"type":48,"value":2352},{"type":42,"tag":2336,"props":9712,"children":9713},{"style":2355},[9714],{"type":48,"value":2401},{"type":42,"tag":2336,"props":9716,"children":9717},{"style":2343},[9718],{"type":48,"value":2363},{"type":42,"tag":2336,"props":9720,"children":9721},{"style":2343},[9722],{"type":48,"value":2368},{"type":42,"tag":2336,"props":9724,"children":9725},{"style":2371},[9726],{"type":48,"value":9727},"chart-title",{"type":42,"tag":2336,"props":9729,"children":9730},{"style":2343},[9731],{"type":48,"value":2368},{"type":42,"tag":2336,"props":9733,"children":9734},{"style":2343},[9735],{"type":48,"value":2423},{"type":42,"tag":2336,"props":9737,"children":9738},{"style":2426},[9739],{"type":48,"value":9740},"Last 5 Ratings for Target and Peers",{"type":42,"tag":2336,"props":9742,"children":9743},{"style":2343},[9744],{"type":48,"value":2433},{"type":42,"tag":2336,"props":9746,"children":9747},{"style":2349},[9748],{"type":48,"value":2352},{"type":42,"tag":2336,"props":9750,"children":9751},{"style":2343},[9752],{"type":48,"value":2383},{"type":42,"tag":2336,"props":9754,"children":9755},{"class":2338,"line":2444},[9756,9760,9765,9770,9774,9778,9783,9787,9792,9796,9800,9805,9809,9814,9818,9822,9827,9831],{"type":42,"tag":2336,"props":9757,"children":9758},{"style":2343},[9759],{"type":48,"value":2392},{"type":42,"tag":2336,"props":9761,"children":9762},{"style":2349},[9763],{"type":48,"value":9764},"svg",{"type":42,"tag":2336,"props":9766,"children":9767},{"style":2355},[9768],{"type":48,"value":9769}," viewBox",{"type":42,"tag":2336,"props":9771,"children":9772},{"style":2343},[9773],{"type":48,"value":2363},{"type":42,"tag":2336,"props":9775,"children":9776},{"style":2343},[9777],{"type":48,"value":2368},{"type":42,"tag":2336,"props":9779,"children":9780},{"style":2371},[9781],{"type":48,"value":9782},"0 0 700 350",{"type":42,"tag":2336,"props":9784,"children":9785},{"style":2343},[9786],{"type":48,"value":2368},{"type":42,"tag":2336,"props":9788,"children":9789},{"style":2355},[9790],{"type":48,"value":9791}," width",{"type":42,"tag":2336,"props":9793,"children":9794},{"style":2343},[9795],{"type":48,"value":2363},{"type":42,"tag":2336,"props":9797,"children":9798},{"style":2343},[9799],{"type":48,"value":2368},{"type":42,"tag":2336,"props":9801,"children":9802},{"style":2371},[9803],{"type":48,"value":9804},"100%",{"type":42,"tag":2336,"props":9806,"children":9807},{"style":2343},[9808],{"type":48,"value":2368},{"type":42,"tag":2336,"props":9810,"children":9811},{"style":2355},[9812],{"type":48,"value":9813}," preserveAspectRatio",{"type":42,"tag":2336,"props":9815,"children":9816},{"style":2343},[9817],{"type":48,"value":2363},{"type":42,"tag":2336,"props":9819,"children":9820},{"style":2343},[9821],{"type":48,"value":2368},{"type":42,"tag":2336,"props":9823,"children":9824},{"style":2371},[9825],{"type":48,"value":9826},"xMidYMid meet",{"type":42,"tag":2336,"props":9828,"children":9829},{"style":2343},[9830],{"type":48,"value":2368},{"type":42,"tag":2336,"props":9832,"children":9833},{"style":2343},[9834],{"type":48,"value":2383},{"type":42,"tag":2336,"props":9836,"children":9837},{"class":2338,"line":2454},[9838],{"type":42,"tag":2336,"props":9839,"children":9840},{"style":2639},[9841],{"type":48,"value":9842},"    \u003C!-- Horizontal gridlines + y-axis rating labels (one line + label per rating tick from minV to maxV) -->\n",{"type":42,"tag":2336,"props":9844,"children":9845},{"class":2338,"line":2490},[9846,9850,9854,9859,9863,9867,9872,9876,9881,9885,9889,9894,9898,9903,9907,9911,9916,9920,9925,9929,9933,9937,9941,9946,9950,9954,9959,9963,9968,9972,9976,9980,9984],{"type":42,"tag":2336,"props":9847,"children":9848},{"style":2343},[9849],{"type":48,"value":2496},{"type":42,"tag":2336,"props":9851,"children":9852},{"style":2349},[9853],{"type":48,"value":2338},{"type":42,"tag":2336,"props":9855,"children":9856},{"style":2355},[9857],{"type":48,"value":9858}," x1",{"type":42,"tag":2336,"props":9860,"children":9861},{"style":2343},[9862],{"type":48,"value":2363},{"type":42,"tag":2336,"props":9864,"children":9865},{"style":2343},[9866],{"type":48,"value":2368},{"type":42,"tag":2336,"props":9868,"children":9869},{"style":2371},[9870],{"type":48,"value":9871},"70",{"type":42,"tag":2336,"props":9873,"children":9874},{"style":2343},[9875],{"type":48,"value":2368},{"type":42,"tag":2336,"props":9877,"children":9878},{"style":2355},[9879],{"type":48,"value":9880}," y1",{"type":42,"tag":2336,"props":9882,"children":9883},{"style":2343},[9884],{"type":48,"value":2363},{"type":42,"tag":2336,"props":9886,"children":9887},{"style":2343},[9888],{"type":48,"value":2368},{"type":42,"tag":2336,"props":9890,"children":9891},{"style":2371},[9892],{"type":48,"value":9893},"30",{"type":42,"tag":2336,"props":9895,"children":9896},{"style":2343},[9897],{"type":48,"value":2368},{"type":42,"tag":2336,"props":9899,"children":9900},{"style":2355},[9901],{"type":48,"value":9902},"  x2",{"type":42,"tag":2336,"props":9904,"children":9905},{"style":2343},[9906],{"type":48,"value":2363},{"type":42,"tag":2336,"props":9908,"children":9909},{"style":2343},[9910],{"type":48,"value":2368},{"type":42,"tag":2336,"props":9912,"children":9913},{"style":2371},[9914],{"type":48,"value":9915},"670",{"type":42,"tag":2336,"props":9917,"children":9918},{"style":2343},[9919],{"type":48,"value":2368},{"type":42,"tag":2336,"props":9921,"children":9922},{"style":2355},[9923],{"type":48,"value":9924}," y2",{"type":42,"tag":2336,"props":9926,"children":9927},{"style":2343},[9928],{"type":48,"value":2363},{"type":42,"tag":2336,"props":9930,"children":9931},{"style":2343},[9932],{"type":48,"value":2368},{"type":42,"tag":2336,"props":9934,"children":9935},{"style":2371},[9936],{"type":48,"value":9893},{"type":42,"tag":2336,"props":9938,"children":9939},{"style":2343},[9940],{"type":48,"value":2368},{"type":42,"tag":2336,"props":9942,"children":9943},{"style":2355},[9944],{"type":48,"value":9945},"  stroke",{"type":42,"tag":2336,"props":9947,"children":9948},{"style":2343},[9949],{"type":48,"value":2363},{"type":42,"tag":2336,"props":9951,"children":9952},{"style":2343},[9953],{"type":48,"value":2368},{"type":42,"tag":2336,"props":9955,"children":9956},{"style":2371},[9957],{"type":48,"value":9958},"#e5e7eb",{"type":42,"tag":2336,"props":9960,"children":9961},{"style":2343},[9962],{"type":48,"value":2368},{"type":42,"tag":2336,"props":9964,"children":9965},{"style":2355},[9966],{"type":48,"value":9967}," stroke-width",{"type":42,"tag":2336,"props":9969,"children":9970},{"style":2343},[9971],{"type":48,"value":2363},{"type":42,"tag":2336,"props":9973,"children":9974},{"style":2343},[9975],{"type":48,"value":2368},{"type":42,"tag":2336,"props":9977,"children":9978},{"style":2371},[9979],{"type":48,"value":1987},{"type":42,"tag":2336,"props":9981,"children":9982},{"style":2343},[9983],{"type":48,"value":2368},{"type":42,"tag":2336,"props":9985,"children":9986},{"style":2343},[9987],{"type":48,"value":9988},"\u002F>\n",{"type":42,"tag":2336,"props":9990,"children":9991},{"class":2338,"line":2545},[9992,9996,10000,10005,10009,10013,10018,10022,10027,10031,10035,10040,10044,10049,10053,10057,10062,10066,10071,10075,10079,10083,10087,10092,10096,10100,10105,10109,10113,10117,10121,10125],{"type":42,"tag":2336,"props":9993,"children":9994},{"style":2343},[9995],{"type":48,"value":2496},{"type":42,"tag":2336,"props":9997,"children":9998},{"style":2349},[9999],{"type":48,"value":48},{"type":42,"tag":2336,"props":10001,"children":10002},{"style":2355},[10003],{"type":48,"value":10004}," x",{"type":42,"tag":2336,"props":10006,"children":10007},{"style":2343},[10008],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10010,"children":10011},{"style":2343},[10012],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10014,"children":10015},{"style":2371},[10016],{"type":48,"value":10017},"64",{"type":42,"tag":2336,"props":10019,"children":10020},{"style":2343},[10021],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10023,"children":10024},{"style":2355},[10025],{"type":48,"value":10026}," y",{"type":42,"tag":2336,"props":10028,"children":10029},{"style":2343},[10030],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10032,"children":10033},{"style":2343},[10034],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10036,"children":10037},{"style":2371},[10038],{"type":48,"value":10039},"34",{"type":42,"tag":2336,"props":10041,"children":10042},{"style":2343},[10043],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10045,"children":10046},{"style":2355},[10047],{"type":48,"value":10048}," text-anchor",{"type":42,"tag":2336,"props":10050,"children":10051},{"style":2343},[10052],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10054,"children":10055},{"style":2343},[10056],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10058,"children":10059},{"style":2371},[10060],{"type":48,"value":10061},"end",{"type":42,"tag":2336,"props":10063,"children":10064},{"style":2343},[10065],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10067,"children":10068},{"style":2355},[10069],{"type":48,"value":10070}," font-size",{"type":42,"tag":2336,"props":10072,"children":10073},{"style":2343},[10074],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10076,"children":10077},{"style":2343},[10078],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10080,"children":10081},{"style":2371},[10082],{"type":48,"value":9310},{"type":42,"tag":2336,"props":10084,"children":10085},{"style":2343},[10086],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10088,"children":10089},{"style":2355},[10090],{"type":48,"value":10091}," fill",{"type":42,"tag":2336,"props":10093,"children":10094},{"style":2343},[10095],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10097,"children":10098},{"style":2343},[10099],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10101,"children":10102},{"style":2371},[10103],{"type":48,"value":10104},"#475569",{"type":42,"tag":2336,"props":10106,"children":10107},{"style":2343},[10108],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10110,"children":10111},{"style":2343},[10112],{"type":48,"value":2423},{"type":42,"tag":2336,"props":10114,"children":10115},{"style":2426},[10116],{"type":48,"value":9432},{"type":42,"tag":2336,"props":10118,"children":10119},{"style":2343},[10120],{"type":48,"value":2433},{"type":42,"tag":2336,"props":10122,"children":10123},{"style":2349},[10124],{"type":48,"value":48},{"type":42,"tag":2336,"props":10126,"children":10127},{"style":2343},[10128],{"type":48,"value":2383},{"type":42,"tag":2336,"props":10130,"children":10131},{"class":2338,"line":2598},[10132,10136,10140,10144,10148,10152,10156,10160,10164,10168,10172,10177,10181,10185,10189,10193,10197,10201,10205,10209,10213,10217,10221,10225,10229,10233,10237,10241,10245,10249,10253,10257,10261],{"type":42,"tag":2336,"props":10133,"children":10134},{"style":2343},[10135],{"type":48,"value":2496},{"type":42,"tag":2336,"props":10137,"children":10138},{"style":2349},[10139],{"type":48,"value":2338},{"type":42,"tag":2336,"props":10141,"children":10142},{"style":2355},[10143],{"type":48,"value":9858},{"type":42,"tag":2336,"props":10145,"children":10146},{"style":2343},[10147],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10149,"children":10150},{"style":2343},[10151],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10153,"children":10154},{"style":2371},[10155],{"type":48,"value":9871},{"type":42,"tag":2336,"props":10157,"children":10158},{"style":2343},[10159],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10161,"children":10162},{"style":2355},[10163],{"type":48,"value":9880},{"type":42,"tag":2336,"props":10165,"children":10166},{"style":2343},[10167],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10169,"children":10170},{"style":2343},[10171],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10173,"children":10174},{"style":2371},[10175],{"type":48,"value":10176},"84",{"type":42,"tag":2336,"props":10178,"children":10179},{"style":2343},[10180],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10182,"children":10183},{"style":2355},[10184],{"type":48,"value":9902},{"type":42,"tag":2336,"props":10186,"children":10187},{"style":2343},[10188],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10190,"children":10191},{"style":2343},[10192],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10194,"children":10195},{"style":2371},[10196],{"type":48,"value":9915},{"type":42,"tag":2336,"props":10198,"children":10199},{"style":2343},[10200],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10202,"children":10203},{"style":2355},[10204],{"type":48,"value":9924},{"type":42,"tag":2336,"props":10206,"children":10207},{"style":2343},[10208],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10210,"children":10211},{"style":2343},[10212],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10214,"children":10215},{"style":2371},[10216],{"type":48,"value":10176},{"type":42,"tag":2336,"props":10218,"children":10219},{"style":2343},[10220],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10222,"children":10223},{"style":2355},[10224],{"type":48,"value":9945},{"type":42,"tag":2336,"props":10226,"children":10227},{"style":2343},[10228],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10230,"children":10231},{"style":2343},[10232],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10234,"children":10235},{"style":2371},[10236],{"type":48,"value":9958},{"type":42,"tag":2336,"props":10238,"children":10239},{"style":2343},[10240],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10242,"children":10243},{"style":2355},[10244],{"type":48,"value":9967},{"type":42,"tag":2336,"props":10246,"children":10247},{"style":2343},[10248],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10250,"children":10251},{"style":2343},[10252],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10254,"children":10255},{"style":2371},[10256],{"type":48,"value":1987},{"type":42,"tag":2336,"props":10258,"children":10259},{"style":2343},[10260],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10262,"children":10263},{"style":2343},[10264],{"type":48,"value":9988},{"type":42,"tag":2336,"props":10266,"children":10267},{"class":2338,"line":2635},[10268,10272,10276,10280,10284,10288,10292,10296,10300,10304,10308,10313,10317,10321,10325,10329,10333,10337,10341,10345,10349,10353,10357,10361,10365,10369,10373,10377,10381,10385,10389,10393],{"type":42,"tag":2336,"props":10269,"children":10270},{"style":2343},[10271],{"type":48,"value":2496},{"type":42,"tag":2336,"props":10273,"children":10274},{"style":2349},[10275],{"type":48,"value":48},{"type":42,"tag":2336,"props":10277,"children":10278},{"style":2355},[10279],{"type":48,"value":10004},{"type":42,"tag":2336,"props":10281,"children":10282},{"style":2343},[10283],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10285,"children":10286},{"style":2343},[10287],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10289,"children":10290},{"style":2371},[10291],{"type":48,"value":10017},{"type":42,"tag":2336,"props":10293,"children":10294},{"style":2343},[10295],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10297,"children":10298},{"style":2355},[10299],{"type":48,"value":10026},{"type":42,"tag":2336,"props":10301,"children":10302},{"style":2343},[10303],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10305,"children":10306},{"style":2343},[10307],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10309,"children":10310},{"style":2371},[10311],{"type":48,"value":10312},"88",{"type":42,"tag":2336,"props":10314,"children":10315},{"style":2343},[10316],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10318,"children":10319},{"style":2355},[10320],{"type":48,"value":10048},{"type":42,"tag":2336,"props":10322,"children":10323},{"style":2343},[10324],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10326,"children":10327},{"style":2343},[10328],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10330,"children":10331},{"style":2371},[10332],{"type":48,"value":10061},{"type":42,"tag":2336,"props":10334,"children":10335},{"style":2343},[10336],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10338,"children":10339},{"style":2355},[10340],{"type":48,"value":10070},{"type":42,"tag":2336,"props":10342,"children":10343},{"style":2343},[10344],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10346,"children":10347},{"style":2343},[10348],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10350,"children":10351},{"style":2371},[10352],{"type":48,"value":9310},{"type":42,"tag":2336,"props":10354,"children":10355},{"style":2343},[10356],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10358,"children":10359},{"style":2355},[10360],{"type":48,"value":10091},{"type":42,"tag":2336,"props":10362,"children":10363},{"style":2343},[10364],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10366,"children":10367},{"style":2343},[10368],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10370,"children":10371},{"style":2371},[10372],{"type":48,"value":10104},{"type":42,"tag":2336,"props":10374,"children":10375},{"style":2343},[10376],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10378,"children":10379},{"style":2343},[10380],{"type":48,"value":2423},{"type":42,"tag":2336,"props":10382,"children":10383},{"style":2426},[10384],{"type":48,"value":9454},{"type":42,"tag":2336,"props":10386,"children":10387},{"style":2343},[10388],{"type":48,"value":2433},{"type":42,"tag":2336,"props":10390,"children":10391},{"style":2349},[10392],{"type":48,"value":48},{"type":42,"tag":2336,"props":10394,"children":10395},{"style":2343},[10396],{"type":48,"value":2383},{"type":42,"tag":2336,"props":10398,"children":10399},{"class":2338,"line":2645},[10400,10404,10408,10412,10416,10420,10424,10428,10432,10436,10440,10445,10449,10454,10458,10462,10466,10470,10474,10478,10482,10486,10490,10495,10499,10503,10507,10511,10515,10519,10523,10527,10531],{"type":42,"tag":2336,"props":10401,"children":10402},{"style":2343},[10403],{"type":48,"value":2496},{"type":42,"tag":2336,"props":10405,"children":10406},{"style":2349},[10407],{"type":48,"value":2338},{"type":42,"tag":2336,"props":10409,"children":10410},{"style":2355},[10411],{"type":48,"value":9858},{"type":42,"tag":2336,"props":10413,"children":10414},{"style":2343},[10415],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10417,"children":10418},{"style":2343},[10419],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10421,"children":10422},{"style":2371},[10423],{"type":48,"value":9871},{"type":42,"tag":2336,"props":10425,"children":10426},{"style":2343},[10427],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10429,"children":10430},{"style":2355},[10431],{"type":48,"value":9880},{"type":42,"tag":2336,"props":10433,"children":10434},{"style":2343},[10435],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10437,"children":10438},{"style":2343},[10439],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10441,"children":10442},{"style":2371},[10443],{"type":48,"value":10444},"138",{"type":42,"tag":2336,"props":10446,"children":10447},{"style":2343},[10448],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10450,"children":10451},{"style":2355},[10452],{"type":48,"value":10453}," x2",{"type":42,"tag":2336,"props":10455,"children":10456},{"style":2343},[10457],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10459,"children":10460},{"style":2343},[10461],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10463,"children":10464},{"style":2371},[10465],{"type":48,"value":9915},{"type":42,"tag":2336,"props":10467,"children":10468},{"style":2343},[10469],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10471,"children":10472},{"style":2355},[10473],{"type":48,"value":9924},{"type":42,"tag":2336,"props":10475,"children":10476},{"style":2343},[10477],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10479,"children":10480},{"style":2343},[10481],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10483,"children":10484},{"style":2371},[10485],{"type":48,"value":10444},{"type":42,"tag":2336,"props":10487,"children":10488},{"style":2343},[10489],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10491,"children":10492},{"style":2355},[10493],{"type":48,"value":10494}," stroke",{"type":42,"tag":2336,"props":10496,"children":10497},{"style":2343},[10498],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10500,"children":10501},{"style":2343},[10502],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10504,"children":10505},{"style":2371},[10506],{"type":48,"value":9958},{"type":42,"tag":2336,"props":10508,"children":10509},{"style":2343},[10510],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10512,"children":10513},{"style":2355},[10514],{"type":48,"value":9967},{"type":42,"tag":2336,"props":10516,"children":10517},{"style":2343},[10518],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10520,"children":10521},{"style":2343},[10522],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10524,"children":10525},{"style":2371},[10526],{"type":48,"value":1987},{"type":42,"tag":2336,"props":10528,"children":10529},{"style":2343},[10530],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10532,"children":10533},{"style":2343},[10534],{"type":48,"value":9988},{"type":42,"tag":2336,"props":10536,"children":10537},{"class":2338,"line":2683},[10538,10542,10546,10550,10554,10558,10562,10566,10570,10574,10578,10583,10587,10591,10595,10599,10603,10607,10611,10615,10619,10623,10627,10631,10635,10639,10643,10647,10651,10655,10659,10663],{"type":42,"tag":2336,"props":10539,"children":10540},{"style":2343},[10541],{"type":48,"value":2496},{"type":42,"tag":2336,"props":10543,"children":10544},{"style":2349},[10545],{"type":48,"value":48},{"type":42,"tag":2336,"props":10547,"children":10548},{"style":2355},[10549],{"type":48,"value":10004},{"type":42,"tag":2336,"props":10551,"children":10552},{"style":2343},[10553],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10555,"children":10556},{"style":2343},[10557],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10559,"children":10560},{"style":2371},[10561],{"type":48,"value":10017},{"type":42,"tag":2336,"props":10563,"children":10564},{"style":2343},[10565],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10567,"children":10568},{"style":2355},[10569],{"type":48,"value":10026},{"type":42,"tag":2336,"props":10571,"children":10572},{"style":2343},[10573],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10575,"children":10576},{"style":2343},[10577],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10579,"children":10580},{"style":2371},[10581],{"type":48,"value":10582},"142",{"type":42,"tag":2336,"props":10584,"children":10585},{"style":2343},[10586],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10588,"children":10589},{"style":2355},[10590],{"type":48,"value":10048},{"type":42,"tag":2336,"props":10592,"children":10593},{"style":2343},[10594],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10596,"children":10597},{"style":2343},[10598],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10600,"children":10601},{"style":2371},[10602],{"type":48,"value":10061},{"type":42,"tag":2336,"props":10604,"children":10605},{"style":2343},[10606],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10608,"children":10609},{"style":2355},[10610],{"type":48,"value":10070},{"type":42,"tag":2336,"props":10612,"children":10613},{"style":2343},[10614],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10616,"children":10617},{"style":2343},[10618],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10620,"children":10621},{"style":2371},[10622],{"type":48,"value":9310},{"type":42,"tag":2336,"props":10624,"children":10625},{"style":2343},[10626],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10628,"children":10629},{"style":2355},[10630],{"type":48,"value":10091},{"type":42,"tag":2336,"props":10632,"children":10633},{"style":2343},[10634],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10636,"children":10637},{"style":2343},[10638],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10640,"children":10641},{"style":2371},[10642],{"type":48,"value":10104},{"type":42,"tag":2336,"props":10644,"children":10645},{"style":2343},[10646],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10648,"children":10649},{"style":2343},[10650],{"type":48,"value":2423},{"type":42,"tag":2336,"props":10652,"children":10653},{"style":2426},[10654],{"type":48,"value":9476},{"type":42,"tag":2336,"props":10656,"children":10657},{"style":2343},[10658],{"type":48,"value":2433},{"type":42,"tag":2336,"props":10660,"children":10661},{"style":2349},[10662],{"type":48,"value":48},{"type":42,"tag":2336,"props":10664,"children":10665},{"style":2343},[10666],{"type":48,"value":2383},{"type":42,"tag":2336,"props":10668,"children":10669},{"class":2338,"line":2759},[10670,10674,10678,10682,10686,10690,10694,10698,10702,10706,10710,10715,10719,10723,10727,10731,10735,10739,10743,10747,10751,10755,10759,10763,10767,10771,10775,10779,10783,10787,10791,10795,10799],{"type":42,"tag":2336,"props":10671,"children":10672},{"style":2343},[10673],{"type":48,"value":2496},{"type":42,"tag":2336,"props":10675,"children":10676},{"style":2349},[10677],{"type":48,"value":2338},{"type":42,"tag":2336,"props":10679,"children":10680},{"style":2355},[10681],{"type":48,"value":9858},{"type":42,"tag":2336,"props":10683,"children":10684},{"style":2343},[10685],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10687,"children":10688},{"style":2343},[10689],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10691,"children":10692},{"style":2371},[10693],{"type":48,"value":9871},{"type":42,"tag":2336,"props":10695,"children":10696},{"style":2343},[10697],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10699,"children":10700},{"style":2355},[10701],{"type":48,"value":9880},{"type":42,"tag":2336,"props":10703,"children":10704},{"style":2343},[10705],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10707,"children":10708},{"style":2343},[10709],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10711,"children":10712},{"style":2371},[10713],{"type":48,"value":10714},"192",{"type":42,"tag":2336,"props":10716,"children":10717},{"style":2343},[10718],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10720,"children":10721},{"style":2355},[10722],{"type":48,"value":10453},{"type":42,"tag":2336,"props":10724,"children":10725},{"style":2343},[10726],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10728,"children":10729},{"style":2343},[10730],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10732,"children":10733},{"style":2371},[10734],{"type":48,"value":9915},{"type":42,"tag":2336,"props":10736,"children":10737},{"style":2343},[10738],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10740,"children":10741},{"style":2355},[10742],{"type":48,"value":9924},{"type":42,"tag":2336,"props":10744,"children":10745},{"style":2343},[10746],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10748,"children":10749},{"style":2343},[10750],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10752,"children":10753},{"style":2371},[10754],{"type":48,"value":10714},{"type":42,"tag":2336,"props":10756,"children":10757},{"style":2343},[10758],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10760,"children":10761},{"style":2355},[10762],{"type":48,"value":10494},{"type":42,"tag":2336,"props":10764,"children":10765},{"style":2343},[10766],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10768,"children":10769},{"style":2343},[10770],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10772,"children":10773},{"style":2371},[10774],{"type":48,"value":9958},{"type":42,"tag":2336,"props":10776,"children":10777},{"style":2343},[10778],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10780,"children":10781},{"style":2355},[10782],{"type":48,"value":9967},{"type":42,"tag":2336,"props":10784,"children":10785},{"style":2343},[10786],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10788,"children":10789},{"style":2343},[10790],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10792,"children":10793},{"style":2371},[10794],{"type":48,"value":1987},{"type":42,"tag":2336,"props":10796,"children":10797},{"style":2343},[10798],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10800,"children":10801},{"style":2343},[10802],{"type":48,"value":9988},{"type":42,"tag":2336,"props":10804,"children":10805},{"class":2338,"line":2796},[10806,10810,10814,10818,10822,10826,10830,10834,10838,10842,10846,10851,10855,10859,10863,10867,10871,10875,10879,10883,10887,10891,10895,10899,10903,10907,10911,10915,10919,10923,10927,10931],{"type":42,"tag":2336,"props":10807,"children":10808},{"style":2343},[10809],{"type":48,"value":2496},{"type":42,"tag":2336,"props":10811,"children":10812},{"style":2349},[10813],{"type":48,"value":48},{"type":42,"tag":2336,"props":10815,"children":10816},{"style":2355},[10817],{"type":48,"value":10004},{"type":42,"tag":2336,"props":10819,"children":10820},{"style":2343},[10821],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10823,"children":10824},{"style":2343},[10825],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10827,"children":10828},{"style":2371},[10829],{"type":48,"value":10017},{"type":42,"tag":2336,"props":10831,"children":10832},{"style":2343},[10833],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10835,"children":10836},{"style":2355},[10837],{"type":48,"value":10026},{"type":42,"tag":2336,"props":10839,"children":10840},{"style":2343},[10841],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10843,"children":10844},{"style":2343},[10845],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10847,"children":10848},{"style":2371},[10849],{"type":48,"value":10850},"196",{"type":42,"tag":2336,"props":10852,"children":10853},{"style":2343},[10854],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10856,"children":10857},{"style":2355},[10858],{"type":48,"value":10048},{"type":42,"tag":2336,"props":10860,"children":10861},{"style":2343},[10862],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10864,"children":10865},{"style":2343},[10866],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10868,"children":10869},{"style":2371},[10870],{"type":48,"value":10061},{"type":42,"tag":2336,"props":10872,"children":10873},{"style":2343},[10874],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10876,"children":10877},{"style":2355},[10878],{"type":48,"value":10070},{"type":42,"tag":2336,"props":10880,"children":10881},{"style":2343},[10882],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10884,"children":10885},{"style":2343},[10886],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10888,"children":10889},{"style":2371},[10890],{"type":48,"value":9310},{"type":42,"tag":2336,"props":10892,"children":10893},{"style":2343},[10894],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10896,"children":10897},{"style":2355},[10898],{"type":48,"value":10091},{"type":42,"tag":2336,"props":10900,"children":10901},{"style":2343},[10902],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10904,"children":10905},{"style":2343},[10906],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10908,"children":10909},{"style":2371},[10910],{"type":48,"value":10104},{"type":42,"tag":2336,"props":10912,"children":10913},{"style":2343},[10914],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10916,"children":10917},{"style":2343},[10918],{"type":48,"value":2423},{"type":42,"tag":2336,"props":10920,"children":10921},{"style":2426},[10922],{"type":48,"value":9282},{"type":42,"tag":2336,"props":10924,"children":10925},{"style":2343},[10926],{"type":48,"value":2433},{"type":42,"tag":2336,"props":10928,"children":10929},{"style":2349},[10930],{"type":48,"value":48},{"type":42,"tag":2336,"props":10932,"children":10933},{"style":2343},[10934],{"type":48,"value":2383},{"type":42,"tag":2336,"props":10936,"children":10937},{"class":2338,"line":2912},[10938,10942,10946,10950,10954,10958,10962,10966,10970,10974,10978,10983,10987,10991,10995,10999,11003,11007,11011,11015,11019,11023,11027,11031,11035,11039,11043,11047,11051,11055,11059,11063,11067],{"type":42,"tag":2336,"props":10939,"children":10940},{"style":2343},[10941],{"type":48,"value":2496},{"type":42,"tag":2336,"props":10943,"children":10944},{"style":2349},[10945],{"type":48,"value":2338},{"type":42,"tag":2336,"props":10947,"children":10948},{"style":2355},[10949],{"type":48,"value":9858},{"type":42,"tag":2336,"props":10951,"children":10952},{"style":2343},[10953],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10955,"children":10956},{"style":2343},[10957],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10959,"children":10960},{"style":2371},[10961],{"type":48,"value":9871},{"type":42,"tag":2336,"props":10963,"children":10964},{"style":2343},[10965],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10967,"children":10968},{"style":2355},[10969],{"type":48,"value":9880},{"type":42,"tag":2336,"props":10971,"children":10972},{"style":2343},[10973],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10975,"children":10976},{"style":2343},[10977],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10979,"children":10980},{"style":2371},[10981],{"type":48,"value":10982},"246",{"type":42,"tag":2336,"props":10984,"children":10985},{"style":2343},[10986],{"type":48,"value":2368},{"type":42,"tag":2336,"props":10988,"children":10989},{"style":2355},[10990],{"type":48,"value":10453},{"type":42,"tag":2336,"props":10992,"children":10993},{"style":2343},[10994],{"type":48,"value":2363},{"type":42,"tag":2336,"props":10996,"children":10997},{"style":2343},[10998],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11000,"children":11001},{"style":2371},[11002],{"type":48,"value":9915},{"type":42,"tag":2336,"props":11004,"children":11005},{"style":2343},[11006],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11008,"children":11009},{"style":2355},[11010],{"type":48,"value":9924},{"type":42,"tag":2336,"props":11012,"children":11013},{"style":2343},[11014],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11016,"children":11017},{"style":2343},[11018],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11020,"children":11021},{"style":2371},[11022],{"type":48,"value":10982},{"type":42,"tag":2336,"props":11024,"children":11025},{"style":2343},[11026],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11028,"children":11029},{"style":2355},[11030],{"type":48,"value":10494},{"type":42,"tag":2336,"props":11032,"children":11033},{"style":2343},[11034],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11036,"children":11037},{"style":2343},[11038],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11040,"children":11041},{"style":2371},[11042],{"type":48,"value":9958},{"type":42,"tag":2336,"props":11044,"children":11045},{"style":2343},[11046],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11048,"children":11049},{"style":2355},[11050],{"type":48,"value":9967},{"type":42,"tag":2336,"props":11052,"children":11053},{"style":2343},[11054],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11056,"children":11057},{"style":2343},[11058],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11060,"children":11061},{"style":2371},[11062],{"type":48,"value":1987},{"type":42,"tag":2336,"props":11064,"children":11065},{"style":2343},[11066],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11068,"children":11069},{"style":2343},[11070],{"type":48,"value":9988},{"type":42,"tag":2336,"props":11072,"children":11073},{"class":2338,"line":2978},[11074,11078,11082,11086,11090,11094,11098,11102,11106,11110,11114,11119,11123,11127,11131,11135,11139,11143,11147,11151,11155,11159,11163,11167,11171,11175,11179,11183,11187,11191,11195,11199],{"type":42,"tag":2336,"props":11075,"children":11076},{"style":2343},[11077],{"type":48,"value":2496},{"type":42,"tag":2336,"props":11079,"children":11080},{"style":2349},[11081],{"type":48,"value":48},{"type":42,"tag":2336,"props":11083,"children":11084},{"style":2355},[11085],{"type":48,"value":10004},{"type":42,"tag":2336,"props":11087,"children":11088},{"style":2343},[11089],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11091,"children":11092},{"style":2343},[11093],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11095,"children":11096},{"style":2371},[11097],{"type":48,"value":10017},{"type":42,"tag":2336,"props":11099,"children":11100},{"style":2343},[11101],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11103,"children":11104},{"style":2355},[11105],{"type":48,"value":10026},{"type":42,"tag":2336,"props":11107,"children":11108},{"style":2343},[11109],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11111,"children":11112},{"style":2343},[11113],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11115,"children":11116},{"style":2371},[11117],{"type":48,"value":11118},"250",{"type":42,"tag":2336,"props":11120,"children":11121},{"style":2343},[11122],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11124,"children":11125},{"style":2355},[11126],{"type":48,"value":10048},{"type":42,"tag":2336,"props":11128,"children":11129},{"style":2343},[11130],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11132,"children":11133},{"style":2343},[11134],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11136,"children":11137},{"style":2371},[11138],{"type":48,"value":10061},{"type":42,"tag":2336,"props":11140,"children":11141},{"style":2343},[11142],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11144,"children":11145},{"style":2355},[11146],{"type":48,"value":10070},{"type":42,"tag":2336,"props":11148,"children":11149},{"style":2343},[11150],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11152,"children":11153},{"style":2343},[11154],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11156,"children":11157},{"style":2371},[11158],{"type":48,"value":9310},{"type":42,"tag":2336,"props":11160,"children":11161},{"style":2343},[11162],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11164,"children":11165},{"style":2355},[11166],{"type":48,"value":10091},{"type":42,"tag":2336,"props":11168,"children":11169},{"style":2343},[11170],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11172,"children":11173},{"style":2343},[11174],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11176,"children":11177},{"style":2371},[11178],{"type":48,"value":10104},{"type":42,"tag":2336,"props":11180,"children":11181},{"style":2343},[11182],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11184,"children":11185},{"style":2343},[11186],{"type":48,"value":2423},{"type":42,"tag":2336,"props":11188,"children":11189},{"style":2426},[11190],{"type":48,"value":9305},{"type":42,"tag":2336,"props":11192,"children":11193},{"style":2343},[11194],{"type":48,"value":2433},{"type":42,"tag":2336,"props":11196,"children":11197},{"style":2349},[11198],{"type":48,"value":48},{"type":42,"tag":2336,"props":11200,"children":11201},{"style":2343},[11202],{"type":48,"value":2383},{"type":42,"tag":2336,"props":11204,"children":11205},{"class":2338,"line":2995},[11206,11210,11214,11218,11222,11226,11230,11234,11238,11242,11246,11251,11255,11259,11263,11267,11271,11275,11279,11283,11287,11291,11295,11299,11303,11307,11311,11315,11319,11323,11327,11331,11335],{"type":42,"tag":2336,"props":11207,"children":11208},{"style":2343},[11209],{"type":48,"value":2496},{"type":42,"tag":2336,"props":11211,"children":11212},{"style":2349},[11213],{"type":48,"value":2338},{"type":42,"tag":2336,"props":11215,"children":11216},{"style":2355},[11217],{"type":48,"value":9858},{"type":42,"tag":2336,"props":11219,"children":11220},{"style":2343},[11221],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11223,"children":11224},{"style":2343},[11225],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11227,"children":11228},{"style":2371},[11229],{"type":48,"value":9871},{"type":42,"tag":2336,"props":11231,"children":11232},{"style":2343},[11233],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11235,"children":11236},{"style":2355},[11237],{"type":48,"value":9880},{"type":42,"tag":2336,"props":11239,"children":11240},{"style":2343},[11241],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11243,"children":11244},{"style":2343},[11245],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11247,"children":11248},{"style":2371},[11249],{"type":48,"value":11250},"300",{"type":42,"tag":2336,"props":11252,"children":11253},{"style":2343},[11254],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11256,"children":11257},{"style":2355},[11258],{"type":48,"value":10453},{"type":42,"tag":2336,"props":11260,"children":11261},{"style":2343},[11262],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11264,"children":11265},{"style":2343},[11266],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11268,"children":11269},{"style":2371},[11270],{"type":48,"value":9915},{"type":42,"tag":2336,"props":11272,"children":11273},{"style":2343},[11274],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11276,"children":11277},{"style":2355},[11278],{"type":48,"value":9924},{"type":42,"tag":2336,"props":11280,"children":11281},{"style":2343},[11282],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11284,"children":11285},{"style":2343},[11286],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11288,"children":11289},{"style":2371},[11290],{"type":48,"value":11250},{"type":42,"tag":2336,"props":11292,"children":11293},{"style":2343},[11294],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11296,"children":11297},{"style":2355},[11298],{"type":48,"value":10494},{"type":42,"tag":2336,"props":11300,"children":11301},{"style":2343},[11302],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11304,"children":11305},{"style":2343},[11306],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11308,"children":11309},{"style":2371},[11310],{"type":48,"value":9958},{"type":42,"tag":2336,"props":11312,"children":11313},{"style":2343},[11314],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11316,"children":11317},{"style":2355},[11318],{"type":48,"value":9967},{"type":42,"tag":2336,"props":11320,"children":11321},{"style":2343},[11322],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11324,"children":11325},{"style":2343},[11326],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11328,"children":11329},{"style":2371},[11330],{"type":48,"value":1987},{"type":42,"tag":2336,"props":11332,"children":11333},{"style":2343},[11334],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11336,"children":11337},{"style":2343},[11338],{"type":48,"value":9988},{"type":42,"tag":2336,"props":11340,"children":11341},{"class":2338,"line":3049},[11342,11346,11350,11354,11358,11362,11366,11370,11374,11378,11382,11387,11391,11395,11399,11403,11407,11411,11415,11419,11423,11427,11431,11435,11439,11443,11447,11451,11455,11459,11463,11467],{"type":42,"tag":2336,"props":11343,"children":11344},{"style":2343},[11345],{"type":48,"value":2496},{"type":42,"tag":2336,"props":11347,"children":11348},{"style":2349},[11349],{"type":48,"value":48},{"type":42,"tag":2336,"props":11351,"children":11352},{"style":2355},[11353],{"type":48,"value":10004},{"type":42,"tag":2336,"props":11355,"children":11356},{"style":2343},[11357],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11359,"children":11360},{"style":2343},[11361],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11363,"children":11364},{"style":2371},[11365],{"type":48,"value":10017},{"type":42,"tag":2336,"props":11367,"children":11368},{"style":2343},[11369],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11371,"children":11372},{"style":2355},[11373],{"type":48,"value":10026},{"type":42,"tag":2336,"props":11375,"children":11376},{"style":2343},[11377],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11379,"children":11380},{"style":2343},[11381],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11383,"children":11384},{"style":2371},[11385],{"type":48,"value":11386},"304",{"type":42,"tag":2336,"props":11388,"children":11389},{"style":2343},[11390],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11392,"children":11393},{"style":2355},[11394],{"type":48,"value":10048},{"type":42,"tag":2336,"props":11396,"children":11397},{"style":2343},[11398],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11400,"children":11401},{"style":2343},[11402],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11404,"children":11405},{"style":2371},[11406],{"type":48,"value":10061},{"type":42,"tag":2336,"props":11408,"children":11409},{"style":2343},[11410],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11412,"children":11413},{"style":2355},[11414],{"type":48,"value":10070},{"type":42,"tag":2336,"props":11416,"children":11417},{"style":2343},[11418],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11420,"children":11421},{"style":2343},[11422],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11424,"children":11425},{"style":2371},[11426],{"type":48,"value":9310},{"type":42,"tag":2336,"props":11428,"children":11429},{"style":2343},[11430],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11432,"children":11433},{"style":2355},[11434],{"type":48,"value":10091},{"type":42,"tag":2336,"props":11436,"children":11437},{"style":2343},[11438],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11440,"children":11441},{"style":2343},[11442],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11444,"children":11445},{"style":2371},[11446],{"type":48,"value":10104},{"type":42,"tag":2336,"props":11448,"children":11449},{"style":2343},[11450],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11452,"children":11453},{"style":2343},[11454],{"type":48,"value":2423},{"type":42,"tag":2336,"props":11456,"children":11457},{"style":2426},[11458],{"type":48,"value":9328},{"type":42,"tag":2336,"props":11460,"children":11461},{"style":2343},[11462],{"type":48,"value":2433},{"type":42,"tag":2336,"props":11464,"children":11465},{"style":2349},[11466],{"type":48,"value":48},{"type":42,"tag":2336,"props":11468,"children":11469},{"style":2343},[11470],{"type":48,"value":2383},{"type":42,"tag":2336,"props":11472,"children":11473},{"class":2338,"line":3066},[11474],{"type":42,"tag":2336,"props":11475,"children":11476},{"emptyLinePlaceholder":2448},[11477],{"type":48,"value":2451},{"type":42,"tag":2336,"props":11479,"children":11480},{"class":2338,"line":3075},[11481],{"type":42,"tag":2336,"props":11482,"children":11483},{"style":2639},[11484],{"type":48,"value":11485},"    \u003C!-- X-axis baseline + tick labels -->\n",{"type":42,"tag":2336,"props":11487,"children":11488},{"class":2338,"line":3111},[11489,11493,11497,11501,11505,11509,11513,11517,11521,11525,11529,11533,11537,11541,11545,11549,11553,11557,11561,11565,11569,11573,11577,11581,11585,11589,11594,11598,11602,11606,11610,11615,11619],{"type":42,"tag":2336,"props":11490,"children":11491},{"style":2343},[11492],{"type":48,"value":2496},{"type":42,"tag":2336,"props":11494,"children":11495},{"style":2349},[11496],{"type":48,"value":2338},{"type":42,"tag":2336,"props":11498,"children":11499},{"style":2355},[11500],{"type":48,"value":9858},{"type":42,"tag":2336,"props":11502,"children":11503},{"style":2343},[11504],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11506,"children":11507},{"style":2343},[11508],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11510,"children":11511},{"style":2371},[11512],{"type":48,"value":9871},{"type":42,"tag":2336,"props":11514,"children":11515},{"style":2343},[11516],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11518,"children":11519},{"style":2355},[11520],{"type":48,"value":9880},{"type":42,"tag":2336,"props":11522,"children":11523},{"style":2343},[11524],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11526,"children":11527},{"style":2343},[11528],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11530,"children":11531},{"style":2371},[11532],{"type":48,"value":11250},{"type":42,"tag":2336,"props":11534,"children":11535},{"style":2343},[11536],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11538,"children":11539},{"style":2355},[11540],{"type":48,"value":10453},{"type":42,"tag":2336,"props":11542,"children":11543},{"style":2343},[11544],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11546,"children":11547},{"style":2343},[11548],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11550,"children":11551},{"style":2371},[11552],{"type":48,"value":9915},{"type":42,"tag":2336,"props":11554,"children":11555},{"style":2343},[11556],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11558,"children":11559},{"style":2355},[11560],{"type":48,"value":9924},{"type":42,"tag":2336,"props":11562,"children":11563},{"style":2343},[11564],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11566,"children":11567},{"style":2343},[11568],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11570,"children":11571},{"style":2371},[11572],{"type":48,"value":11250},{"type":42,"tag":2336,"props":11574,"children":11575},{"style":2343},[11576],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11578,"children":11579},{"style":2355},[11580],{"type":48,"value":10494},{"type":42,"tag":2336,"props":11582,"children":11583},{"style":2343},[11584],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11586,"children":11587},{"style":2343},[11588],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11590,"children":11591},{"style":2371},[11592],{"type":48,"value":11593},"#334155",{"type":42,"tag":2336,"props":11595,"children":11596},{"style":2343},[11597],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11599,"children":11600},{"style":2355},[11601],{"type":48,"value":9967},{"type":42,"tag":2336,"props":11603,"children":11604},{"style":2343},[11605],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11607,"children":11608},{"style":2343},[11609],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11611,"children":11612},{"style":2371},[11613],{"type":48,"value":11614},"1.5",{"type":42,"tag":2336,"props":11616,"children":11617},{"style":2343},[11618],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11620,"children":11621},{"style":2343},[11622],{"type":48,"value":9988},{"type":42,"tag":2336,"props":11624,"children":11625},{"class":2338,"line":3184},[11626,11630,11634,11638,11642,11646,11650,11654,11659,11663,11667,11672,11676,11680,11684,11688,11693,11697,11701,11705,11709,11713,11717,11721,11725,11729,11733,11737,11741,11745,11749,11753],{"type":42,"tag":2336,"props":11627,"children":11628},{"style":2343},[11629],{"type":48,"value":2496},{"type":42,"tag":2336,"props":11631,"children":11632},{"style":2349},[11633],{"type":48,"value":48},{"type":42,"tag":2336,"props":11635,"children":11636},{"style":2355},[11637],{"type":48,"value":10004},{"type":42,"tag":2336,"props":11639,"children":11640},{"style":2343},[11641],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11643,"children":11644},{"style":2343},[11645],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11647,"children":11648},{"style":2371},[11649],{"type":48,"value":9871},{"type":42,"tag":2336,"props":11651,"children":11652},{"style":2343},[11653],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11655,"children":11656},{"style":2355},[11657],{"type":48,"value":11658},"  y",{"type":42,"tag":2336,"props":11660,"children":11661},{"style":2343},[11662],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11664,"children":11665},{"style":2343},[11666],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11668,"children":11669},{"style":2371},[11670],{"type":48,"value":11671},"320",{"type":42,"tag":2336,"props":11673,"children":11674},{"style":2343},[11675],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11677,"children":11678},{"style":2355},[11679],{"type":48,"value":10048},{"type":42,"tag":2336,"props":11681,"children":11682},{"style":2343},[11683],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11685,"children":11686},{"style":2343},[11687],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11689,"children":11690},{"style":2371},[11691],{"type":48,"value":11692},"middle",{"type":42,"tag":2336,"props":11694,"children":11695},{"style":2343},[11696],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11698,"children":11699},{"style":2355},[11700],{"type":48,"value":10070},{"type":42,"tag":2336,"props":11702,"children":11703},{"style":2343},[11704],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11706,"children":11707},{"style":2343},[11708],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11710,"children":11711},{"style":2371},[11712],{"type":48,"value":9310},{"type":42,"tag":2336,"props":11714,"children":11715},{"style":2343},[11716],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11718,"children":11719},{"style":2355},[11720],{"type":48,"value":10091},{"type":42,"tag":2336,"props":11722,"children":11723},{"style":2343},[11724],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11726,"children":11727},{"style":2343},[11728],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11730,"children":11731},{"style":2371},[11732],{"type":48,"value":10104},{"type":42,"tag":2336,"props":11734,"children":11735},{"style":2343},[11736],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11738,"children":11739},{"style":2343},[11740],{"type":48,"value":2423},{"type":42,"tag":2336,"props":11742,"children":11743},{"style":2426},[11744],{"type":48,"value":4674},{"type":42,"tag":2336,"props":11746,"children":11747},{"style":2343},[11748],{"type":48,"value":2433},{"type":42,"tag":2336,"props":11750,"children":11751},{"style":2349},[11752],{"type":48,"value":48},{"type":42,"tag":2336,"props":11754,"children":11755},{"style":2343},[11756],{"type":48,"value":2383},{"type":42,"tag":2336,"props":11758,"children":11759},{"class":2338,"line":3220},[11760,11764,11768,11772,11776,11780,11785,11789,11793,11797,11801,11805,11809,11813,11817,11821,11825,11829,11833,11837,11841,11845,11849,11853,11857,11861,11865,11869,11873,11878,11882,11886],{"type":42,"tag":2336,"props":11761,"children":11762},{"style":2343},[11763],{"type":48,"value":2496},{"type":42,"tag":2336,"props":11765,"children":11766},{"style":2349},[11767],{"type":48,"value":48},{"type":42,"tag":2336,"props":11769,"children":11770},{"style":2355},[11771],{"type":48,"value":10004},{"type":42,"tag":2336,"props":11773,"children":11774},{"style":2343},[11775],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11777,"children":11778},{"style":2343},[11779],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11781,"children":11782},{"style":2371},[11783],{"type":48,"value":11784},"220",{"type":42,"tag":2336,"props":11786,"children":11787},{"style":2343},[11788],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11790,"children":11791},{"style":2355},[11792],{"type":48,"value":10026},{"type":42,"tag":2336,"props":11794,"children":11795},{"style":2343},[11796],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11798,"children":11799},{"style":2343},[11800],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11802,"children":11803},{"style":2371},[11804],{"type":48,"value":11671},{"type":42,"tag":2336,"props":11806,"children":11807},{"style":2343},[11808],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11810,"children":11811},{"style":2355},[11812],{"type":48,"value":10048},{"type":42,"tag":2336,"props":11814,"children":11815},{"style":2343},[11816],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11818,"children":11819},{"style":2343},[11820],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11822,"children":11823},{"style":2371},[11824],{"type":48,"value":11692},{"type":42,"tag":2336,"props":11826,"children":11827},{"style":2343},[11828],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11830,"children":11831},{"style":2355},[11832],{"type":48,"value":10070},{"type":42,"tag":2336,"props":11834,"children":11835},{"style":2343},[11836],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11838,"children":11839},{"style":2343},[11840],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11842,"children":11843},{"style":2371},[11844],{"type":48,"value":9310},{"type":42,"tag":2336,"props":11846,"children":11847},{"style":2343},[11848],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11850,"children":11851},{"style":2355},[11852],{"type":48,"value":10091},{"type":42,"tag":2336,"props":11854,"children":11855},{"style":2343},[11856],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11858,"children":11859},{"style":2343},[11860],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11862,"children":11863},{"style":2371},[11864],{"type":48,"value":10104},{"type":42,"tag":2336,"props":11866,"children":11867},{"style":2343},[11868],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11870,"children":11871},{"style":2343},[11872],{"type":48,"value":2423},{"type":42,"tag":2336,"props":11874,"children":11875},{"style":2426},[11876],{"type":48,"value":11877},"Rating 2",{"type":42,"tag":2336,"props":11879,"children":11880},{"style":2343},[11881],{"type":48,"value":2433},{"type":42,"tag":2336,"props":11883,"children":11884},{"style":2349},[11885],{"type":48,"value":48},{"type":42,"tag":2336,"props":11887,"children":11888},{"style":2343},[11889],{"type":48,"value":2383},{"type":42,"tag":2336,"props":11891,"children":11892},{"class":2338,"line":3284},[11893,11897,11901,11905,11909,11913,11918,11922,11926,11930,11934,11938,11942,11946,11950,11954,11958,11962,11966,11970,11974,11978,11982,11986,11990,11994,11998,12002,12006,12011,12015,12019],{"type":42,"tag":2336,"props":11894,"children":11895},{"style":2343},[11896],{"type":48,"value":2496},{"type":42,"tag":2336,"props":11898,"children":11899},{"style":2349},[11900],{"type":48,"value":48},{"type":42,"tag":2336,"props":11902,"children":11903},{"style":2355},[11904],{"type":48,"value":10004},{"type":42,"tag":2336,"props":11906,"children":11907},{"style":2343},[11908],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11910,"children":11911},{"style":2343},[11912],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11914,"children":11915},{"style":2371},[11916],{"type":48,"value":11917},"370",{"type":42,"tag":2336,"props":11919,"children":11920},{"style":2343},[11921],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11923,"children":11924},{"style":2355},[11925],{"type":48,"value":10026},{"type":42,"tag":2336,"props":11927,"children":11928},{"style":2343},[11929],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11931,"children":11932},{"style":2343},[11933],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11935,"children":11936},{"style":2371},[11937],{"type":48,"value":11671},{"type":42,"tag":2336,"props":11939,"children":11940},{"style":2343},[11941],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11943,"children":11944},{"style":2355},[11945],{"type":48,"value":10048},{"type":42,"tag":2336,"props":11947,"children":11948},{"style":2343},[11949],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11951,"children":11952},{"style":2343},[11953],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11955,"children":11956},{"style":2371},[11957],{"type":48,"value":11692},{"type":42,"tag":2336,"props":11959,"children":11960},{"style":2343},[11961],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11963,"children":11964},{"style":2355},[11965],{"type":48,"value":10070},{"type":42,"tag":2336,"props":11967,"children":11968},{"style":2343},[11969],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11971,"children":11972},{"style":2343},[11973],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11975,"children":11976},{"style":2371},[11977],{"type":48,"value":9310},{"type":42,"tag":2336,"props":11979,"children":11980},{"style":2343},[11981],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11983,"children":11984},{"style":2355},[11985],{"type":48,"value":10091},{"type":42,"tag":2336,"props":11987,"children":11988},{"style":2343},[11989],{"type":48,"value":2363},{"type":42,"tag":2336,"props":11991,"children":11992},{"style":2343},[11993],{"type":48,"value":2368},{"type":42,"tag":2336,"props":11995,"children":11996},{"style":2371},[11997],{"type":48,"value":10104},{"type":42,"tag":2336,"props":11999,"children":12000},{"style":2343},[12001],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12003,"children":12004},{"style":2343},[12005],{"type":48,"value":2423},{"type":42,"tag":2336,"props":12007,"children":12008},{"style":2426},[12009],{"type":48,"value":12010},"Rating 3",{"type":42,"tag":2336,"props":12012,"children":12013},{"style":2343},[12014],{"type":48,"value":2433},{"type":42,"tag":2336,"props":12016,"children":12017},{"style":2349},[12018],{"type":48,"value":48},{"type":42,"tag":2336,"props":12020,"children":12021},{"style":2343},[12022],{"type":48,"value":2383},{"type":42,"tag":2336,"props":12024,"children":12025},{"class":2338,"line":3350},[12026,12030,12034,12038,12042,12046,12051,12055,12059,12063,12067,12071,12075,12079,12083,12087,12091,12095,12099,12103,12107,12111,12115,12119,12123,12127,12131,12135,12139,12144,12148,12152],{"type":42,"tag":2336,"props":12027,"children":12028},{"style":2343},[12029],{"type":48,"value":2496},{"type":42,"tag":2336,"props":12031,"children":12032},{"style":2349},[12033],{"type":48,"value":48},{"type":42,"tag":2336,"props":12035,"children":12036},{"style":2355},[12037],{"type":48,"value":10004},{"type":42,"tag":2336,"props":12039,"children":12040},{"style":2343},[12041],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12043,"children":12044},{"style":2343},[12045],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12047,"children":12048},{"style":2371},[12049],{"type":48,"value":12050},"520",{"type":42,"tag":2336,"props":12052,"children":12053},{"style":2343},[12054],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12056,"children":12057},{"style":2355},[12058],{"type":48,"value":10026},{"type":42,"tag":2336,"props":12060,"children":12061},{"style":2343},[12062],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12064,"children":12065},{"style":2343},[12066],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12068,"children":12069},{"style":2371},[12070],{"type":48,"value":11671},{"type":42,"tag":2336,"props":12072,"children":12073},{"style":2343},[12074],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12076,"children":12077},{"style":2355},[12078],{"type":48,"value":10048},{"type":42,"tag":2336,"props":12080,"children":12081},{"style":2343},[12082],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12084,"children":12085},{"style":2343},[12086],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12088,"children":12089},{"style":2371},[12090],{"type":48,"value":11692},{"type":42,"tag":2336,"props":12092,"children":12093},{"style":2343},[12094],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12096,"children":12097},{"style":2355},[12098],{"type":48,"value":10070},{"type":42,"tag":2336,"props":12100,"children":12101},{"style":2343},[12102],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12104,"children":12105},{"style":2343},[12106],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12108,"children":12109},{"style":2371},[12110],{"type":48,"value":9310},{"type":42,"tag":2336,"props":12112,"children":12113},{"style":2343},[12114],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12116,"children":12117},{"style":2355},[12118],{"type":48,"value":10091},{"type":42,"tag":2336,"props":12120,"children":12121},{"style":2343},[12122],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12124,"children":12125},{"style":2343},[12126],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12128,"children":12129},{"style":2371},[12130],{"type":48,"value":10104},{"type":42,"tag":2336,"props":12132,"children":12133},{"style":2343},[12134],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12136,"children":12137},{"style":2343},[12138],{"type":48,"value":2423},{"type":42,"tag":2336,"props":12140,"children":12141},{"style":2426},[12142],{"type":48,"value":12143},"Rating 4",{"type":42,"tag":2336,"props":12145,"children":12146},{"style":2343},[12147],{"type":48,"value":2433},{"type":42,"tag":2336,"props":12149,"children":12150},{"style":2349},[12151],{"type":48,"value":48},{"type":42,"tag":2336,"props":12153,"children":12154},{"style":2343},[12155],{"type":48,"value":2383},{"type":42,"tag":2336,"props":12157,"children":12158},{"class":2338,"line":3366},[12159,12163,12167,12171,12175,12179,12183,12187,12191,12195,12199,12203,12207,12211,12215,12219,12223,12227,12231,12235,12239,12243,12247,12251,12255,12259,12263,12267,12271,12275,12279,12283],{"type":42,"tag":2336,"props":12160,"children":12161},{"style":2343},[12162],{"type":48,"value":2496},{"type":42,"tag":2336,"props":12164,"children":12165},{"style":2349},[12166],{"type":48,"value":48},{"type":42,"tag":2336,"props":12168,"children":12169},{"style":2355},[12170],{"type":48,"value":10004},{"type":42,"tag":2336,"props":12172,"children":12173},{"style":2343},[12174],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12176,"children":12177},{"style":2343},[12178],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12180,"children":12181},{"style":2371},[12182],{"type":48,"value":9915},{"type":42,"tag":2336,"props":12184,"children":12185},{"style":2343},[12186],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12188,"children":12189},{"style":2355},[12190],{"type":48,"value":10026},{"type":42,"tag":2336,"props":12192,"children":12193},{"style":2343},[12194],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12196,"children":12197},{"style":2343},[12198],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12200,"children":12201},{"style":2371},[12202],{"type":48,"value":11671},{"type":42,"tag":2336,"props":12204,"children":12205},{"style":2343},[12206],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12208,"children":12209},{"style":2355},[12210],{"type":48,"value":10048},{"type":42,"tag":2336,"props":12212,"children":12213},{"style":2343},[12214],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12216,"children":12217},{"style":2343},[12218],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12220,"children":12221},{"style":2371},[12222],{"type":48,"value":11692},{"type":42,"tag":2336,"props":12224,"children":12225},{"style":2343},[12226],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12228,"children":12229},{"style":2355},[12230],{"type":48,"value":10070},{"type":42,"tag":2336,"props":12232,"children":12233},{"style":2343},[12234],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12236,"children":12237},{"style":2343},[12238],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12240,"children":12241},{"style":2371},[12242],{"type":48,"value":9310},{"type":42,"tag":2336,"props":12244,"children":12245},{"style":2343},[12246],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12248,"children":12249},{"style":2355},[12250],{"type":48,"value":10091},{"type":42,"tag":2336,"props":12252,"children":12253},{"style":2343},[12254],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12256,"children":12257},{"style":2343},[12258],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12260,"children":12261},{"style":2371},[12262],{"type":48,"value":10104},{"type":42,"tag":2336,"props":12264,"children":12265},{"style":2343},[12266],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12268,"children":12269},{"style":2343},[12270],{"type":48,"value":2423},{"type":42,"tag":2336,"props":12272,"children":12273},{"style":2426},[12274],{"type":48,"value":4682},{"type":42,"tag":2336,"props":12276,"children":12277},{"style":2343},[12278],{"type":48,"value":2433},{"type":42,"tag":2336,"props":12280,"children":12281},{"style":2349},[12282],{"type":48,"value":48},{"type":42,"tag":2336,"props":12284,"children":12285},{"style":2343},[12286],{"type":48,"value":2383},{"type":42,"tag":2336,"props":12288,"children":12289},{"class":2338,"line":3420},[12290],{"type":42,"tag":2336,"props":12291,"children":12292},{"emptyLinePlaceholder":2448},[12293],{"type":48,"value":2451},{"type":42,"tag":2336,"props":12295,"children":12296},{"class":2338,"line":3436},[12297],{"type":42,"tag":2336,"props":12298,"children":12299},{"style":2639},[12300],{"type":48,"value":12301},"    \u003C!-- Target company line (palette[0] = #0066cc) -->\n",{"type":42,"tag":2336,"props":12303,"children":12304},{"class":2338,"line":3445},[12305,12309,12314,12319,12323,12327,12332],{"type":42,"tag":2336,"props":12306,"children":12307},{"style":2343},[12308],{"type":48,"value":2496},{"type":42,"tag":2336,"props":12310,"children":12311},{"style":2349},[12312],{"type":48,"value":12313},"path",{"type":42,"tag":2336,"props":12315,"children":12316},{"style":2355},[12317],{"type":48,"value":12318}," d",{"type":42,"tag":2336,"props":12320,"children":12321},{"style":2343},[12322],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12324,"children":12325},{"style":2343},[12326],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12328,"children":12329},{"style":2371},[12330],{"type":48,"value":12331},"M70,138 L220,138 L370,192 L520,192 L670,192",{"type":42,"tag":2336,"props":12333,"children":12334},{"style":2343},[12335],{"type":48,"value":12336},"\"\n",{"type":42,"tag":2336,"props":12338,"children":12339},{"class":2338,"line":3502},[12340,12345,12349,12353,12358,12362,12366,12370,12374,12378,12382,12386,12390,12394,12399,12403],{"type":42,"tag":2336,"props":12341,"children":12342},{"style":2355},[12343],{"type":48,"value":12344},"          fill",{"type":42,"tag":2336,"props":12346,"children":12347},{"style":2343},[12348],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12350,"children":12351},{"style":2343},[12352],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12354,"children":12355},{"style":2371},[12356],{"type":48,"value":12357},"none",{"type":42,"tag":2336,"props":12359,"children":12360},{"style":2343},[12361],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12363,"children":12364},{"style":2355},[12365],{"type":48,"value":10494},{"type":42,"tag":2336,"props":12367,"children":12368},{"style":2343},[12369],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12371,"children":12372},{"style":2343},[12373],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12375,"children":12376},{"style":2371},[12377],{"type":48,"value":9200},{"type":42,"tag":2336,"props":12379,"children":12380},{"style":2343},[12381],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12383,"children":12384},{"style":2355},[12385],{"type":48,"value":9967},{"type":42,"tag":2336,"props":12387,"children":12388},{"style":2343},[12389],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12391,"children":12392},{"style":2343},[12393],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12395,"children":12396},{"style":2371},[12397],{"type":48,"value":12398},"2.5",{"type":42,"tag":2336,"props":12400,"children":12401},{"style":2343},[12402],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12404,"children":12405},{"style":2343},[12406],{"type":48,"value":9988},{"type":42,"tag":2336,"props":12408,"children":12409},{"class":2338,"line":3556},[12410,12414,12419,12424,12428,12432,12436,12440,12445,12449,12453,12457,12461,12466,12470,12474,12478,12482,12486,12490,12494,12498,12502],{"type":42,"tag":2336,"props":12411,"children":12412},{"style":2343},[12413],{"type":48,"value":2496},{"type":42,"tag":2336,"props":12415,"children":12416},{"style":2349},[12417],{"type":48,"value":12418},"circle",{"type":42,"tag":2336,"props":12420,"children":12421},{"style":2355},[12422],{"type":48,"value":12423}," cx",{"type":42,"tag":2336,"props":12425,"children":12426},{"style":2343},[12427],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12429,"children":12430},{"style":2343},[12431],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12433,"children":12434},{"style":2371},[12435],{"type":48,"value":9871},{"type":42,"tag":2336,"props":12437,"children":12438},{"style":2343},[12439],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12441,"children":12442},{"style":2355},[12443],{"type":48,"value":12444},"  cy",{"type":42,"tag":2336,"props":12446,"children":12447},{"style":2343},[12448],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12450,"children":12451},{"style":2343},[12452],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12454,"children":12455},{"style":2371},[12456],{"type":48,"value":10444},{"type":42,"tag":2336,"props":12458,"children":12459},{"style":2343},[12460],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12462,"children":12463},{"style":2355},[12464],{"type":48,"value":12465}," r",{"type":42,"tag":2336,"props":12467,"children":12468},{"style":2343},[12469],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12471,"children":12472},{"style":2343},[12473],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12475,"children":12476},{"style":2371},[12477],{"type":48,"value":2081},{"type":42,"tag":2336,"props":12479,"children":12480},{"style":2343},[12481],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12483,"children":12484},{"style":2355},[12485],{"type":48,"value":10091},{"type":42,"tag":2336,"props":12487,"children":12488},{"style":2343},[12489],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12491,"children":12492},{"style":2343},[12493],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12495,"children":12496},{"style":2371},[12497],{"type":48,"value":9200},{"type":42,"tag":2336,"props":12499,"children":12500},{"style":2343},[12501],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12503,"children":12504},{"style":2343},[12505],{"type":48,"value":9988},{"type":42,"tag":2336,"props":12507,"children":12508},{"class":2338,"line":3592},[12509,12513,12517,12521,12525,12529,12533,12537,12542,12546,12550,12554,12558,12562,12566,12570,12574,12578,12582,12586,12590,12594,12598],{"type":42,"tag":2336,"props":12510,"children":12511},{"style":2343},[12512],{"type":48,"value":2496},{"type":42,"tag":2336,"props":12514,"children":12515},{"style":2349},[12516],{"type":48,"value":12418},{"type":42,"tag":2336,"props":12518,"children":12519},{"style":2355},[12520],{"type":48,"value":12423},{"type":42,"tag":2336,"props":12522,"children":12523},{"style":2343},[12524],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12526,"children":12527},{"style":2343},[12528],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12530,"children":12531},{"style":2371},[12532],{"type":48,"value":11784},{"type":42,"tag":2336,"props":12534,"children":12535},{"style":2343},[12536],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12538,"children":12539},{"style":2355},[12540],{"type":48,"value":12541}," cy",{"type":42,"tag":2336,"props":12543,"children":12544},{"style":2343},[12545],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12547,"children":12548},{"style":2343},[12549],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12551,"children":12552},{"style":2371},[12553],{"type":48,"value":10444},{"type":42,"tag":2336,"props":12555,"children":12556},{"style":2343},[12557],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12559,"children":12560},{"style":2355},[12561],{"type":48,"value":12465},{"type":42,"tag":2336,"props":12563,"children":12564},{"style":2343},[12565],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12567,"children":12568},{"style":2343},[12569],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12571,"children":12572},{"style":2371},[12573],{"type":48,"value":2081},{"type":42,"tag":2336,"props":12575,"children":12576},{"style":2343},[12577],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12579,"children":12580},{"style":2355},[12581],{"type":48,"value":10091},{"type":42,"tag":2336,"props":12583,"children":12584},{"style":2343},[12585],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12587,"children":12588},{"style":2343},[12589],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12591,"children":12592},{"style":2371},[12593],{"type":48,"value":9200},{"type":42,"tag":2336,"props":12595,"children":12596},{"style":2343},[12597],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12599,"children":12600},{"style":2343},[12601],{"type":48,"value":9988},{"type":42,"tag":2336,"props":12603,"children":12604},{"class":2338,"line":3658},[12605,12609,12613,12617,12621,12625,12629,12633,12637,12641,12645,12649,12653,12657,12661,12665,12669,12673,12677,12681,12685,12689,12693],{"type":42,"tag":2336,"props":12606,"children":12607},{"style":2343},[12608],{"type":48,"value":2496},{"type":42,"tag":2336,"props":12610,"children":12611},{"style":2349},[12612],{"type":48,"value":12418},{"type":42,"tag":2336,"props":12614,"children":12615},{"style":2355},[12616],{"type":48,"value":12423},{"type":42,"tag":2336,"props":12618,"children":12619},{"style":2343},[12620],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12622,"children":12623},{"style":2343},[12624],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12626,"children":12627},{"style":2371},[12628],{"type":48,"value":11917},{"type":42,"tag":2336,"props":12630,"children":12631},{"style":2343},[12632],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12634,"children":12635},{"style":2355},[12636],{"type":48,"value":12541},{"type":42,"tag":2336,"props":12638,"children":12639},{"style":2343},[12640],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12642,"children":12643},{"style":2343},[12644],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12646,"children":12647},{"style":2371},[12648],{"type":48,"value":10714},{"type":42,"tag":2336,"props":12650,"children":12651},{"style":2343},[12652],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12654,"children":12655},{"style":2355},[12656],{"type":48,"value":12465},{"type":42,"tag":2336,"props":12658,"children":12659},{"style":2343},[12660],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12662,"children":12663},{"style":2343},[12664],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12666,"children":12667},{"style":2371},[12668],{"type":48,"value":2081},{"type":42,"tag":2336,"props":12670,"children":12671},{"style":2343},[12672],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12674,"children":12675},{"style":2355},[12676],{"type":48,"value":10091},{"type":42,"tag":2336,"props":12678,"children":12679},{"style":2343},[12680],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12682,"children":12683},{"style":2343},[12684],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12686,"children":12687},{"style":2371},[12688],{"type":48,"value":9200},{"type":42,"tag":2336,"props":12690,"children":12691},{"style":2343},[12692],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12694,"children":12695},{"style":2343},[12696],{"type":48,"value":9988},{"type":42,"tag":2336,"props":12698,"children":12699},{"class":2338,"line":3674},[12700,12704,12708,12712,12716,12720,12724,12728,12732,12736,12740,12744,12748,12752,12756,12760,12764,12768,12772,12776,12780,12784,12788],{"type":42,"tag":2336,"props":12701,"children":12702},{"style":2343},[12703],{"type":48,"value":2496},{"type":42,"tag":2336,"props":12705,"children":12706},{"style":2349},[12707],{"type":48,"value":12418},{"type":42,"tag":2336,"props":12709,"children":12710},{"style":2355},[12711],{"type":48,"value":12423},{"type":42,"tag":2336,"props":12713,"children":12714},{"style":2343},[12715],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12717,"children":12718},{"style":2343},[12719],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12721,"children":12722},{"style":2371},[12723],{"type":48,"value":12050},{"type":42,"tag":2336,"props":12725,"children":12726},{"style":2343},[12727],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12729,"children":12730},{"style":2355},[12731],{"type":48,"value":12541},{"type":42,"tag":2336,"props":12733,"children":12734},{"style":2343},[12735],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12737,"children":12738},{"style":2343},[12739],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12741,"children":12742},{"style":2371},[12743],{"type":48,"value":10714},{"type":42,"tag":2336,"props":12745,"children":12746},{"style":2343},[12747],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12749,"children":12750},{"style":2355},[12751],{"type":48,"value":12465},{"type":42,"tag":2336,"props":12753,"children":12754},{"style":2343},[12755],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12757,"children":12758},{"style":2343},[12759],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12761,"children":12762},{"style":2371},[12763],{"type":48,"value":2081},{"type":42,"tag":2336,"props":12765,"children":12766},{"style":2343},[12767],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12769,"children":12770},{"style":2355},[12771],{"type":48,"value":10091},{"type":42,"tag":2336,"props":12773,"children":12774},{"style":2343},[12775],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12777,"children":12778},{"style":2343},[12779],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12781,"children":12782},{"style":2371},[12783],{"type":48,"value":9200},{"type":42,"tag":2336,"props":12785,"children":12786},{"style":2343},[12787],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12789,"children":12790},{"style":2343},[12791],{"type":48,"value":9988},{"type":42,"tag":2336,"props":12793,"children":12794},{"class":2338,"line":3728},[12795,12799,12803,12807,12811,12815,12819,12823,12827,12831,12835,12839,12843,12847,12851,12855,12859,12863,12867,12871,12875,12879,12883],{"type":42,"tag":2336,"props":12796,"children":12797},{"style":2343},[12798],{"type":48,"value":2496},{"type":42,"tag":2336,"props":12800,"children":12801},{"style":2349},[12802],{"type":48,"value":12418},{"type":42,"tag":2336,"props":12804,"children":12805},{"style":2355},[12806],{"type":48,"value":12423},{"type":42,"tag":2336,"props":12808,"children":12809},{"style":2343},[12810],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12812,"children":12813},{"style":2343},[12814],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12816,"children":12817},{"style":2371},[12818],{"type":48,"value":9915},{"type":42,"tag":2336,"props":12820,"children":12821},{"style":2343},[12822],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12824,"children":12825},{"style":2355},[12826],{"type":48,"value":12541},{"type":42,"tag":2336,"props":12828,"children":12829},{"style":2343},[12830],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12832,"children":12833},{"style":2343},[12834],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12836,"children":12837},{"style":2371},[12838],{"type":48,"value":10714},{"type":42,"tag":2336,"props":12840,"children":12841},{"style":2343},[12842],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12844,"children":12845},{"style":2355},[12846],{"type":48,"value":12465},{"type":42,"tag":2336,"props":12848,"children":12849},{"style":2343},[12850],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12852,"children":12853},{"style":2343},[12854],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12856,"children":12857},{"style":2371},[12858],{"type":48,"value":2081},{"type":42,"tag":2336,"props":12860,"children":12861},{"style":2343},[12862],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12864,"children":12865},{"style":2355},[12866],{"type":48,"value":10091},{"type":42,"tag":2336,"props":12868,"children":12869},{"style":2343},[12870],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12872,"children":12873},{"style":2343},[12874],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12876,"children":12877},{"style":2371},[12878],{"type":48,"value":9200},{"type":42,"tag":2336,"props":12880,"children":12881},{"style":2343},[12882],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12884,"children":12885},{"style":2343},[12886],{"type":48,"value":9988},{"type":42,"tag":2336,"props":12888,"children":12889},{"class":2338,"line":3744},[12890],{"type":42,"tag":2336,"props":12891,"children":12892},{"emptyLinePlaceholder":2448},[12893],{"type":48,"value":2451},{"type":42,"tag":2336,"props":12895,"children":12896},{"class":2338,"line":3761},[12897],{"type":42,"tag":2336,"props":12898,"children":12899},{"style":2639},[12900],{"type":48,"value":12901},"    \u003C!-- Repeat \u003Cpath>+\u003Ccircle>s for peers 2, 3, 4 using palette[1..3] -->\n",{"type":42,"tag":2336,"props":12903,"children":12904},{"class":2338,"line":3815},[12905,12909,12913],{"type":42,"tag":2336,"props":12906,"children":12907},{"style":2343},[12908],{"type":48,"value":3821},{"type":42,"tag":2336,"props":12910,"children":12911},{"style":2349},[12912],{"type":48,"value":9764},{"type":42,"tag":2336,"props":12914,"children":12915},{"style":2343},[12916],{"type":48,"value":2383},{"type":42,"tag":2336,"props":12918,"children":12919},{"class":2338,"line":3832},[12920,12924,12928,12932,12936,12940,12945,12949],{"type":42,"tag":2336,"props":12921,"children":12922},{"style":2343},[12923],{"type":48,"value":2392},{"type":42,"tag":2336,"props":12925,"children":12926},{"style":2349},[12927],{"type":48,"value":2352},{"type":42,"tag":2336,"props":12929,"children":12930},{"style":2355},[12931],{"type":48,"value":2401},{"type":42,"tag":2336,"props":12933,"children":12934},{"style":2343},[12935],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12937,"children":12938},{"style":2343},[12939],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12941,"children":12942},{"style":2371},[12943],{"type":48,"value":12944},"chart-legend",{"type":42,"tag":2336,"props":12946,"children":12947},{"style":2343},[12948],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12950,"children":12951},{"style":2343},[12952],{"type":48,"value":2383},{"type":42,"tag":2336,"props":12954,"children":12955},{"class":2338,"line":3840},[12956,12960,12964,12968,12972,12976,12981,12985,12989,12993,12997,13001,13005,13010,13014,13018,13022,13026,13030,13034,13038,13042,13046,13050,13054,13058],{"type":42,"tag":2336,"props":12957,"children":12958},{"style":2343},[12959],{"type":48,"value":2496},{"type":42,"tag":2336,"props":12961,"children":12962},{"style":2349},[12963],{"type":48,"value":2352},{"type":42,"tag":2336,"props":12965,"children":12966},{"style":2355},[12967],{"type":48,"value":2401},{"type":42,"tag":2336,"props":12969,"children":12970},{"style":2343},[12971],{"type":48,"value":2363},{"type":42,"tag":2336,"props":12973,"children":12974},{"style":2343},[12975],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12977,"children":12978},{"style":2371},[12979],{"type":48,"value":12980},"chart-legend-item",{"type":42,"tag":2336,"props":12982,"children":12983},{"style":2343},[12984],{"type":48,"value":2368},{"type":42,"tag":2336,"props":12986,"children":12987},{"style":2343},[12988],{"type":48,"value":2854},{"type":42,"tag":2336,"props":12990,"children":12991},{"style":2349},[12992],{"type":48,"value":2336},{"type":42,"tag":2336,"props":12994,"children":12995},{"style":2355},[12996],{"type":48,"value":2401},{"type":42,"tag":2336,"props":12998,"children":12999},{"style":2343},[13000],{"type":48,"value":2363},{"type":42,"tag":2336,"props":13002,"children":13003},{"style":2343},[13004],{"type":48,"value":2368},{"type":42,"tag":2336,"props":13006,"children":13007},{"style":2371},[13008],{"type":48,"value":13009},"chart-legend-swatch",{"type":42,"tag":2336,"props":13011,"children":13012},{"style":2343},[13013],{"type":48,"value":2368},{"type":42,"tag":2336,"props":13015,"children":13016},{"style":2355},[13017],{"type":48,"value":2832},{"type":42,"tag":2336,"props":13019,"children":13020},{"style":2343},[13021],{"type":48,"value":2363},{"type":42,"tag":2336,"props":13023,"children":13024},{"style":2343},[13025],{"type":48,"value":2368},{"type":42,"tag":2336,"props":13027,"children":13028},{"style":2371},[13029],{"type":48,"value":2155},{"type":42,"tag":2336,"props":13031,"children":13032},{"style":2343},[13033],{"type":48,"value":2368},{"type":42,"tag":2336,"props":13035,"children":13036},{"style":2343},[13037],{"type":48,"value":2901},{"type":42,"tag":2336,"props":13039,"children":13040},{"style":2349},[13041],{"type":48,"value":2336},{"type":42,"tag":2336,"props":13043,"children":13044},{"style":2343},[13045],{"type":48,"value":2423},{"type":42,"tag":2336,"props":13047,"children":13048},{"style":2426},[13049],{"type":48,"value":2732},{"type":42,"tag":2336,"props":13051,"children":13052},{"style":2343},[13053],{"type":48,"value":2433},{"type":42,"tag":2336,"props":13055,"children":13056},{"style":2349},[13057],{"type":48,"value":2352},{"type":42,"tag":2336,"props":13059,"children":13060},{"style":2343},[13061],{"type":48,"value":2383},{"type":42,"tag":2336,"props":13063,"children":13064},{"class":2338,"line":3849},[13065,13069,13073,13077,13081,13085,13089,13093,13097,13101,13105,13109,13113,13117,13121,13125,13129,13133,13138,13142,13146,13150,13154,13158,13162,13166],{"type":42,"tag":2336,"props":13066,"children":13067},{"style":2343},[13068],{"type":48,"value":2496},{"type":42,"tag":2336,"props":13070,"children":13071},{"style":2349},[13072],{"type":48,"value":2352},{"type":42,"tag":2336,"props":13074,"children":13075},{"style":2355},[13076],{"type":48,"value":2401},{"type":42,"tag":2336,"props":13078,"children":13079},{"style":2343},[13080],{"type":48,"value":2363},{"type":42,"tag":2336,"props":13082,"children":13083},{"style":2343},[13084],{"type":48,"value":2368},{"type":42,"tag":2336,"props":13086,"children":13087},{"style":2371},[13088],{"type":48,"value":12980},{"type":42,"tag":2336,"props":13090,"children":13091},{"style":2343},[13092],{"type":48,"value":2368},{"type":42,"tag":2336,"props":13094,"children":13095},{"style":2343},[13096],{"type":48,"value":2854},{"type":42,"tag":2336,"props":13098,"children":13099},{"style":2349},[13100],{"type":48,"value":2336},{"type":42,"tag":2336,"props":13102,"children":13103},{"style":2355},[13104],{"type":48,"value":2401},{"type":42,"tag":2336,"props":13106,"children":13107},{"style":2343},[13108],{"type":48,"value":2363},{"type":42,"tag":2336,"props":13110,"children":13111},{"style":2343},[13112],{"type":48,"value":2368},{"type":42,"tag":2336,"props":13114,"children":13115},{"style":2371},[13116],{"type":48,"value":13009},{"type":42,"tag":2336,"props":13118,"children":13119},{"style":2343},[13120],{"type":48,"value":2368},{"type":42,"tag":2336,"props":13122,"children":13123},{"style":2355},[13124],{"type":48,"value":2832},{"type":42,"tag":2336,"props":13126,"children":13127},{"style":2343},[13128],{"type":48,"value":2363},{"type":42,"tag":2336,"props":13130,"children":13131},{"style":2343},[13132],{"type":48,"value":2368},{"type":42,"tag":2336,"props":13134,"children":13135},{"style":2371},[13136],{"type":48,"value":13137},"background:#e6550d",{"type":42,"tag":2336,"props":13139,"children":13140},{"style":2343},[13141],{"type":48,"value":2368},{"type":42,"tag":2336,"props":13143,"children":13144},{"style":2343},[13145],{"type":48,"value":2901},{"type":42,"tag":2336,"props":13147,"children":13148},{"style":2349},[13149],{"type":48,"value":2336},{"type":42,"tag":2336,"props":13151,"children":13152},{"style":2343},[13153],{"type":48,"value":2423},{"type":42,"tag":2336,"props":13155,"children":13156},{"style":2426},[13157],{"type":48,"value":7631},{"type":42,"tag":2336,"props":13159,"children":13160},{"style":2343},[13161],{"type":48,"value":2433},{"type":42,"tag":2336,"props":13163,"children":13164},{"style":2349},[13165],{"type":48,"value":2352},{"type":42,"tag":2336,"props":13167,"children":13168},{"style":2343},[13169],{"type":48,"value":2383},{"type":42,"tag":2336,"props":13171,"children":13173},{"class":2338,"line":13172},40,[13174,13178,13182,13186,13190,13194,13198,13202,13206,13210,13214,13218,13222,13226,13230,13234,13238,13242,13247,13251,13255,13259,13263,13267,13271,13275],{"type":42,"tag":2336,"props":13175,"children":13176},{"style":2343},[13177],{"type":48,"value":2496},{"type":42,"tag":2336,"props":13179,"children":13180},{"style":2349},[13181],{"type":48,"value":2352},{"type":42,"tag":2336,"props":13183,"children":13184},{"style":2355},[13185],{"type":48,"value":2401},{"type":42,"tag":2336,"props":13187,"children":13188},{"style":2343},[13189],{"type":48,"value":2363},{"type":42,"tag":2336,"props":13191,"children":13192},{"style":2343},[13193],{"type":48,"value":2368},{"type":42,"tag":2336,"props":13195,"children":13196},{"style":2371},[13197],{"type":48,"value":12980},{"type":42,"tag":2336,"props":13199,"children":13200},{"style":2343},[13201],{"type":48,"value":2368},{"type":42,"tag":2336,"props":13203,"children":13204},{"style":2343},[13205],{"type":48,"value":2854},{"type":42,"tag":2336,"props":13207,"children":13208},{"style":2349},[13209],{"type":48,"value":2336},{"type":42,"tag":2336,"props":13211,"children":13212},{"style":2355},[13213],{"type":48,"value":2401},{"type":42,"tag":2336,"props":13215,"children":13216},{"style":2343},[13217],{"type":48,"value":2363},{"type":42,"tag":2336,"props":13219,"children":13220},{"style":2343},[13221],{"type":48,"value":2368},{"type":42,"tag":2336,"props":13223,"children":13224},{"style":2371},[13225],{"type":48,"value":13009},{"type":42,"tag":2336,"props":13227,"children":13228},{"style":2343},[13229],{"type":48,"value":2368},{"type":42,"tag":2336,"props":13231,"children":13232},{"style":2355},[13233],{"type":48,"value":2832},{"type":42,"tag":2336,"props":13235,"children":13236},{"style":2343},[13237],{"type":48,"value":2363},{"type":42,"tag":2336,"props":13239,"children":13240},{"style":2343},[13241],{"type":48,"value":2368},{"type":42,"tag":2336,"props":13243,"children":13244},{"style":2371},[13245],{"type":48,"value":13246},"background:#1a7a4a",{"type":42,"tag":2336,"props":13248,"children":13249},{"style":2343},[13250],{"type":48,"value":2368},{"type":42,"tag":2336,"props":13252,"children":13253},{"style":2343},[13254],{"type":48,"value":2901},{"type":42,"tag":2336,"props":13256,"children":13257},{"style":2349},[13258],{"type":48,"value":2336},{"type":42,"tag":2336,"props":13260,"children":13261},{"style":2343},[13262],{"type":48,"value":2423},{"type":42,"tag":2336,"props":13264,"children":13265},{"style":2426},[13266],{"type":48,"value":7683},{"type":42,"tag":2336,"props":13268,"children":13269},{"style":2343},[13270],{"type":48,"value":2433},{"type":42,"tag":2336,"props":13272,"children":13273},{"style":2349},[13274],{"type":48,"value":2352},{"type":42,"tag":2336,"props":13276,"children":13277},{"style":2343},[13278],{"type":48,"value":2383},{"type":42,"tag":2336,"props":13280,"children":13282},{"class":2338,"line":13281},41,[13283,13287,13291,13295,13299,13303,13307,13311,13315,13319,13323,13327,13331,13335,13339,13343,13347,13351,13356,13360,13364,13368,13372,13376,13380,13384],{"type":42,"tag":2336,"props":13284,"children":13285},{"style":2343},[13286],{"type":48,"value":2496},{"type":42,"tag":2336,"props":13288,"children":13289},{"style":2349},[13290],{"type":48,"value":2352},{"type":42,"tag":2336,"props":13292,"children":13293},{"style":2355},[13294],{"type":48,"value":2401},{"type":42,"tag":2336,"props":13296,"children":13297},{"style":2343},[13298],{"type":48,"value":2363},{"type":42,"tag":2336,"props":13300,"children":13301},{"style":2343},[13302],{"type":48,"value":2368},{"type":42,"tag":2336,"props":13304,"children":13305},{"style":2371},[13306],{"type":48,"value":12980},{"type":42,"tag":2336,"props":13308,"children":13309},{"style":2343},[13310],{"type":48,"value":2368},{"type":42,"tag":2336,"props":13312,"children":13313},{"style":2343},[13314],{"type":48,"value":2854},{"type":42,"tag":2336,"props":13316,"children":13317},{"style":2349},[13318],{"type":48,"value":2336},{"type":42,"tag":2336,"props":13320,"children":13321},{"style":2355},[13322],{"type":48,"value":2401},{"type":42,"tag":2336,"props":13324,"children":13325},{"style":2343},[13326],{"type":48,"value":2363},{"type":42,"tag":2336,"props":13328,"children":13329},{"style":2343},[13330],{"type":48,"value":2368},{"type":42,"tag":2336,"props":13332,"children":13333},{"style":2371},[13334],{"type":48,"value":13009},{"type":42,"tag":2336,"props":13336,"children":13337},{"style":2343},[13338],{"type":48,"value":2368},{"type":42,"tag":2336,"props":13340,"children":13341},{"style":2355},[13342],{"type":48,"value":2832},{"type":42,"tag":2336,"props":13344,"children":13345},{"style":2343},[13346],{"type":48,"value":2363},{"type":42,"tag":2336,"props":13348,"children":13349},{"style":2343},[13350],{"type":48,"value":2368},{"type":42,"tag":2336,"props":13352,"children":13353},{"style":2371},[13354],{"type":48,"value":13355},"background:#8b5cf6",{"type":42,"tag":2336,"props":13357,"children":13358},{"style":2343},[13359],{"type":48,"value":2368},{"type":42,"tag":2336,"props":13361,"children":13362},{"style":2343},[13363],{"type":48,"value":2901},{"type":42,"tag":2336,"props":13365,"children":13366},{"style":2349},[13367],{"type":48,"value":2336},{"type":42,"tag":2336,"props":13369,"children":13370},{"style":2343},[13371],{"type":48,"value":2423},{"type":42,"tag":2336,"props":13373,"children":13374},{"style":2426},[13375],{"type":48,"value":7735},{"type":42,"tag":2336,"props":13377,"children":13378},{"style":2343},[13379],{"type":48,"value":2433},{"type":42,"tag":2336,"props":13381,"children":13382},{"style":2349},[13383],{"type":48,"value":2352},{"type":42,"tag":2336,"props":13385,"children":13386},{"style":2343},[13387],{"type":48,"value":2383},{"type":42,"tag":2336,"props":13389,"children":13391},{"class":2338,"line":13390},42,[13392,13396,13400],{"type":42,"tag":2336,"props":13393,"children":13394},{"style":2343},[13395],{"type":48,"value":3821},{"type":42,"tag":2336,"props":13397,"children":13398},{"style":2349},[13399],{"type":48,"value":2352},{"type":42,"tag":2336,"props":13401,"children":13402},{"style":2343},[13403],{"type":48,"value":2383},{"type":42,"tag":2336,"props":13405,"children":13407},{"class":2338,"line":13406},43,[13408,13412,13416],{"type":42,"tag":2336,"props":13409,"children":13410},{"style":2343},[13411],{"type":48,"value":2433},{"type":42,"tag":2336,"props":13413,"children":13414},{"style":2349},[13415],{"type":48,"value":2352},{"type":42,"tag":2336,"props":13417,"children":13418},{"style":2343},[13419],{"type":48,"value":2383},{"type":42,"tag":962,"props":13421,"children":13423},{"id":13422},"class-selection-rules",[13424],{"type":48,"value":13425},"Class-selection rules",{"type":42,"tag":51,"props":13427,"children":13428},{},[13429,13438],{"type":42,"tag":71,"props":13430,"children":13431},{},[13432],{"type":42,"tag":57,"props":13433,"children":13435},{"className":13434},[],[13436],{"type":48,"value":13437},".outlook-badge",{"type":48,"value":13439}," modifier (inside peers-rating rows):",{"type":42,"tag":108,"props":13441,"children":13442},{},[13443,13453,13463,13473,13483],{"type":42,"tag":112,"props":13444,"children":13445},{},[13446,13451],{"type":42,"tag":57,"props":13447,"children":13449},{"className":13448},[],[13450],{"type":48,"value":608},{"type":48,"value":13452}," — outlook is \"Stable\"",{"type":42,"tag":112,"props":13454,"children":13455},{},[13456,13461],{"type":42,"tag":57,"props":13457,"children":13459},{"className":13458},[],[13460],{"type":48,"value":616},{"type":48,"value":13462}," — outlook is \"Positive\"",{"type":42,"tag":112,"props":13464,"children":13465},{},[13466,13471],{"type":42,"tag":57,"props":13467,"children":13469},{"className":13468},[],[13470],{"type":48,"value":623},{"type":48,"value":13472}," — outlook is \"Negative\"",{"type":42,"tag":112,"props":13474,"children":13475},{},[13476,13481],{"type":42,"tag":57,"props":13477,"children":13479},{"className":13478},[],[13480],{"type":48,"value":630},{"type":48,"value":13482}," — outlook contains \"Review\" (e.g., \"Rating Under Review\")",{"type":42,"tag":112,"props":13484,"children":13485},{},[13486,13491],{"type":42,"tag":57,"props":13487,"children":13489},{"className":13488},[],[13490],{"type":48,"value":638},{"type":48,"value":13492}," — outlook is missing or unknown",{"type":42,"tag":51,"props":13494,"children":13495},{},[13496,13505,13507,13513],{"type":42,"tag":71,"props":13497,"children":13498},{},[13499],{"type":42,"tag":57,"props":13500,"children":13502},{"className":13501},[],[13503],{"type":48,"value":13504},".company-chip.target",{"type":48,"value":13506}," applies only to the target (first) chip. Remaining chips use plain\n",{"type":42,"tag":57,"props":13508,"children":13510},{"className":13509},[],[13511],{"type":48,"value":13512},".company-chip",{"type":48,"value":824},{"type":42,"tag":962,"props":13515,"children":13517},{"id":13516},"conventions",[13518],{"type":48,"value":13519},"Conventions",{"type":42,"tag":108,"props":13521,"children":13522},{},[13523,13551,13581,13586,13628],{"type":42,"tag":112,"props":13524,"children":13525},{},[13526,13528,13533,13535,13541,13543,13549],{"type":48,"value":13527},"Use ",{"type":42,"tag":57,"props":13529,"children":13531},{"className":13530},[],[13532],{"type":48,"value":4493},{"type":48,"value":13534}," for paragraphs, ",{"type":42,"tag":57,"props":13536,"children":13538},{"className":13537},[],[13539],{"type":48,"value":13540},"\u003Cul>\u003Cli>",{"type":48,"value":13542}," for bullets, ",{"type":42,"tag":57,"props":13544,"children":13546},{"className":13545},[],[13547],{"type":48,"value":13548},"\u003Cstrong class=\"subsection-title\">…\u003C\u002Fstrong>",{"type":48,"value":13550},"\nfor bold subheaders inside prose containers.",{"type":42,"tag":112,"props":13552,"children":13553},{},[13554,13556,13560,13562,13567,13568,13573,13574,13579],{"type":48,"value":13555},"Emit inline citations per ",{"type":42,"tag":327,"props":13557,"children":13558},{"href":681},[13559],{"type":48,"value":688},{"type":48,"value":13561},".\nInline citations are the primary attribution mechanism — the optional per-section blocks\n(",{"type":42,"tag":57,"props":13563,"children":13565},{"className":13564},[],[13566],{"type":48,"value":792},{"type":48,"value":236},{"type":42,"tag":57,"props":13569,"children":13571},{"className":13570},[],[13572],{"type":48,"value":799},{"type":48,"value":236},{"type":42,"tag":57,"props":13575,"children":13577},{"className":13576},[],[13578],{"type":48,"value":807},{"type":48,"value":13580},") remain available as supplementary\nsummary boxes.",{"type":42,"tag":112,"props":13582,"children":13583},{},[13584],{"type":48,"value":13585},"Do NOT include overall section titles — the template already has those.",{"type":42,"tag":112,"props":13587,"children":13588},{},[13589,13595,13597,13602,13603,13608,13609,13614,13615,13620,13622,13627],{"type":42,"tag":57,"props":13590,"children":13592},{"className":13591},[],[13593],{"type":48,"value":13594},"rating",{"type":48,"value":13596}," values: use Moody's rating symbol (e.g. ",{"type":42,"tag":57,"props":13598,"children":13600},{"className":13599},[],[13601],{"type":48,"value":9272},{"type":48,"value":236},{"type":42,"tag":57,"props":13604,"children":13606},{"className":13605},[],[13607],{"type":48,"value":9295},{"type":48,"value":236},{"type":42,"tag":57,"props":13610,"children":13612},{"className":13611},[],[13613],{"type":48,"value":9454},{"type":48,"value":236},{"type":42,"tag":57,"props":13616,"children":13618},{"className":13617},[],[13619],{"type":48,"value":9282},{"type":48,"value":13621},"). If not found,\nuse ",{"type":42,"tag":57,"props":13623,"children":13625},{"className":13624},[],[13626],{"type":48,"value":4391},{"type":48,"value":824},{"type":42,"tag":112,"props":13629,"children":13630},{},[13631,13637,13639,13644,13645,13651,13652,13658,13659,13665,13667,13672],{"type":42,"tag":57,"props":13632,"children":13634},{"className":13633},[],[13635],{"type":48,"value":13636},"outlook",{"type":48,"value":13638}," values: ",{"type":42,"tag":57,"props":13640,"children":13642},{"className":13641},[],[13643],{"type":48,"value":7481},{"type":48,"value":236},{"type":42,"tag":57,"props":13646,"children":13648},{"className":13647},[],[13649],{"type":48,"value":13650},"Positive",{"type":48,"value":236},{"type":42,"tag":57,"props":13653,"children":13655},{"className":13654},[],[13656],{"type":48,"value":13657},"Negative",{"type":48,"value":236},{"type":42,"tag":57,"props":13660,"children":13662},{"className":13661},[],[13663],{"type":48,"value":13664},"Rating Under Review",{"type":48,"value":13666},", or ",{"type":42,"tag":57,"props":13668,"children":13670},{"className":13669},[],[13671],{"type":48,"value":4391},{"type":48,"value":824},{"type":42,"tag":826,"props":13674,"children":13675},{},[],{"type":42,"tag":826,"props":13677,"children":13678},{},[],{"type":42,"tag":91,"props":13680,"children":13682},{"id":13681},"tips",[13683],{"type":48,"value":13684},"Tips",{"type":42,"tag":108,"props":13686,"children":13687},{},[13688,13693,13712,13717,13722,13727,13746,13756,13775,13795,13813,13875],{"type":42,"tag":112,"props":13689,"children":13690},{},[13691],{"type":48,"value":13692},"Run ALL data-gathering tool calls in a single parallel batch (one message, many tool calls).",{"type":42,"tag":112,"props":13694,"children":13695},{},[13696,13698,13703,13705,13710],{"type":48,"value":13697},"Write the final HTML to disk as a single ",{"type":42,"tag":57,"props":13699,"children":13701},{"className":13700},[],[13702],{"type":48,"value":83},{"type":48,"value":13704}," file and deliver it via ",{"type":42,"tag":57,"props":13706,"children":13708},{"className":13707},[],[13709],{"type":48,"value":153},{"type":48,"value":13711}," — do not print the HTML source in the chat, do not split across multiple files.",{"type":42,"tag":112,"props":13713,"children":13714},{},[13715],{"type":48,"value":13716},"The target company always appears as the first column \u002F first row in every table and\ncomparison.",{"type":42,"tag":112,"props":13718,"children":13719},{},[13720],{"type":48,"value":13721},"The conclusion must orient around the target company — how it differentiates from its peers.",{"type":42,"tag":112,"props":13723,"children":13724},{},[13725],{"type":48,"value":13726},"If fewer than 3 peers are returned, leave the unused column\u002Frow IDs empty. The pre-shaped\ntables keep those cells blank — do not attempt to collapse or restructure the table.",{"type":42,"tag":112,"props":13728,"children":13729},{},[13730,13732,13737,13739,13744],{"type":48,"value":13731},"If ",{"type":42,"tag":57,"props":13733,"children":13735},{"className":13734},[],[13736],{"type":48,"value":257},{"type":48,"value":13738}," does not return a particular section, write ",{"type":42,"tag":57,"props":13740,"children":13742},{"className":13741},[],[13743],{"type":48,"value":1890},{"type":48,"value":13745}," in the\ncorresponding cell rather than leaving it blank.",{"type":42,"tag":112,"props":13747,"children":13748},{},[13749,13754],{"type":42,"tag":57,"props":13750,"children":13752},{"className":13751},[],[13753],{"type":48,"value":279},{"type":48,"value":13755}," typically applies to all companies in the same sector — call once\nand reuse.",{"type":42,"tag":112,"props":13757,"children":13758},{},[13759,13761,13766,13768,13773],{"type":48,"value":13760},"Emit the ratings-chart SVG directly into ",{"type":42,"tag":57,"props":13762,"children":13764},{"className":13763},[],[13765],{"type":48,"value":4655},{"type":48,"value":13767}," — the template no longer builds\nthe chart at render time. Pick the ",{"type":42,"tag":57,"props":13769,"children":13771},{"className":13770},[],[13772],{"type":48,"value":13437},{"type":48,"value":13774}," class yourself using the rules above.",{"type":42,"tag":112,"props":13776,"children":13777},{},[13778,13780,13785,13787,13793],{"type":48,"value":13779},"For companies with fewer than 5 historical ratings, either repeat the oldest available rating\nvalue to fill the trailing points, or reduce ",{"type":42,"tag":57,"props":13781,"children":13783},{"className":13782},[],[13784],{"type":48,"value":9187},{"type":48,"value":13786}," in the chart formula to the largest\navailable count (and drop the corresponding ",{"type":42,"tag":57,"props":13788,"children":13790},{"className":13789},[],[13791],{"type":48,"value":13792},"Rating k",{"type":48,"value":13794}," x-axis labels).",{"type":42,"tag":112,"props":13796,"children":13797},{},[13798,13800,13804,13806,13811],{"type":48,"value":13799},"Inline citations follow the shared citations skill — read\n",{"type":42,"tag":327,"props":13801,"children":13802},{"href":681},[13803],{"type":48,"value":688},{"type":48,"value":13805}," before authoring any ",{"type":42,"tag":57,"props":13807,"children":13809},{"className":13808},[],[13810],{"type":48,"value":665},{"type":48,"value":13812},"\nreference or the Citations block.",{"type":42,"tag":112,"props":13814,"children":13815},{},[13816,13821,13823,13828,13830,13836,13837,13843,13844,13850,13852,13858,13860,13866,13868,13873],{"type":42,"tag":71,"props":13817,"children":13818},{},[13819],{"type":48,"value":13820},"PD panel",{"type":48,"value":13822},": write the fully rendered HTML directly into ",{"type":42,"tag":57,"props":13824,"children":13826},{"className":13825},[],[13827],{"type":48,"value":4699},{"type":48,"value":13829}," using the CSS classes\nalready in the template (",{"type":42,"tag":57,"props":13831,"children":13833},{"className":13832},[],[13834],{"type":48,"value":13835},".pd-panel",{"type":48,"value":236},{"type":42,"tag":57,"props":13838,"children":13840},{"className":13839},[],[13841],{"type":48,"value":13842},".pd-stats",{"type":48,"value":236},{"type":42,"tag":57,"props":13845,"children":13847},{"className":13846},[],[13848],{"type":48,"value":13849},".pbc-rows",{"type":48,"value":13851},", etc.). The template's ",{"type":42,"tag":57,"props":13853,"children":13855},{"className":13854},[],[13856],{"type":48,"value":13857},"\u003Cscript>",{"type":48,"value":13859},"\nblock handles the ",{"type":42,"tag":57,"props":13861,"children":13863},{"className":13862},[],[13864],{"type":48,"value":13865},"data-pd",{"type":48,"value":13867}," attribute approach as a fallback, but writing innerHTML directly is\npreferred in the static-artifact delivery mode. If PD data is unavailable, leave ",{"type":42,"tag":57,"props":13869,"children":13871},{"className":13870},[],[13872],{"type":48,"value":4699},{"type":48,"value":13874},"\nempty (the section collapses automatically).",{"type":42,"tag":112,"props":13876,"children":13877},{},[13878,13883,13885,13890,13892,13897,13899,13904,13905,13911,13912,13918,13919,13925,13926,13932,13933,13939,13940,13946,13947,13953,13955,13960,13962,13967],{"type":42,"tag":71,"props":13879,"children":13880},{},[13881],{"type":48,"value":13882},"Key Indicators bar charts",{"type":48,"value":13884},": write the complete ",{"type":42,"tag":57,"props":13886,"children":13888},{"className":13887},[],[13889],{"type":48,"value":1907},{"type":48,"value":13891}," block directly — five\n",{"type":42,"tag":57,"props":13893,"children":13895},{"className":13894},[],[13896],{"type":48,"value":4717},{"type":48,"value":13898}," panels. Use the CSS classes ",{"type":42,"tag":57,"props":13900,"children":13902},{"className":13901},[],[13903],{"type":48,"value":13849},{"type":48,"value":236},{"type":42,"tag":57,"props":13906,"children":13908},{"className":13907},[],[13909],{"type":48,"value":13910},".pbc-row",{"type":48,"value":236},{"type":42,"tag":57,"props":13913,"children":13915},{"className":13914},[],[13916],{"type":48,"value":13917},".pbc-name",{"type":48,"value":251},{"type":42,"tag":57,"props":13920,"children":13922},{"className":13921},[],[13923],{"type":48,"value":13924},".pbc-track",{"type":48,"value":236},{"type":42,"tag":57,"props":13927,"children":13929},{"className":13928},[],[13930],{"type":48,"value":13931},".pbc-fill",{"type":48,"value":236},{"type":42,"tag":57,"props":13934,"children":13936},{"className":13935},[],[13937],{"type":48,"value":13938},".pbc-val",{"type":48,"value":236},{"type":42,"tag":57,"props":13941,"children":13943},{"className":13942},[],[13944],{"type":48,"value":13945},".pbc-median-line",{"type":48,"value":236},{"type":42,"tag":57,"props":13948,"children":13950},{"className":13949},[],[13951],{"type":48,"value":13952},".pbc-median-tip",{"type":48,"value":13954}," already defined\nin the template. The FY period header goes in ",{"type":42,"tag":57,"props":13956,"children":13958},{"className":13957},[],[13959],{"type":48,"value":2298},{"type":48,"value":13961}," as the first child\nof ",{"type":42,"tag":57,"props":13963,"children":13965},{"className":13964},[],[13966],{"type":48,"value":1907},{"type":48,"value":824},{"type":42,"tag":826,"props":13969,"children":13970},{},[],{"type":42,"tag":91,"props":13972,"children":13974},{"id":13973},"step-7-save-and-deliver-the-report-as-a-downloadable-file",[13975],{"type":48,"value":13976},"Step 7 — Save and deliver the report as a downloadable file",{"type":42,"tag":51,"props":13978,"children":13979},{},[13980,13982,13994,13996,14000],{"type":48,"value":13981},"After assembling the complete HTML string (same content that would have been emitted as the\nfenced code block), ",{"type":42,"tag":71,"props":13983,"children":13984},{},[13985,13987,13992],{"type":48,"value":13986},"write it to disk as a standalone ",{"type":42,"tag":57,"props":13988,"children":13990},{"className":13989},[],[13991],{"type":48,"value":83},{"type":48,"value":13993}," file",{"type":48,"value":13995}," and make it available for\nthe user to download. Do ",{"type":42,"tag":71,"props":13997,"children":13998},{},[13999],{"type":48,"value":931},{"type":48,"value":14001}," print the raw HTML in the chat.",{"type":42,"tag":962,"props":14003,"children":14005},{"id":14004},"file-naming",[14006],{"type":48,"value":14007},"File naming",{"type":42,"tag":51,"props":14009,"children":14010},{},[14011,14013],{"type":48,"value":14012},"Use the pattern: ",{"type":42,"tag":57,"props":14014,"children":14016},{"className":14015},[],[14017],{"type":48,"value":14018},"{target_company_slug}_peer_analysis.html",{"type":42,"tag":51,"props":14020,"children":14021},{},[14022,14024,14030,14032,14038],{"type":48,"value":14023},"Where ",{"type":42,"tag":57,"props":14025,"children":14027},{"className":14026},[],[14028],{"type":48,"value":14029},"{target_company_slug}",{"type":48,"value":14031}," is the target company's canonical name lowercased, spaces and\nspecial characters replaced with underscores (e.g. ",{"type":42,"tag":57,"props":14033,"children":14035},{"className":14034},[],[14036],{"type":48,"value":14037},"apple_inc_peer_analysis.html",{"type":48,"value":1356},{"type":42,"tag":962,"props":14040,"children":14042},{"id":14041},"delivery",[14043],{"type":48,"value":14044},"Delivery",{"type":42,"tag":51,"props":14046,"children":14047},{},[14048,14050],{"type":48,"value":14049},"After writing the file, use whatever file-presentation capability is available in the current\nenvironment to surface the file to the user so they can open or download it. Do not describe\nthe tool being used — just invoke it. Then add one short confirmation sentence, for example:\n",{"type":42,"tag":57,"props":14051,"children":14053},{"className":14052},[],[14054],{"type":48,"value":14055},"The peer analysis report for [Target Company] is ready to download above.",{"type":42,"tag":51,"props":14057,"children":14058},{},[14059,14061,14065,14067,14071,14073,14078],{"type":48,"value":14060},"Do ",{"type":42,"tag":71,"props":14062,"children":14063},{},[14064],{"type":48,"value":931},{"type":48,"value":14066}," print the HTML source in the chat. Do ",{"type":42,"tag":71,"props":14068,"children":14069},{},[14070],{"type":48,"value":931},{"type":48,"value":14072}," emit a fenced ",{"type":42,"tag":57,"props":14074,"children":14076},{"className":14075},[],[14077],{"type":48,"value":172},{"type":48,"value":14079}," code block.\nThe saved file is the sole deliverable.",{"type":42,"tag":826,"props":14081,"children":14082},{},[],{"type":42,"tag":91,"props":14084,"children":14086},{"id":14085},"amendment-always-use-the-most-recent-fiscal-year-for-key-indicators-and-scorecards",[14087],{"type":48,"value":14088},"Amendment: Always use the most recent fiscal year for Key Indicators and Scorecards",{"type":42,"tag":51,"props":14090,"children":14091},{},[14092,14094,14100,14102,14107,14109,14114,14116,14121],{"type":48,"value":14093},"When populating the Key Indicators table (",{"type":42,"tag":57,"props":14095,"children":14097},{"className":14096},[],[14098],{"type":48,"value":14099},"#pa-ki-r{1..4}-*",{"type":48,"value":14101},") and the Scorecard table\n(",{"type":42,"tag":57,"props":14103,"children":14105},{"className":14104},[],[14106],{"type":48,"value":4404},{"type":48,"value":14108},"), always use the ",{"type":42,"tag":71,"props":14110,"children":14111},{},[14112],{"type":48,"value":14113},"most recent fiscal year-end (FY) data\navailable",{"type":48,"value":14115}," from ",{"type":42,"tag":57,"props":14117,"children":14119},{"className":14118},[],[14120],{"type":48,"value":264},{"type":48,"value":14122}," — never default to an earlier year simply because\nthe credit opinion's Key Indicators table cites it, or because one peer's most recent year\ndiffers from another's.",{"type":42,"tag":962,"props":14124,"children":14126},{"id":14125},"procedure",[14127],{"type":48,"value":14128},"Procedure",{"type":42,"tag":382,"props":14130,"children":14131},{},[14132,14158,14163],{"type":42,"tag":112,"props":14133,"children":14134},{},[14135,14137,14142,14144,14149,14151,14156],{"type":48,"value":14136},"After calling ",{"type":42,"tag":57,"props":14138,"children":14140},{"className":14139},[],[14141],{"type":48,"value":264},{"type":48,"value":14143}," with ",{"type":42,"tag":57,"props":14145,"children":14147},{"className":14146},[],[14148],{"type":48,"value":1025},{"type":48,"value":14150},", inspect the\nreturned columns for each entity and identify the ",{"type":42,"tag":71,"props":14152,"children":14153},{},[14154],{"type":48,"value":14155},"latest year with a non-null Revenue\nvalue",{"type":48,"value":14157}," — that is the most recent fiscal year end for that entity.",{"type":42,"tag":112,"props":14159,"children":14160},{},[14161],{"type":48,"value":14162},"Use that year's figures for the Key Indicators table and the \"Current\" column of the\nScorecard, regardless of what year the credit opinion's exhibit uses.",{"type":42,"tag":112,"props":14164,"children":14165},{},[14166,14168,14174,14176,14182,14184,14190,14192,14197,14199,14204,14206,14211,14213,14218,14219,14224],{"type":48,"value":14167},"If different entities have different most-recent years (e.g. one entity has 2025 data\nwhile another only has 2024), use each entity's own most recent year independently and\nlabel the ",{"type":42,"tag":57,"props":14169,"children":14171},{"className":14170},[],[14172],{"type":48,"value":14173},"#pa-ki-r{n}-v1",{"type":48,"value":14175}," cell accordingly (e.g. ",{"type":42,"tag":57,"props":14177,"children":14179},{"className":14178},[],[14180],{"type":48,"value":14181},"2025 FY",{"type":48,"value":14183}," vs ",{"type":42,"tag":57,"props":14185,"children":14187},{"className":14186},[],[14188],{"type":48,"value":14189},"2024 FY",{"type":48,"value":14191},"). The\n",{"type":42,"tag":57,"props":14193,"children":14195},{"className":14194},[],[14196],{"type":48,"value":4128},{"type":48,"value":14198}," sub-header for that entity's Scorecard column ",{"type":42,"tag":71,"props":14200,"children":14201},{},[14202],{"type":48,"value":14203},"must show the same\nFY label",{"type":48,"value":14205}," used in the Key Indicators for that entity — this is the consistency requirement.\nNever use a generic label like ",{"type":42,"tag":57,"props":14207,"children":14209},{"className":14208},[],[14210],{"type":48,"value":4354},{"type":48,"value":14212}," alone; always include the specific year\n(e.g. ",{"type":42,"tag":57,"props":14214,"children":14216},{"className":14215},[],[14217],{"type":48,"value":4073},{"type":48,"value":236},{"type":42,"tag":57,"props":14220,"children":14222},{"className":14221},[],[14223],{"type":48,"value":4081},{"type":48,"value":1356},{"type":42,"tag":962,"props":14226,"children":14228},{"id":14227},"handling-distorted-ebitda-years",[14229],{"type":48,"value":14230},"Handling distorted EBITDA years",{"type":42,"tag":51,"props":14232,"children":14233},{},[14234],{"type":48,"value":14235},"If the most recent fiscal year contains a non-cash charge (e.g. goodwill impairment) that\nmakes reported EBITDA or Debt\u002FEBITDA not meaningful on a reported basis:",{"type":42,"tag":108,"props":14237,"children":14238},{},[14239,14244,14271,14276],{"type":42,"tag":112,"props":14240,"children":14241},{},[14242],{"type":48,"value":14243},"Still use that year as the period reference.",{"type":42,"tag":112,"props":14245,"children":14246},{},[14247,14249,14255,14257,14263,14264,14270],{"type":48,"value":14248},"Populate EBITDA and ratio cells with the reported figure plus a ",{"type":42,"tag":57,"props":14250,"children":14252},{"className":14251},[],[14253],{"type":48,"value":14254},"†",{"type":48,"value":14256}," marker (e.g.\n",{"type":42,"tag":57,"props":14258,"children":14260},{"className":14259},[],[14261],{"type":48,"value":14262},"-$1.6B†",{"type":48,"value":236},{"type":42,"tag":57,"props":14265,"children":14267},{"className":14266},[],[14268],{"type":48,"value":14269},"N\u002FM†",{"type":48,"value":1356},{"type":42,"tag":112,"props":14272,"children":14273},{},[14274],{"type":48,"value":14275},"Add a footnote below the Key Indicators table explaining the distortion and citing the\nMoody's-adjusted figure where available from the credit opinion.",{"type":42,"tag":112,"props":14277,"children":14278},{},[14279],{"type":48,"value":14280},"Use the Moody's-adjusted ratio (from the credit opinion's Key Indicators table) for the\nScorecard leverage cell rather than the distorted reported figure.",{"type":42,"tag":826,"props":14282,"children":14283},{},[],{"type":42,"tag":91,"props":14285,"children":14287},{"id":14286},"amendment-visual-enhancements",[14288],{"type":48,"value":14289},"Amendment: Visual Enhancements",{"type":42,"tag":51,"props":14291,"children":14292},{},[14293,14295,14300],{"type":48,"value":14294},"Three additional visual components are added to the report. Emit them inline as part of the\nsingle HTML artifact (same non-negotiable output contract applies). All new elements use only\nthe CSS classes already defined in ",{"type":42,"tag":57,"props":14296,"children":14298},{"className":14297},[],[14299],{"type":48,"value":353},{"type":48,"value":14301}," — no external scripts or libraries.",{"type":42,"tag":826,"props":14303,"children":14304},{},[],{"type":42,"tag":962,"props":14306,"children":14308},{"id":14307},"visual-1-rating-summary-cards-pa-rating-cards",[14309,14311,14317],{"type":48,"value":14310},"Visual 1 — Rating Summary Cards (",{"type":42,"tag":57,"props":14312,"children":14314},{"className":14313},[],[14315],{"type":48,"value":14316},"#pa-rating-cards",{"type":48,"value":4102},{"type":42,"tag":51,"props":14319,"children":14320},{},[14321,14323,14328,14330,14336,14338,14344],{"type":48,"value":14322},"Placed ",{"type":42,"tag":71,"props":14324,"children":14325},{},[14326],{"type":48,"value":14327},"immediately after",{"type":48,"value":14329}," the Peers Rating table (sub-heading 2), before sub-heading 3\n(Credit Drivers). Emit one ",{"type":42,"tag":57,"props":14331,"children":14333},{"className":14332},[],[14334],{"type":48,"value":14335},".rating-card",{"type":48,"value":14337}," per company (target first, then peers in order).\nThe target card carries the extra class ",{"type":42,"tag":57,"props":14339,"children":14341},{"className":14340},[],[14342],{"type":48,"value":14343},"target-card",{"type":48,"value":824},{"type":42,"tag":51,"props":14346,"children":14347},{},[14348],{"type":42,"tag":71,"props":14349,"children":14350},{},[14351],{"type":48,"value":14352},"What to populate:",{"type":42,"tag":108,"props":14354,"children":14355},{},[14356,14367,14384,14402],{"type":42,"tag":112,"props":14357,"children":14358},{},[14359,14365],{"type":42,"tag":57,"props":14360,"children":14362},{"className":14361},[],[14363],{"type":48,"value":14364},".rc-company",{"type":48,"value":14366}," — abbreviated company name (≤ 25 chars; truncate with \"…\" if longer)",{"type":42,"tag":112,"props":14368,"children":14369},{},[14370,14376,14378,14383],{"type":42,"tag":57,"props":14371,"children":14373},{"className":14372},[],[14374],{"type":48,"value":14375},".rc-rating",{"type":48,"value":14377}," — Moody's rating symbol (e.g. ",{"type":42,"tag":57,"props":14379,"children":14381},{"className":14380},[],[14382],{"type":48,"value":9454},{"type":48,"value":4102},{"type":42,"tag":112,"props":14385,"children":14386},{},[14387,14393,14395,14401],{"type":42,"tag":57,"props":14388,"children":14390},{"className":14389},[],[14391],{"type":48,"value":14392},".rc-class",{"type":48,"value":14394}," — rating class + date (e.g. ",{"type":42,"tag":57,"props":14396,"children":14398},{"className":14397},[],[14399],{"type":48,"value":14400},"Senior Unsecured \u002F 2024-05-09",{"type":48,"value":4102},{"type":42,"tag":112,"props":14403,"children":14404},{},[14405,14410,14412,14417,14418,14423,14424,14429,14430,14435,14436,14441],{"type":42,"tag":57,"props":14406,"children":14408},{"className":14407},[],[14409],{"type":48,"value":13437},{"type":48,"value":14411}," — outlook badge using the canonical pastel classes (",{"type":42,"tag":57,"props":14413,"children":14415},{"className":14414},[],[14416],{"type":48,"value":608},{"type":48,"value":236},{"type":42,"tag":57,"props":14419,"children":14421},{"className":14420},[],[14422],{"type":48,"value":616},{"type":48,"value":251},{"type":42,"tag":57,"props":14425,"children":14427},{"className":14426},[],[14428],{"type":48,"value":623},{"type":48,"value":236},{"type":42,"tag":57,"props":14431,"children":14433},{"className":14432},[],[14434],{"type":48,"value":630},{"type":48,"value":236},{"type":42,"tag":57,"props":14437,"children":14439},{"className":14438},[],[14440],{"type":48,"value":638},{"type":48,"value":4102},{"type":42,"tag":51,"props":14443,"children":14444},{},[14445,14449,14451,14456],{"type":42,"tag":71,"props":14446,"children":14447},{},[14448],{"type":48,"value":2315},{"type":48,"value":14450}," (emit one block like this per company inside ",{"type":42,"tag":57,"props":14452,"children":14454},{"className":14453},[],[14455],{"type":48,"value":14316},{"type":48,"value":2324},{"type":42,"tag":2326,"props":14458,"children":14460},{"className":2328,"code":14459,"language":21,"meta":2330,"style":2330},"\u003Cdiv class=\"rating-card target-card\">\n  \u003Cdiv class=\"rc-company\">Target Co\u003C\u002Fdiv>\n  \u003Cdiv class=\"rc-rating\">Baa2\u003C\u002Fdiv>\n  \u003Cdiv class=\"rc-class\">Senior Unsecured \u002F 2024-05-09\u003C\u002Fdiv>\n  \u003Cspan class=\"outlook-badge stable\">Stable\u003C\u002Fspan>\n\u003C\u002Fdiv>\n",[14461],{"type":42,"tag":57,"props":14462,"children":14463},{"__ignoreMap":2330},[14464,14500,14552,14604,14656,14707],{"type":42,"tag":2336,"props":14465,"children":14466},{"class":2338,"line":2339},[14467,14471,14475,14479,14483,14487,14492,14496],{"type":42,"tag":2336,"props":14468,"children":14469},{"style":2343},[14470],{"type":48,"value":2346},{"type":42,"tag":2336,"props":14472,"children":14473},{"style":2349},[14474],{"type":48,"value":2352},{"type":42,"tag":2336,"props":14476,"children":14477},{"style":2355},[14478],{"type":48,"value":2401},{"type":42,"tag":2336,"props":14480,"children":14481},{"style":2343},[14482],{"type":48,"value":2363},{"type":42,"tag":2336,"props":14484,"children":14485},{"style":2343},[14486],{"type":48,"value":2368},{"type":42,"tag":2336,"props":14488,"children":14489},{"style":2371},[14490],{"type":48,"value":14491},"rating-card target-card",{"type":42,"tag":2336,"props":14493,"children":14494},{"style":2343},[14495],{"type":48,"value":2368},{"type":42,"tag":2336,"props":14497,"children":14498},{"style":2343},[14499],{"type":48,"value":2383},{"type":42,"tag":2336,"props":14501,"children":14502},{"class":2338,"line":2386},[14503,14507,14511,14515,14519,14523,14528,14532,14536,14540,14544,14548],{"type":42,"tag":2336,"props":14504,"children":14505},{"style":2343},[14506],{"type":48,"value":2392},{"type":42,"tag":2336,"props":14508,"children":14509},{"style":2349},[14510],{"type":48,"value":2352},{"type":42,"tag":2336,"props":14512,"children":14513},{"style":2355},[14514],{"type":48,"value":2401},{"type":42,"tag":2336,"props":14516,"children":14517},{"style":2343},[14518],{"type":48,"value":2363},{"type":42,"tag":2336,"props":14520,"children":14521},{"style":2343},[14522],{"type":48,"value":2368},{"type":42,"tag":2336,"props":14524,"children":14525},{"style":2371},[14526],{"type":48,"value":14527},"rc-company",{"type":42,"tag":2336,"props":14529,"children":14530},{"style":2343},[14531],{"type":48,"value":2368},{"type":42,"tag":2336,"props":14533,"children":14534},{"style":2343},[14535],{"type":48,"value":2423},{"type":42,"tag":2336,"props":14537,"children":14538},{"style":2426},[14539],{"type":48,"value":2732},{"type":42,"tag":2336,"props":14541,"children":14542},{"style":2343},[14543],{"type":48,"value":2433},{"type":42,"tag":2336,"props":14545,"children":14546},{"style":2349},[14547],{"type":48,"value":2352},{"type":42,"tag":2336,"props":14549,"children":14550},{"style":2343},[14551],{"type":48,"value":2383},{"type":42,"tag":2336,"props":14553,"children":14554},{"class":2338,"line":2444},[14555,14559,14563,14567,14571,14575,14580,14584,14588,14592,14596,14600],{"type":42,"tag":2336,"props":14556,"children":14557},{"style":2343},[14558],{"type":48,"value":2392},{"type":42,"tag":2336,"props":14560,"children":14561},{"style":2349},[14562],{"type":48,"value":2352},{"type":42,"tag":2336,"props":14564,"children":14565},{"style":2355},[14566],{"type":48,"value":2401},{"type":42,"tag":2336,"props":14568,"children":14569},{"style":2343},[14570],{"type":48,"value":2363},{"type":42,"tag":2336,"props":14572,"children":14573},{"style":2343},[14574],{"type":48,"value":2368},{"type":42,"tag":2336,"props":14576,"children":14577},{"style":2371},[14578],{"type":48,"value":14579},"rc-rating",{"type":42,"tag":2336,"props":14581,"children":14582},{"style":2343},[14583],{"type":48,"value":2368},{"type":42,"tag":2336,"props":14585,"children":14586},{"style":2343},[14587],{"type":48,"value":2423},{"type":42,"tag":2336,"props":14589,"children":14590},{"style":2426},[14591],{"type":48,"value":9454},{"type":42,"tag":2336,"props":14593,"children":14594},{"style":2343},[14595],{"type":48,"value":2433},{"type":42,"tag":2336,"props":14597,"children":14598},{"style":2349},[14599],{"type":48,"value":2352},{"type":42,"tag":2336,"props":14601,"children":14602},{"style":2343},[14603],{"type":48,"value":2383},{"type":42,"tag":2336,"props":14605,"children":14606},{"class":2338,"line":2454},[14607,14611,14615,14619,14623,14627,14632,14636,14640,14644,14648,14652],{"type":42,"tag":2336,"props":14608,"children":14609},{"style":2343},[14610],{"type":48,"value":2392},{"type":42,"tag":2336,"props":14612,"children":14613},{"style":2349},[14614],{"type":48,"value":2352},{"type":42,"tag":2336,"props":14616,"children":14617},{"style":2355},[14618],{"type":48,"value":2401},{"type":42,"tag":2336,"props":14620,"children":14621},{"style":2343},[14622],{"type":48,"value":2363},{"type":42,"tag":2336,"props":14624,"children":14625},{"style":2343},[14626],{"type":48,"value":2368},{"type":42,"tag":2336,"props":14628,"children":14629},{"style":2371},[14630],{"type":48,"value":14631},"rc-class",{"type":42,"tag":2336,"props":14633,"children":14634},{"style":2343},[14635],{"type":48,"value":2368},{"type":42,"tag":2336,"props":14637,"children":14638},{"style":2343},[14639],{"type":48,"value":2423},{"type":42,"tag":2336,"props":14641,"children":14642},{"style":2426},[14643],{"type":48,"value":14400},{"type":42,"tag":2336,"props":14645,"children":14646},{"style":2343},[14647],{"type":48,"value":2433},{"type":42,"tag":2336,"props":14649,"children":14650},{"style":2349},[14651],{"type":48,"value":2352},{"type":42,"tag":2336,"props":14653,"children":14654},{"style":2343},[14655],{"type":48,"value":2383},{"type":42,"tag":2336,"props":14657,"children":14658},{"class":2338,"line":2490},[14659,14663,14667,14671,14675,14679,14683,14687,14691,14695,14699,14703],{"type":42,"tag":2336,"props":14660,"children":14661},{"style":2343},[14662],{"type":48,"value":2392},{"type":42,"tag":2336,"props":14664,"children":14665},{"style":2349},[14666],{"type":48,"value":2336},{"type":42,"tag":2336,"props":14668,"children":14669},{"style":2355},[14670],{"type":48,"value":2401},{"type":42,"tag":2336,"props":14672,"children":14673},{"style":2343},[14674],{"type":48,"value":2363},{"type":42,"tag":2336,"props":14676,"children":14677},{"style":2343},[14678],{"type":48,"value":2368},{"type":42,"tag":2336,"props":14680,"children":14681},{"style":2371},[14682],{"type":48,"value":7468},{"type":42,"tag":2336,"props":14684,"children":14685},{"style":2343},[14686],{"type":48,"value":2368},{"type":42,"tag":2336,"props":14688,"children":14689},{"style":2343},[14690],{"type":48,"value":2423},{"type":42,"tag":2336,"props":14692,"children":14693},{"style":2426},[14694],{"type":48,"value":7481},{"type":42,"tag":2336,"props":14696,"children":14697},{"style":2343},[14698],{"type":48,"value":2433},{"type":42,"tag":2336,"props":14700,"children":14701},{"style":2349},[14702],{"type":48,"value":2336},{"type":42,"tag":2336,"props":14704,"children":14705},{"style":2343},[14706],{"type":48,"value":2383},{"type":42,"tag":2336,"props":14708,"children":14709},{"class":2338,"line":2545},[14710,14714,14718],{"type":42,"tag":2336,"props":14711,"children":14712},{"style":2343},[14713],{"type":48,"value":2433},{"type":42,"tag":2336,"props":14715,"children":14716},{"style":2349},[14717],{"type":48,"value":2352},{"type":42,"tag":2336,"props":14719,"children":14720},{"style":2343},[14721],{"type":48,"value":2383},{"type":42,"tag":826,"props":14723,"children":14724},{},[],{"type":42,"tag":962,"props":14726,"children":14728},{"id":14727},"visual-2-revenue-comparison-bar-chart-pa-fi-charts",[14729,14731,14737],{"type":48,"value":14730},"Visual 2 — Revenue Comparison Bar Chart (",{"type":42,"tag":57,"props":14732,"children":14734},{"className":14733},[],[14735],{"type":48,"value":14736},"#pa-fi-charts",{"type":48,"value":4102},{"type":42,"tag":51,"props":14739,"children":14740},{},[14741,14742,14746,14747,14752,14754,14759,14761,14766,14767,14772,14774,14779,14781,14785,14787,14793,14795,14800,14802,14807,14808,14813,14815,14820],{"type":48,"value":14322},{"type":42,"tag":71,"props":14743,"children":14744},{},[14745],{"type":48,"value":14327},{"type":48,"value":1934},{"type":42,"tag":57,"props":14748,"children":14750},{"className":14749},[],[14751],{"type":48,"value":1907},{"type":48,"value":14753},", with ",{"type":42,"tag":71,"props":14755,"children":14756},{},[14757],{"type":48,"value":14758},"no separate sub-heading",{"type":48,"value":14760}," between them.\nBoth ",{"type":42,"tag":57,"props":14762,"children":14764},{"className":14763},[],[14765],{"type":48,"value":1907},{"type":48,"value":490},{"type":42,"tag":57,"props":14768,"children":14770},{"className":14769},[],[14771],{"type":48,"value":14736},{"type":48,"value":14773}," appear under the same section 4 heading (",{"type":42,"tag":57,"props":14775,"children":14777},{"className":14776},[],[14778],{"type":48,"value":1900},{"type":48,"value":14780},"). Do ",{"type":42,"tag":71,"props":14782,"children":14783},{},[14784],{"type":48,"value":931},{"type":48,"value":14786}," emit a ",{"type":42,"tag":57,"props":14788,"children":14790},{"className":14789},[],[14791],{"type":48,"value":14792},"\u003Cdiv class=\"sub-heading\">",{"type":48,"value":14794}," before ",{"type":42,"tag":57,"props":14796,"children":14798},{"className":14797},[],[14799],{"type":48,"value":14736},{"type":48,"value":14801},". Emit a ",{"type":42,"tag":71,"props":14803,"children":14804},{},[14805],{"type":48,"value":14806},"single",{"type":48,"value":1934},{"type":42,"tag":57,"props":14809,"children":14811},{"className":14810},[],[14812],{"type":48,"value":1940},{"type":48,"value":14814}," panel for ",{"type":42,"tag":71,"props":14816,"children":14817},{},[14818],{"type":48,"value":14819},"Revenue",{"type":48,"value":14821}," only, using\nexactly the same CSS classes and bar-width formula as the Key Indicators charts.",{"type":42,"tag":87,"props":14823,"children":14824},{},[14825],{"type":42,"tag":51,"props":14826,"children":14827},{},[14828,14833,14835,14840],{"type":42,"tag":71,"props":14829,"children":14830},{},[14831],{"type":48,"value":14832},"Note:",{"type":48,"value":14834}," Debt\u002FEBITDA is already covered in the Key Indicators charts — do NOT add a\nsecond Debt\u002FEBITDA chart here. Revenue is the only metric shown in ",{"type":42,"tag":57,"props":14836,"children":14838},{"className":14837},[],[14839],{"type":48,"value":14736},{"type":48,"value":824},{"type":42,"tag":51,"props":14842,"children":14843},{},[14844,14849,14850,14855,14857,14862,14863,14869,14870,14876,14878,14883],{"type":42,"tag":71,"props":14845,"children":14846},{},[14847],{"type":48,"value":14848},"Source:",{"type":48,"value":1934},{"type":42,"tag":57,"props":14851,"children":14853},{"className":14852},[],[14854],{"type":48,"value":264},{"type":48,"value":14856}," (same most-recent FY used in Key Indicators).\n",{"type":42,"tag":71,"props":14858,"children":14859},{},[14860],{"type":48,"value":14861},"Format:",{"type":48,"value":1934},{"type":42,"tag":57,"props":14864,"children":14866},{"className":14865},[],[14867],{"type":48,"value":14868},"$XB",{"type":48,"value":2300},{"type":42,"tag":57,"props":14871,"children":14873},{"className":14872},[],[14874],{"type":48,"value":14875},"$180.2B",{"type":48,"value":14877},"); if missing write ",{"type":42,"tag":57,"props":14879,"children":14881},{"className":14880},[],[14882],{"type":48,"value":4391},{"type":48,"value":14884}," and omit the bar.",{"type":42,"tag":51,"props":14886,"children":14887},{},[14888,14892,14893,14899,14901,14907,14909,14914],{"type":42,"tag":71,"props":14889,"children":14890},{},[14891],{"type":48,"value":6215},{"type":48,"value":1934},{"type":42,"tag":57,"props":14894,"children":14896},{"className":14895},[],[14897],{"type":48,"value":14898},"fillW = (revenue \u002F maxRevenue * 88).toFixed(1) + '%'",{"type":48,"value":14900}," where\n",{"type":42,"tag":57,"props":14902,"children":14904},{"className":14903},[],[14905],{"type":48,"value":14906},"maxRevenue",{"type":48,"value":14908}," is the maximum revenue across all companies ",{"type":42,"tag":71,"props":14910,"children":14911},{},[14912],{"type":48,"value":14913},"including",{"type":48,"value":14915}," the target and the peer\naverage bar.",{"type":42,"tag":51,"props":14917,"children":14918},{},[14919,14924,14926,14931,14933,14938,14940,14945,14947,14953,14955,14961,14963,14968,14970,14975],{"type":42,"tag":71,"props":14920,"children":14921},{},[14922],{"type":48,"value":14923},"AVERAGE bar — REQUIRED:",{"type":48,"value":14925}," Compute the ",{"type":42,"tag":71,"props":14927,"children":14928},{},[14929],{"type":48,"value":14930},"peer average revenue",{"type":48,"value":14932}," (arithmetic mean of all\nresolved peers, excluding the target). Add an AVERAGE bar as the last row, separated by a\ndashed top border, using class ",{"type":42,"tag":57,"props":14934,"children":14936},{"className":14935},[],[14937],{"type":48,"value":3618},{"type":48,"value":14939}," (green) and ",{"type":42,"tag":57,"props":14941,"children":14943},{"className":14942},[],[14944],{"type":48,"value":3528},{"type":48,"value":14946},". The AVERAGE\nbar width uses the same formula: ",{"type":42,"tag":57,"props":14948,"children":14950},{"className":14949},[],[14951],{"type":48,"value":14952},"(peerAvgRevenue \u002F maxRevenue * 88).toFixed(1) + '%'",{"type":48,"value":14954},". If\n",{"type":42,"tag":57,"props":14956,"children":14958},{"className":14957},[],[14959],{"type":48,"value":14960},"peerAvgRevenue",{"type":48,"value":14962}," exceeds ",{"type":42,"tag":57,"props":14964,"children":14966},{"className":14965},[],[14967],{"type":48,"value":14906},{"type":48,"value":14969},", recalculate ",{"type":42,"tag":57,"props":14971,"children":14973},{"className":14972},[],[14974],{"type":48,"value":14906},{"type":48,"value":14976}," to include it.",{"type":42,"tag":51,"props":14978,"children":14979},{},[14980,14982,14987,14989,14994,14996,15001,15003,15008,15010,15015],{"type":48,"value":14981},"No median line needed for Revenue.\nTarget bar uses ",{"type":42,"tag":57,"props":14983,"children":14985},{"className":14984},[],[14986],{"type":48,"value":4798},{"type":48,"value":14988}," (blue). Peer bars use ",{"type":42,"tag":57,"props":14990,"children":14992},{"className":14991},[],[14993],{"type":48,"value":3310},{"type":48,"value":14995},". Average bar\nuses ",{"type":42,"tag":57,"props":14997,"children":14999},{"className":14998},[],[15000],{"type":48,"value":3618},{"type":48,"value":15002}," (green), label class ",{"type":42,"tag":57,"props":15004,"children":15006},{"className":15005},[],[15007],{"type":48,"value":3528},{"type":48,"value":15009},", value class ",{"type":42,"tag":57,"props":15011,"children":15013},{"className":15012},[],[15014],{"type":48,"value":3700},{"type":48,"value":824},{"type":42,"tag":51,"props":15017,"children":15018},{},[15019],{"type":42,"tag":71,"props":15020,"children":15021},{},[15022],{"type":48,"value":15023},"Reference snippet:",{"type":42,"tag":2326,"props":15025,"children":15027},{"className":2328,"code":15026,"language":21,"meta":2330,"style":2330},"\u003Cdiv id=\"pa-fi-charts\">\n  \u003Cdiv class=\"peer-bar-chart-outer\">\n    \u003Cdiv class=\"pbc-title\">REVENUE — COMPANY VS. PEERS\u003C\u002Fdiv>\n    \u003Cdiv class=\"pbc-subtitle\">FY2025, USD billions\u003C\u002Fdiv>\n    \u003Cdiv class=\"pbc-rows\">\n      \u003Cdiv class=\"pbc-row\">\n        \u003Cdiv class=\"pbc-name subject\" title=\"Target Co\">Target Co\u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-track\">\n          \u003Cdiv class=\"pbc-fill subj-pos\" style=\"left:0;width:88%\">\u003C\u002Fdiv>\n        \u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-val pos\">$180.2B\u003C\u002Fdiv>\n      \u003C\u002Fdiv>\n      \u003Cdiv class=\"pbc-row\">\n        \u003Cdiv class=\"pbc-name\" title=\"Peer One\">Peer One\u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-track\">\n          \u003Cdiv class=\"pbc-fill peer-pos\" style=\"left:0;width:29.7%\">\u003C\u002Fdiv>\n        \u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-val pos\">$61.0B\u003C\u002Fdiv>\n      \u003C\u002Fdiv>\n      \u003C!-- Repeat for all resolved peers -->\n      \u003C!-- AVERAGE bar — always last, separated by dashed border -->\n      \u003Cdiv class=\"pbc-row\" style=\"margin-top:6px;padding-top:6px;border-top:1px dashed #d0d7e3\">\n        \u003Cdiv class=\"pbc-name average\">AVERAGE\u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-track\">\n          \u003Cdiv class=\"pbc-fill avg-bar\" style=\"left:0;width:XX.X%\">\u003C\u002Fdiv>\n        \u003C\u002Fdiv>\n        \u003Cdiv class=\"pbc-val avg-val\">$XX.XB\u003C\u002Fdiv>\n      \u003C\u002Fdiv>\n    \u003C\u002Fdiv>\n    \u003Cdiv class=\"pbc-note\">Revenue sourced from Moody's financials (most recent FY). Peer avg (n=3): $XX.XB.\u003C\u002Fdiv>\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n",[15028],{"type":42,"tag":57,"props":15029,"children":15030},{"__ignoreMap":2330},[15031,15067,15102,15154,15206,15241,15276,15347,15382,15446,15461,15512,15527,15562,15633,15668,15732,15747,15799,15814,15822,15830,15885,15936,15971,16035,16050,16102,16117,16132,16184,16199],{"type":42,"tag":2336,"props":15032,"children":15033},{"class":2338,"line":2339},[15034,15038,15042,15046,15050,15054,15059,15063],{"type":42,"tag":2336,"props":15035,"children":15036},{"style":2343},[15037],{"type":48,"value":2346},{"type":42,"tag":2336,"props":15039,"children":15040},{"style":2349},[15041],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15043,"children":15044},{"style":2355},[15045],{"type":48,"value":2358},{"type":42,"tag":2336,"props":15047,"children":15048},{"style":2343},[15049],{"type":48,"value":2363},{"type":42,"tag":2336,"props":15051,"children":15052},{"style":2343},[15053],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15055,"children":15056},{"style":2371},[15057],{"type":48,"value":15058},"pa-fi-charts",{"type":42,"tag":2336,"props":15060,"children":15061},{"style":2343},[15062],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15064,"children":15065},{"style":2343},[15066],{"type":48,"value":2383},{"type":42,"tag":2336,"props":15068,"children":15069},{"class":2338,"line":2386},[15070,15074,15078,15082,15086,15090,15094,15098],{"type":42,"tag":2336,"props":15071,"children":15072},{"style":2343},[15073],{"type":48,"value":2392},{"type":42,"tag":2336,"props":15075,"children":15076},{"style":2349},[15077],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15079,"children":15080},{"style":2355},[15081],{"type":48,"value":2401},{"type":42,"tag":2336,"props":15083,"children":15084},{"style":2343},[15085],{"type":48,"value":2363},{"type":42,"tag":2336,"props":15087,"children":15088},{"style":2343},[15089],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15091,"children":15092},{"style":2371},[15093],{"type":48,"value":1940},{"type":42,"tag":2336,"props":15095,"children":15096},{"style":2343},[15097],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15099,"children":15100},{"style":2343},[15101],{"type":48,"value":2383},{"type":42,"tag":2336,"props":15103,"children":15104},{"class":2338,"line":2444},[15105,15109,15113,15117,15121,15125,15129,15133,15137,15142,15146,15150],{"type":42,"tag":2336,"props":15106,"children":15107},{"style":2343},[15108],{"type":48,"value":2496},{"type":42,"tag":2336,"props":15110,"children":15111},{"style":2349},[15112],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15114,"children":15115},{"style":2355},[15116],{"type":48,"value":2401},{"type":42,"tag":2336,"props":15118,"children":15119},{"style":2343},[15120],{"type":48,"value":2363},{"type":42,"tag":2336,"props":15122,"children":15123},{"style":2343},[15124],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15126,"children":15127},{"style":2371},[15128],{"type":48,"value":2517},{"type":42,"tag":2336,"props":15130,"children":15131},{"style":2343},[15132],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15134,"children":15135},{"style":2343},[15136],{"type":48,"value":2423},{"type":42,"tag":2336,"props":15138,"children":15139},{"style":2426},[15140],{"type":48,"value":15141},"REVENUE — COMPANY VS. PEERS",{"type":42,"tag":2336,"props":15143,"children":15144},{"style":2343},[15145],{"type":48,"value":2433},{"type":42,"tag":2336,"props":15147,"children":15148},{"style":2349},[15149],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15151,"children":15152},{"style":2343},[15153],{"type":48,"value":2383},{"type":42,"tag":2336,"props":15155,"children":15156},{"class":2338,"line":2454},[15157,15161,15165,15169,15173,15177,15181,15185,15189,15194,15198,15202],{"type":42,"tag":2336,"props":15158,"children":15159},{"style":2343},[15160],{"type":48,"value":2496},{"type":42,"tag":2336,"props":15162,"children":15163},{"style":2349},[15164],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15166,"children":15167},{"style":2355},[15168],{"type":48,"value":2401},{"type":42,"tag":2336,"props":15170,"children":15171},{"style":2343},[15172],{"type":48,"value":2363},{"type":42,"tag":2336,"props":15174,"children":15175},{"style":2343},[15176],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15178,"children":15179},{"style":2371},[15180],{"type":48,"value":2571},{"type":42,"tag":2336,"props":15182,"children":15183},{"style":2343},[15184],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15186,"children":15187},{"style":2343},[15188],{"type":48,"value":2423},{"type":42,"tag":2336,"props":15190,"children":15191},{"style":2426},[15192],{"type":48,"value":15193},"FY2025, USD billions",{"type":42,"tag":2336,"props":15195,"children":15196},{"style":2343},[15197],{"type":48,"value":2433},{"type":42,"tag":2336,"props":15199,"children":15200},{"style":2349},[15201],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15203,"children":15204},{"style":2343},[15205],{"type":48,"value":2383},{"type":42,"tag":2336,"props":15207,"children":15208},{"class":2338,"line":2490},[15209,15213,15217,15221,15225,15229,15233,15237],{"type":42,"tag":2336,"props":15210,"children":15211},{"style":2343},[15212],{"type":48,"value":2496},{"type":42,"tag":2336,"props":15214,"children":15215},{"style":2349},[15216],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15218,"children":15219},{"style":2355},[15220],{"type":48,"value":2401},{"type":42,"tag":2336,"props":15222,"children":15223},{"style":2343},[15224],{"type":48,"value":2363},{"type":42,"tag":2336,"props":15226,"children":15227},{"style":2343},[15228],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15230,"children":15231},{"style":2371},[15232],{"type":48,"value":2624},{"type":42,"tag":2336,"props":15234,"children":15235},{"style":2343},[15236],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15238,"children":15239},{"style":2343},[15240],{"type":48,"value":2383},{"type":42,"tag":2336,"props":15242,"children":15243},{"class":2338,"line":2545},[15244,15248,15252,15256,15260,15264,15268,15272],{"type":42,"tag":2336,"props":15245,"children":15246},{"style":2343},[15247],{"type":48,"value":2651},{"type":42,"tag":2336,"props":15249,"children":15250},{"style":2349},[15251],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15253,"children":15254},{"style":2355},[15255],{"type":48,"value":2401},{"type":42,"tag":2336,"props":15257,"children":15258},{"style":2343},[15259],{"type":48,"value":2363},{"type":42,"tag":2336,"props":15261,"children":15262},{"style":2343},[15263],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15265,"children":15266},{"style":2371},[15267],{"type":48,"value":2672},{"type":42,"tag":2336,"props":15269,"children":15270},{"style":2343},[15271],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15273,"children":15274},{"style":2343},[15275],{"type":48,"value":2383},{"type":42,"tag":2336,"props":15277,"children":15278},{"class":2338,"line":2598},[15279,15283,15287,15291,15295,15299,15303,15307,15311,15315,15319,15323,15327,15331,15335,15339,15343],{"type":42,"tag":2336,"props":15280,"children":15281},{"style":2343},[15282],{"type":48,"value":2689},{"type":42,"tag":2336,"props":15284,"children":15285},{"style":2349},[15286],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15288,"children":15289},{"style":2355},[15290],{"type":48,"value":2401},{"type":42,"tag":2336,"props":15292,"children":15293},{"style":2343},[15294],{"type":48,"value":2363},{"type":42,"tag":2336,"props":15296,"children":15297},{"style":2343},[15298],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15300,"children":15301},{"style":2371},[15302],{"type":48,"value":2710},{"type":42,"tag":2336,"props":15304,"children":15305},{"style":2343},[15306],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15308,"children":15309},{"style":2355},[15310],{"type":48,"value":2719},{"type":42,"tag":2336,"props":15312,"children":15313},{"style":2343},[15314],{"type":48,"value":2363},{"type":42,"tag":2336,"props":15316,"children":15317},{"style":2343},[15318],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15320,"children":15321},{"style":2371},[15322],{"type":48,"value":2732},{"type":42,"tag":2336,"props":15324,"children":15325},{"style":2343},[15326],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15328,"children":15329},{"style":2343},[15330],{"type":48,"value":2423},{"type":42,"tag":2336,"props":15332,"children":15333},{"style":2426},[15334],{"type":48,"value":2732},{"type":42,"tag":2336,"props":15336,"children":15337},{"style":2343},[15338],{"type":48,"value":2433},{"type":42,"tag":2336,"props":15340,"children":15341},{"style":2349},[15342],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15344,"children":15345},{"style":2343},[15346],{"type":48,"value":2383},{"type":42,"tag":2336,"props":15348,"children":15349},{"class":2338,"line":2635},[15350,15354,15358,15362,15366,15370,15374,15378],{"type":42,"tag":2336,"props":15351,"children":15352},{"style":2343},[15353],{"type":48,"value":2689},{"type":42,"tag":2336,"props":15355,"children":15356},{"style":2349},[15357],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15359,"children":15360},{"style":2355},[15361],{"type":48,"value":2401},{"type":42,"tag":2336,"props":15363,"children":15364},{"style":2343},[15365],{"type":48,"value":2363},{"type":42,"tag":2336,"props":15367,"children":15368},{"style":2343},[15369],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15371,"children":15372},{"style":2371},[15373],{"type":48,"value":2785},{"type":42,"tag":2336,"props":15375,"children":15376},{"style":2343},[15377],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15379,"children":15380},{"style":2343},[15381],{"type":48,"value":2383},{"type":42,"tag":2336,"props":15383,"children":15384},{"class":2338,"line":2645},[15385,15389,15393,15397,15401,15405,15409,15413,15417,15421,15425,15430,15434,15438,15442],{"type":42,"tag":2336,"props":15386,"children":15387},{"style":2343},[15388],{"type":48,"value":2802},{"type":42,"tag":2336,"props":15390,"children":15391},{"style":2349},[15392],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15394,"children":15395},{"style":2355},[15396],{"type":48,"value":2401},{"type":42,"tag":2336,"props":15398,"children":15399},{"style":2343},[15400],{"type":48,"value":2363},{"type":42,"tag":2336,"props":15402,"children":15403},{"style":2343},[15404],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15406,"children":15407},{"style":2371},[15408],{"type":48,"value":4798},{"type":42,"tag":2336,"props":15410,"children":15411},{"style":2343},[15412],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15414,"children":15415},{"style":2355},[15416],{"type":48,"value":2832},{"type":42,"tag":2336,"props":15418,"children":15419},{"style":2343},[15420],{"type":48,"value":2363},{"type":42,"tag":2336,"props":15422,"children":15423},{"style":2343},[15424],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15426,"children":15427},{"style":2371},[15428],{"type":48,"value":15429},"left:0;width:88%",{"type":42,"tag":2336,"props":15431,"children":15432},{"style":2343},[15433],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15435,"children":15436},{"style":2343},[15437],{"type":48,"value":2901},{"type":42,"tag":2336,"props":15439,"children":15440},{"style":2349},[15441],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15443,"children":15444},{"style":2343},[15445],{"type":48,"value":2383},{"type":42,"tag":2336,"props":15447,"children":15448},{"class":2338,"line":2683},[15449,15453,15457],{"type":42,"tag":2336,"props":15450,"children":15451},{"style":2343},[15452],{"type":48,"value":2984},{"type":42,"tag":2336,"props":15454,"children":15455},{"style":2349},[15456],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15458,"children":15459},{"style":2343},[15460],{"type":48,"value":2383},{"type":42,"tag":2336,"props":15462,"children":15463},{"class":2338,"line":2759},[15464,15468,15472,15476,15480,15484,15488,15492,15496,15500,15504,15508],{"type":42,"tag":2336,"props":15465,"children":15466},{"style":2343},[15467],{"type":48,"value":2689},{"type":42,"tag":2336,"props":15469,"children":15470},{"style":2349},[15471],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15473,"children":15474},{"style":2355},[15475],{"type":48,"value":2401},{"type":42,"tag":2336,"props":15477,"children":15478},{"style":2343},[15479],{"type":48,"value":2363},{"type":42,"tag":2336,"props":15481,"children":15482},{"style":2343},[15483],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15485,"children":15486},{"style":2371},[15487],{"type":48,"value":3392},{"type":42,"tag":2336,"props":15489,"children":15490},{"style":2343},[15491],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15493,"children":15494},{"style":2343},[15495],{"type":48,"value":2423},{"type":42,"tag":2336,"props":15497,"children":15498},{"style":2426},[15499],{"type":48,"value":14875},{"type":42,"tag":2336,"props":15501,"children":15502},{"style":2343},[15503],{"type":48,"value":2433},{"type":42,"tag":2336,"props":15505,"children":15506},{"style":2349},[15507],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15509,"children":15510},{"style":2343},[15511],{"type":48,"value":2383},{"type":42,"tag":2336,"props":15513,"children":15514},{"class":2338,"line":2796},[15515,15519,15523],{"type":42,"tag":2336,"props":15516,"children":15517},{"style":2343},[15518],{"type":48,"value":3055},{"type":42,"tag":2336,"props":15520,"children":15521},{"style":2349},[15522],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15524,"children":15525},{"style":2343},[15526],{"type":48,"value":2383},{"type":42,"tag":2336,"props":15528,"children":15529},{"class":2338,"line":2912},[15530,15534,15538,15542,15546,15550,15554,15558],{"type":42,"tag":2336,"props":15531,"children":15532},{"style":2343},[15533],{"type":48,"value":2651},{"type":42,"tag":2336,"props":15535,"children":15536},{"style":2349},[15537],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15539,"children":15540},{"style":2355},[15541],{"type":48,"value":2401},{"type":42,"tag":2336,"props":15543,"children":15544},{"style":2343},[15545],{"type":48,"value":2363},{"type":42,"tag":2336,"props":15547,"children":15548},{"style":2343},[15549],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15551,"children":15552},{"style":2371},[15553],{"type":48,"value":2672},{"type":42,"tag":2336,"props":15555,"children":15556},{"style":2343},[15557],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15559,"children":15560},{"style":2343},[15561],{"type":48,"value":2383},{"type":42,"tag":2336,"props":15563,"children":15564},{"class":2338,"line":2978},[15565,15569,15573,15577,15581,15585,15589,15593,15597,15601,15605,15609,15613,15617,15621,15625,15629],{"type":42,"tag":2336,"props":15566,"children":15567},{"style":2343},[15568],{"type":48,"value":2689},{"type":42,"tag":2336,"props":15570,"children":15571},{"style":2349},[15572],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15574,"children":15575},{"style":2355},[15576],{"type":48,"value":2401},{"type":42,"tag":2336,"props":15578,"children":15579},{"style":2343},[15580],{"type":48,"value":2363},{"type":42,"tag":2336,"props":15582,"children":15583},{"style":2343},[15584],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15586,"children":15587},{"style":2371},[15588],{"type":48,"value":2215},{"type":42,"tag":2336,"props":15590,"children":15591},{"style":2343},[15592],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15594,"children":15595},{"style":2355},[15596],{"type":48,"value":2719},{"type":42,"tag":2336,"props":15598,"children":15599},{"style":2343},[15600],{"type":48,"value":2363},{"type":42,"tag":2336,"props":15602,"children":15603},{"style":2343},[15604],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15606,"children":15607},{"style":2371},[15608],{"type":48,"value":7631},{"type":42,"tag":2336,"props":15610,"children":15611},{"style":2343},[15612],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15614,"children":15615},{"style":2343},[15616],{"type":48,"value":2423},{"type":42,"tag":2336,"props":15618,"children":15619},{"style":2426},[15620],{"type":48,"value":7631},{"type":42,"tag":2336,"props":15622,"children":15623},{"style":2343},[15624],{"type":48,"value":2433},{"type":42,"tag":2336,"props":15626,"children":15627},{"style":2349},[15628],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15630,"children":15631},{"style":2343},[15632],{"type":48,"value":2383},{"type":42,"tag":2336,"props":15634,"children":15635},{"class":2338,"line":2995},[15636,15640,15644,15648,15652,15656,15660,15664],{"type":42,"tag":2336,"props":15637,"children":15638},{"style":2343},[15639],{"type":48,"value":2689},{"type":42,"tag":2336,"props":15641,"children":15642},{"style":2349},[15643],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15645,"children":15646},{"style":2355},[15647],{"type":48,"value":2401},{"type":42,"tag":2336,"props":15649,"children":15650},{"style":2343},[15651],{"type":48,"value":2363},{"type":42,"tag":2336,"props":15653,"children":15654},{"style":2343},[15655],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15657,"children":15658},{"style":2371},[15659],{"type":48,"value":2785},{"type":42,"tag":2336,"props":15661,"children":15662},{"style":2343},[15663],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15665,"children":15666},{"style":2343},[15667],{"type":48,"value":2383},{"type":42,"tag":2336,"props":15669,"children":15670},{"class":2338,"line":3049},[15671,15675,15679,15683,15687,15691,15695,15699,15703,15707,15711,15716,15720,15724,15728],{"type":42,"tag":2336,"props":15672,"children":15673},{"style":2343},[15674],{"type":48,"value":2802},{"type":42,"tag":2336,"props":15676,"children":15677},{"style":2349},[15678],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15680,"children":15681},{"style":2355},[15682],{"type":48,"value":2401},{"type":42,"tag":2336,"props":15684,"children":15685},{"style":2343},[15686],{"type":48,"value":2363},{"type":42,"tag":2336,"props":15688,"children":15689},{"style":2343},[15690],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15692,"children":15693},{"style":2371},[15694],{"type":48,"value":3310},{"type":42,"tag":2336,"props":15696,"children":15697},{"style":2343},[15698],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15700,"children":15701},{"style":2355},[15702],{"type":48,"value":2832},{"type":42,"tag":2336,"props":15704,"children":15705},{"style":2343},[15706],{"type":48,"value":2363},{"type":42,"tag":2336,"props":15708,"children":15709},{"style":2343},[15710],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15712,"children":15713},{"style":2371},[15714],{"type":48,"value":15715},"left:0;width:29.7%",{"type":42,"tag":2336,"props":15717,"children":15718},{"style":2343},[15719],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15721,"children":15722},{"style":2343},[15723],{"type":48,"value":2901},{"type":42,"tag":2336,"props":15725,"children":15726},{"style":2349},[15727],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15729,"children":15730},{"style":2343},[15731],{"type":48,"value":2383},{"type":42,"tag":2336,"props":15733,"children":15734},{"class":2338,"line":3066},[15735,15739,15743],{"type":42,"tag":2336,"props":15736,"children":15737},{"style":2343},[15738],{"type":48,"value":2984},{"type":42,"tag":2336,"props":15740,"children":15741},{"style":2349},[15742],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15744,"children":15745},{"style":2343},[15746],{"type":48,"value":2383},{"type":42,"tag":2336,"props":15748,"children":15749},{"class":2338,"line":3075},[15750,15754,15758,15762,15766,15770,15774,15778,15782,15787,15791,15795],{"type":42,"tag":2336,"props":15751,"children":15752},{"style":2343},[15753],{"type":48,"value":2689},{"type":42,"tag":2336,"props":15755,"children":15756},{"style":2349},[15757],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15759,"children":15760},{"style":2355},[15761],{"type":48,"value":2401},{"type":42,"tag":2336,"props":15763,"children":15764},{"style":2343},[15765],{"type":48,"value":2363},{"type":42,"tag":2336,"props":15767,"children":15768},{"style":2343},[15769],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15771,"children":15772},{"style":2371},[15773],{"type":48,"value":3392},{"type":42,"tag":2336,"props":15775,"children":15776},{"style":2343},[15777],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15779,"children":15780},{"style":2343},[15781],{"type":48,"value":2423},{"type":42,"tag":2336,"props":15783,"children":15784},{"style":2426},[15785],{"type":48,"value":15786},"$61.0B",{"type":42,"tag":2336,"props":15788,"children":15789},{"style":2343},[15790],{"type":48,"value":2433},{"type":42,"tag":2336,"props":15792,"children":15793},{"style":2349},[15794],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15796,"children":15797},{"style":2343},[15798],{"type":48,"value":2383},{"type":42,"tag":2336,"props":15800,"children":15801},{"class":2338,"line":3111},[15802,15806,15810],{"type":42,"tag":2336,"props":15803,"children":15804},{"style":2343},[15805],{"type":48,"value":3055},{"type":42,"tag":2336,"props":15807,"children":15808},{"style":2349},[15809],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15811,"children":15812},{"style":2343},[15813],{"type":48,"value":2383},{"type":42,"tag":2336,"props":15815,"children":15816},{"class":2338,"line":3184},[15817],{"type":42,"tag":2336,"props":15818,"children":15819},{"style":2639},[15820],{"type":48,"value":15821},"      \u003C!-- Repeat for all resolved peers -->\n",{"type":42,"tag":2336,"props":15823,"children":15824},{"class":2338,"line":3220},[15825],{"type":42,"tag":2336,"props":15826,"children":15827},{"style":2639},[15828],{"type":48,"value":15829},"      \u003C!-- AVERAGE bar — always last, separated by dashed border -->\n",{"type":42,"tag":2336,"props":15831,"children":15832},{"class":2338,"line":3284},[15833,15837,15841,15845,15849,15853,15857,15861,15865,15869,15873,15877,15881],{"type":42,"tag":2336,"props":15834,"children":15835},{"style":2343},[15836],{"type":48,"value":2651},{"type":42,"tag":2336,"props":15838,"children":15839},{"style":2349},[15840],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15842,"children":15843},{"style":2355},[15844],{"type":48,"value":2401},{"type":42,"tag":2336,"props":15846,"children":15847},{"style":2343},[15848],{"type":48,"value":2363},{"type":42,"tag":2336,"props":15850,"children":15851},{"style":2343},[15852],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15854,"children":15855},{"style":2371},[15856],{"type":48,"value":2672},{"type":42,"tag":2336,"props":15858,"children":15859},{"style":2343},[15860],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15862,"children":15863},{"style":2355},[15864],{"type":48,"value":2832},{"type":42,"tag":2336,"props":15866,"children":15867},{"style":2343},[15868],{"type":48,"value":2363},{"type":42,"tag":2336,"props":15870,"children":15871},{"style":2343},[15872],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15874,"children":15875},{"style":2371},[15876],{"type":48,"value":3491},{"type":42,"tag":2336,"props":15878,"children":15879},{"style":2343},[15880],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15882,"children":15883},{"style":2343},[15884],{"type":48,"value":2383},{"type":42,"tag":2336,"props":15886,"children":15887},{"class":2338,"line":3350},[15888,15892,15896,15900,15904,15908,15912,15916,15920,15924,15928,15932],{"type":42,"tag":2336,"props":15889,"children":15890},{"style":2343},[15891],{"type":48,"value":2689},{"type":42,"tag":2336,"props":15893,"children":15894},{"style":2349},[15895],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15897,"children":15898},{"style":2355},[15899],{"type":48,"value":2401},{"type":42,"tag":2336,"props":15901,"children":15902},{"style":2343},[15903],{"type":48,"value":2363},{"type":42,"tag":2336,"props":15905,"children":15906},{"style":2343},[15907],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15909,"children":15910},{"style":2371},[15911],{"type":48,"value":3528},{"type":42,"tag":2336,"props":15913,"children":15914},{"style":2343},[15915],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15917,"children":15918},{"style":2343},[15919],{"type":48,"value":2423},{"type":42,"tag":2336,"props":15921,"children":15922},{"style":2426},[15923],{"type":48,"value":3541},{"type":42,"tag":2336,"props":15925,"children":15926},{"style":2343},[15927],{"type":48,"value":2433},{"type":42,"tag":2336,"props":15929,"children":15930},{"style":2349},[15931],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15933,"children":15934},{"style":2343},[15935],{"type":48,"value":2383},{"type":42,"tag":2336,"props":15937,"children":15938},{"class":2338,"line":3366},[15939,15943,15947,15951,15955,15959,15963,15967],{"type":42,"tag":2336,"props":15940,"children":15941},{"style":2343},[15942],{"type":48,"value":2689},{"type":42,"tag":2336,"props":15944,"children":15945},{"style":2349},[15946],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15948,"children":15949},{"style":2355},[15950],{"type":48,"value":2401},{"type":42,"tag":2336,"props":15952,"children":15953},{"style":2343},[15954],{"type":48,"value":2363},{"type":42,"tag":2336,"props":15956,"children":15957},{"style":2343},[15958],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15960,"children":15961},{"style":2371},[15962],{"type":48,"value":2785},{"type":42,"tag":2336,"props":15964,"children":15965},{"style":2343},[15966],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15968,"children":15969},{"style":2343},[15970],{"type":48,"value":2383},{"type":42,"tag":2336,"props":15972,"children":15973},{"class":2338,"line":3420},[15974,15978,15982,15986,15990,15994,15998,16002,16006,16010,16014,16019,16023,16027,16031],{"type":42,"tag":2336,"props":15975,"children":15976},{"style":2343},[15977],{"type":48,"value":2802},{"type":42,"tag":2336,"props":15979,"children":15980},{"style":2349},[15981],{"type":48,"value":2352},{"type":42,"tag":2336,"props":15983,"children":15984},{"style":2355},[15985],{"type":48,"value":2401},{"type":42,"tag":2336,"props":15987,"children":15988},{"style":2343},[15989],{"type":48,"value":2363},{"type":42,"tag":2336,"props":15991,"children":15992},{"style":2343},[15993],{"type":48,"value":2368},{"type":42,"tag":2336,"props":15995,"children":15996},{"style":2371},[15997],{"type":48,"value":3618},{"type":42,"tag":2336,"props":15999,"children":16000},{"style":2343},[16001],{"type":48,"value":2368},{"type":42,"tag":2336,"props":16003,"children":16004},{"style":2355},[16005],{"type":48,"value":2832},{"type":42,"tag":2336,"props":16007,"children":16008},{"style":2343},[16009],{"type":48,"value":2363},{"type":42,"tag":2336,"props":16011,"children":16012},{"style":2343},[16013],{"type":48,"value":2368},{"type":42,"tag":2336,"props":16015,"children":16016},{"style":2371},[16017],{"type":48,"value":16018},"left:0;width:XX.X%",{"type":42,"tag":2336,"props":16020,"children":16021},{"style":2343},[16022],{"type":48,"value":2368},{"type":42,"tag":2336,"props":16024,"children":16025},{"style":2343},[16026],{"type":48,"value":2901},{"type":42,"tag":2336,"props":16028,"children":16029},{"style":2349},[16030],{"type":48,"value":2352},{"type":42,"tag":2336,"props":16032,"children":16033},{"style":2343},[16034],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16036,"children":16037},{"class":2338,"line":3436},[16038,16042,16046],{"type":42,"tag":2336,"props":16039,"children":16040},{"style":2343},[16041],{"type":48,"value":2984},{"type":42,"tag":2336,"props":16043,"children":16044},{"style":2349},[16045],{"type":48,"value":2352},{"type":42,"tag":2336,"props":16047,"children":16048},{"style":2343},[16049],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16051,"children":16052},{"class":2338,"line":3445},[16053,16057,16061,16065,16069,16073,16077,16081,16085,16090,16094,16098],{"type":42,"tag":2336,"props":16054,"children":16055},{"style":2343},[16056],{"type":48,"value":2689},{"type":42,"tag":2336,"props":16058,"children":16059},{"style":2349},[16060],{"type":48,"value":2352},{"type":42,"tag":2336,"props":16062,"children":16063},{"style":2355},[16064],{"type":48,"value":2401},{"type":42,"tag":2336,"props":16066,"children":16067},{"style":2343},[16068],{"type":48,"value":2363},{"type":42,"tag":2336,"props":16070,"children":16071},{"style":2343},[16072],{"type":48,"value":2368},{"type":42,"tag":2336,"props":16074,"children":16075},{"style":2371},[16076],{"type":48,"value":3700},{"type":42,"tag":2336,"props":16078,"children":16079},{"style":2343},[16080],{"type":48,"value":2368},{"type":42,"tag":2336,"props":16082,"children":16083},{"style":2343},[16084],{"type":48,"value":2423},{"type":42,"tag":2336,"props":16086,"children":16087},{"style":2426},[16088],{"type":48,"value":16089},"$XX.XB",{"type":42,"tag":2336,"props":16091,"children":16092},{"style":2343},[16093],{"type":48,"value":2433},{"type":42,"tag":2336,"props":16095,"children":16096},{"style":2349},[16097],{"type":48,"value":2352},{"type":42,"tag":2336,"props":16099,"children":16100},{"style":2343},[16101],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16103,"children":16104},{"class":2338,"line":3502},[16105,16109,16113],{"type":42,"tag":2336,"props":16106,"children":16107},{"style":2343},[16108],{"type":48,"value":3055},{"type":42,"tag":2336,"props":16110,"children":16111},{"style":2349},[16112],{"type":48,"value":2352},{"type":42,"tag":2336,"props":16114,"children":16115},{"style":2343},[16116],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16118,"children":16119},{"class":2338,"line":3556},[16120,16124,16128],{"type":42,"tag":2336,"props":16121,"children":16122},{"style":2343},[16123],{"type":48,"value":3750},{"type":42,"tag":2336,"props":16125,"children":16126},{"style":2349},[16127],{"type":48,"value":2352},{"type":42,"tag":2336,"props":16129,"children":16130},{"style":2343},[16131],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16133,"children":16134},{"class":2338,"line":3592},[16135,16139,16143,16147,16151,16155,16159,16163,16167,16172,16176,16180],{"type":42,"tag":2336,"props":16136,"children":16137},{"style":2343},[16138],{"type":48,"value":2496},{"type":42,"tag":2336,"props":16140,"children":16141},{"style":2349},[16142],{"type":48,"value":2352},{"type":42,"tag":2336,"props":16144,"children":16145},{"style":2355},[16146],{"type":48,"value":2401},{"type":42,"tag":2336,"props":16148,"children":16149},{"style":2343},[16150],{"type":48,"value":2363},{"type":42,"tag":2336,"props":16152,"children":16153},{"style":2343},[16154],{"type":48,"value":2368},{"type":42,"tag":2336,"props":16156,"children":16157},{"style":2371},[16158],{"type":48,"value":3787},{"type":42,"tag":2336,"props":16160,"children":16161},{"style":2343},[16162],{"type":48,"value":2368},{"type":42,"tag":2336,"props":16164,"children":16165},{"style":2343},[16166],{"type":48,"value":2423},{"type":42,"tag":2336,"props":16168,"children":16169},{"style":2426},[16170],{"type":48,"value":16171},"Revenue sourced from Moody's financials (most recent FY). Peer avg (n=3): $XX.XB.",{"type":42,"tag":2336,"props":16173,"children":16174},{"style":2343},[16175],{"type":48,"value":2433},{"type":42,"tag":2336,"props":16177,"children":16178},{"style":2349},[16179],{"type":48,"value":2352},{"type":42,"tag":2336,"props":16181,"children":16182},{"style":2343},[16183],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16185,"children":16186},{"class":2338,"line":3658},[16187,16191,16195],{"type":42,"tag":2336,"props":16188,"children":16189},{"style":2343},[16190],{"type":48,"value":3821},{"type":42,"tag":2336,"props":16192,"children":16193},{"style":2349},[16194],{"type":48,"value":2352},{"type":42,"tag":2336,"props":16196,"children":16197},{"style":2343},[16198],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16200,"children":16201},{"class":2338,"line":3674},[16202,16206,16210],{"type":42,"tag":2336,"props":16203,"children":16204},{"style":2343},[16205],{"type":48,"value":2433},{"type":42,"tag":2336,"props":16207,"children":16208},{"style":2349},[16209],{"type":48,"value":2352},{"type":42,"tag":2336,"props":16211,"children":16212},{"style":2343},[16213],{"type":48,"value":2383},{"type":42,"tag":51,"props":16215,"children":16216},{},[16217],{"type":48,"value":16218},"Omit bar rows for companies that were not resolved (fewer than 3 peers). Always include the\nAVERAGE bar as long as at least one peer is resolved.",{"type":42,"tag":826,"props":16220,"children":16221},{},[],{"type":42,"tag":962,"props":16223,"children":16225},{"id":16224},"visual-3-esg-score-heatmap-pa-esg-heatmap",[16226,16228,16234],{"type":48,"value":16227},"Visual 3 — ESG Score Heatmap (",{"type":42,"tag":57,"props":16229,"children":16231},{"className":16230},[],[16232],{"type":48,"value":16233},"#pa-esg-heatmap",{"type":48,"value":4102},{"type":42,"tag":51,"props":16236,"children":16237},{},[16238,16239,16243,16245,16250,16252,16258],{"type":48,"value":14322},{"type":42,"tag":71,"props":16240,"children":16241},{},[16242],{"type":48,"value":14327},{"type":48,"value":16244}," the ESG table, before ",{"type":42,"tag":57,"props":16246,"children":16248},{"className":16247},[],[16249],{"type":48,"value":6333},{"type":48,"value":16251},". Emit a colour-coded\nHTML table (inside ",{"type":42,"tag":57,"props":16253,"children":16255},{"className":16254},[],[16256],{"type":48,"value":16257},"div.esg-heatmap",{"type":48,"value":16259},") that makes the CIS and sub-scores scannable at a glance.",{"type":42,"tag":51,"props":16261,"children":16262},{},[16263,16268,16270,16276],{"type":42,"tag":71,"props":16264,"children":16265},{},[16266],{"type":48,"value":16267},"Colour mapping",{"type":48,"value":16269}," — apply a CSS class to each score ",{"type":42,"tag":57,"props":16271,"children":16273},{"className":16272},[],[16274],{"type":48,"value":16275},"\u003Ctd>",{"type":48,"value":16277}," based on numeric severity\n(lower CIS\u002Fsub-score = better):",{"type":42,"tag":1049,"props":16279,"children":16280},{},[16281,16302],{"type":42,"tag":1053,"props":16282,"children":16283},{},[16284],{"type":42,"tag":1057,"props":16285,"children":16286},{},[16287,16292,16297],{"type":42,"tag":1061,"props":16288,"children":16289},{},[16290],{"type":48,"value":16291},"Score",{"type":42,"tag":1061,"props":16293,"children":16294},{},[16295],{"type":48,"value":16296},"Class",{"type":42,"tag":1061,"props":16298,"children":16299},{},[16300],{"type":48,"value":16301},"Meaning",{"type":42,"tag":1072,"props":16303,"children":16304},{},[16305,16326,16347,16368,16389],{"type":42,"tag":1057,"props":16306,"children":16307},{},[16308,16312,16321],{"type":42,"tag":1079,"props":16309,"children":16310},{},[16311],{"type":48,"value":1987},{"type":42,"tag":1079,"props":16313,"children":16314},{},[16315],{"type":42,"tag":57,"props":16316,"children":16318},{"className":16317},[],[16319],{"type":48,"value":16320},"esg-s1",{"type":42,"tag":1079,"props":16322,"children":16323},{},[16324],{"type":48,"value":16325},"Green — minimal risk",{"type":42,"tag":1057,"props":16327,"children":16328},{},[16329,16333,16342],{"type":42,"tag":1079,"props":16330,"children":16331},{},[16332],{"type":48,"value":2019},{"type":42,"tag":1079,"props":16334,"children":16335},{},[16336],{"type":42,"tag":57,"props":16337,"children":16339},{"className":16338},[],[16340],{"type":48,"value":16341},"esg-s2",{"type":42,"tag":1079,"props":16343,"children":16344},{},[16345],{"type":48,"value":16346},"Light green — limited risk",{"type":42,"tag":1057,"props":16348,"children":16349},{},[16350,16354,16363],{"type":42,"tag":1079,"props":16351,"children":16352},{},[16353],{"type":48,"value":2051},{"type":42,"tag":1079,"props":16355,"children":16356},{},[16357],{"type":42,"tag":57,"props":16358,"children":16360},{"className":16359},[],[16361],{"type":48,"value":16362},"esg-s3",{"type":42,"tag":1079,"props":16364,"children":16365},{},[16366],{"type":48,"value":16367},"Amber — moderate risk",{"type":42,"tag":1057,"props":16369,"children":16370},{},[16371,16375,16384],{"type":42,"tag":1079,"props":16372,"children":16373},{},[16374],{"type":48,"value":2081},{"type":42,"tag":1079,"props":16376,"children":16377},{},[16378],{"type":42,"tag":57,"props":16379,"children":16381},{"className":16380},[],[16382],{"type":48,"value":16383},"esg-s4",{"type":42,"tag":1079,"props":16385,"children":16386},{},[16387],{"type":48,"value":16388},"Orange — high risk",{"type":42,"tag":1057,"props":16390,"children":16391},{},[16392,16396,16405],{"type":42,"tag":1079,"props":16393,"children":16394},{},[16395],{"type":48,"value":2110},{"type":42,"tag":1079,"props":16397,"children":16398},{},[16399],{"type":42,"tag":57,"props":16400,"children":16402},{"className":16401},[],[16403],{"type":48,"value":16404},"esg-s5",{"type":42,"tag":1079,"props":16406,"children":16407},{},[16408],{"type":48,"value":16409},"Red — very high risk",{"type":42,"tag":51,"props":16411,"children":16412},{},[16413,16415,16420,16422,16427,16429,16434],{"type":48,"value":16414},"Parse the numeric suffix from the Moody's score string (e.g. ",{"type":42,"tag":57,"props":16416,"children":16418},{"className":16417},[],[16419],{"type":48,"value":7855},{"type":48,"value":16421}," → 3, ",{"type":42,"tag":57,"props":16423,"children":16425},{"className":16424},[],[16426],{"type":48,"value":7887},{"type":48,"value":16428}," → 4).\nIf the score is ",{"type":42,"tag":57,"props":16430,"children":16432},{"className":16431},[],[16433],{"type":48,"value":4391},{"type":48,"value":16435}," or missing, omit the colour class (plain white cell).",{"type":42,"tag":51,"props":16437,"children":16438},{},[16439],{"type":42,"tag":71,"props":16440,"children":16441},{},[16442],{"type":48,"value":15023},{"type":42,"tag":2326,"props":16444,"children":16446},{"className":2328,"code":16445,"language":21,"meta":2330,"style":2330},"\u003Ctable>\n  \u003Cthead>\n    \u003Ctr>\n      \u003Cth>Company\u003C\u002Fth>\n      \u003Cth>CIS (Overall)\u003C\u002Fth>\n      \u003Cth>E Score\u003C\u002Fth>\n      \u003Cth>S Score\u003C\u002Fth>\n      \u003Cth>G Score\u003C\u002Fth>\n    \u003C\u002Ftr>\n  \u003C\u002Fthead>\n  \u003Ctbody>\n    \u003Ctr>\n      \u003Ctd>Target Co\u003C\u002Ftd>\n      \u003Ctd class=\"esg-s3\">CIS-3\u003C\u002Ftd>\n      \u003Ctd class=\"esg-s4\">E-4\u003C\u002Ftd>\n      \u003Ctd class=\"esg-s3\">S-3\u003C\u002Ftd>\n      \u003Ctd class=\"esg-s2\">G-2\u003C\u002Ftd>\n    \u003C\u002Ftr>\n    \u003C!-- one \u003Ctr> per company, same order as all other tables -->\n  \u003C\u002Ftbody>\n\u003C\u002Ftable>\n",[16447],{"type":42,"tag":57,"props":16448,"children":16449},{"__ignoreMap":2330},[16450,16465,16480,16495,16527,16559,16591,16623,16655,16670,16685,16700,16715,16746,16797,16848,16899,16950,16965,16973,16988],{"type":42,"tag":2336,"props":16451,"children":16452},{"class":2338,"line":2339},[16453,16457,16461],{"type":42,"tag":2336,"props":16454,"children":16455},{"style":2343},[16456],{"type":48,"value":2346},{"type":42,"tag":2336,"props":16458,"children":16459},{"style":2349},[16460],{"type":48,"value":1049},{"type":42,"tag":2336,"props":16462,"children":16463},{"style":2343},[16464],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16466,"children":16467},{"class":2338,"line":2386},[16468,16472,16476],{"type":42,"tag":2336,"props":16469,"children":16470},{"style":2343},[16471],{"type":48,"value":2392},{"type":42,"tag":2336,"props":16473,"children":16474},{"style":2349},[16475],{"type":48,"value":1053},{"type":42,"tag":2336,"props":16477,"children":16478},{"style":2343},[16479],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16481,"children":16482},{"class":2338,"line":2444},[16483,16487,16491],{"type":42,"tag":2336,"props":16484,"children":16485},{"style":2343},[16486],{"type":48,"value":2496},{"type":42,"tag":2336,"props":16488,"children":16489},{"style":2349},[16490],{"type":48,"value":1057},{"type":42,"tag":2336,"props":16492,"children":16493},{"style":2343},[16494],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16496,"children":16497},{"class":2338,"line":2454},[16498,16502,16506,16510,16515,16519,16523],{"type":42,"tag":2336,"props":16499,"children":16500},{"style":2343},[16501],{"type":48,"value":2651},{"type":42,"tag":2336,"props":16503,"children":16504},{"style":2349},[16505],{"type":48,"value":1061},{"type":42,"tag":2336,"props":16507,"children":16508},{"style":2343},[16509],{"type":48,"value":2423},{"type":42,"tag":2336,"props":16511,"children":16512},{"style":2426},[16513],{"type":48,"value":16514},"Company",{"type":42,"tag":2336,"props":16516,"children":16517},{"style":2343},[16518],{"type":48,"value":2433},{"type":42,"tag":2336,"props":16520,"children":16521},{"style":2349},[16522],{"type":48,"value":1061},{"type":42,"tag":2336,"props":16524,"children":16525},{"style":2343},[16526],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16528,"children":16529},{"class":2338,"line":2490},[16530,16534,16538,16542,16547,16551,16555],{"type":42,"tag":2336,"props":16531,"children":16532},{"style":2343},[16533],{"type":48,"value":2651},{"type":42,"tag":2336,"props":16535,"children":16536},{"style":2349},[16537],{"type":48,"value":1061},{"type":42,"tag":2336,"props":16539,"children":16540},{"style":2343},[16541],{"type":48,"value":2423},{"type":42,"tag":2336,"props":16543,"children":16544},{"style":2426},[16545],{"type":48,"value":16546},"CIS (Overall)",{"type":42,"tag":2336,"props":16548,"children":16549},{"style":2343},[16550],{"type":48,"value":2433},{"type":42,"tag":2336,"props":16552,"children":16553},{"style":2349},[16554],{"type":48,"value":1061},{"type":42,"tag":2336,"props":16556,"children":16557},{"style":2343},[16558],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16560,"children":16561},{"class":2338,"line":2545},[16562,16566,16570,16574,16579,16583,16587],{"type":42,"tag":2336,"props":16563,"children":16564},{"style":2343},[16565],{"type":48,"value":2651},{"type":42,"tag":2336,"props":16567,"children":16568},{"style":2349},[16569],{"type":48,"value":1061},{"type":42,"tag":2336,"props":16571,"children":16572},{"style":2343},[16573],{"type":48,"value":2423},{"type":42,"tag":2336,"props":16575,"children":16576},{"style":2426},[16577],{"type":48,"value":16578},"E Score",{"type":42,"tag":2336,"props":16580,"children":16581},{"style":2343},[16582],{"type":48,"value":2433},{"type":42,"tag":2336,"props":16584,"children":16585},{"style":2349},[16586],{"type":48,"value":1061},{"type":42,"tag":2336,"props":16588,"children":16589},{"style":2343},[16590],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16592,"children":16593},{"class":2338,"line":2598},[16594,16598,16602,16606,16611,16615,16619],{"type":42,"tag":2336,"props":16595,"children":16596},{"style":2343},[16597],{"type":48,"value":2651},{"type":42,"tag":2336,"props":16599,"children":16600},{"style":2349},[16601],{"type":48,"value":1061},{"type":42,"tag":2336,"props":16603,"children":16604},{"style":2343},[16605],{"type":48,"value":2423},{"type":42,"tag":2336,"props":16607,"children":16608},{"style":2426},[16609],{"type":48,"value":16610},"S Score",{"type":42,"tag":2336,"props":16612,"children":16613},{"style":2343},[16614],{"type":48,"value":2433},{"type":42,"tag":2336,"props":16616,"children":16617},{"style":2349},[16618],{"type":48,"value":1061},{"type":42,"tag":2336,"props":16620,"children":16621},{"style":2343},[16622],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16624,"children":16625},{"class":2338,"line":2635},[16626,16630,16634,16638,16643,16647,16651],{"type":42,"tag":2336,"props":16627,"children":16628},{"style":2343},[16629],{"type":48,"value":2651},{"type":42,"tag":2336,"props":16631,"children":16632},{"style":2349},[16633],{"type":48,"value":1061},{"type":42,"tag":2336,"props":16635,"children":16636},{"style":2343},[16637],{"type":48,"value":2423},{"type":42,"tag":2336,"props":16639,"children":16640},{"style":2426},[16641],{"type":48,"value":16642},"G Score",{"type":42,"tag":2336,"props":16644,"children":16645},{"style":2343},[16646],{"type":48,"value":2433},{"type":42,"tag":2336,"props":16648,"children":16649},{"style":2349},[16650],{"type":48,"value":1061},{"type":42,"tag":2336,"props":16652,"children":16653},{"style":2343},[16654],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16656,"children":16657},{"class":2338,"line":2645},[16658,16662,16666],{"type":42,"tag":2336,"props":16659,"children":16660},{"style":2343},[16661],{"type":48,"value":3750},{"type":42,"tag":2336,"props":16663,"children":16664},{"style":2349},[16665],{"type":48,"value":1057},{"type":42,"tag":2336,"props":16667,"children":16668},{"style":2343},[16669],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16671,"children":16672},{"class":2338,"line":2683},[16673,16677,16681],{"type":42,"tag":2336,"props":16674,"children":16675},{"style":2343},[16676],{"type":48,"value":3821},{"type":42,"tag":2336,"props":16678,"children":16679},{"style":2349},[16680],{"type":48,"value":1053},{"type":42,"tag":2336,"props":16682,"children":16683},{"style":2343},[16684],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16686,"children":16687},{"class":2338,"line":2759},[16688,16692,16696],{"type":42,"tag":2336,"props":16689,"children":16690},{"style":2343},[16691],{"type":48,"value":2392},{"type":42,"tag":2336,"props":16693,"children":16694},{"style":2349},[16695],{"type":48,"value":1072},{"type":42,"tag":2336,"props":16697,"children":16698},{"style":2343},[16699],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16701,"children":16702},{"class":2338,"line":2796},[16703,16707,16711],{"type":42,"tag":2336,"props":16704,"children":16705},{"style":2343},[16706],{"type":48,"value":2496},{"type":42,"tag":2336,"props":16708,"children":16709},{"style":2349},[16710],{"type":48,"value":1057},{"type":42,"tag":2336,"props":16712,"children":16713},{"style":2343},[16714],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16716,"children":16717},{"class":2338,"line":2912},[16718,16722,16726,16730,16734,16738,16742],{"type":42,"tag":2336,"props":16719,"children":16720},{"style":2343},[16721],{"type":48,"value":2651},{"type":42,"tag":2336,"props":16723,"children":16724},{"style":2349},[16725],{"type":48,"value":1079},{"type":42,"tag":2336,"props":16727,"children":16728},{"style":2343},[16729],{"type":48,"value":2423},{"type":42,"tag":2336,"props":16731,"children":16732},{"style":2426},[16733],{"type":48,"value":2732},{"type":42,"tag":2336,"props":16735,"children":16736},{"style":2343},[16737],{"type":48,"value":2433},{"type":42,"tag":2336,"props":16739,"children":16740},{"style":2349},[16741],{"type":48,"value":1079},{"type":42,"tag":2336,"props":16743,"children":16744},{"style":2343},[16745],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16747,"children":16748},{"class":2338,"line":2978},[16749,16753,16757,16761,16765,16769,16773,16777,16781,16785,16789,16793],{"type":42,"tag":2336,"props":16750,"children":16751},{"style":2343},[16752],{"type":48,"value":2651},{"type":42,"tag":2336,"props":16754,"children":16755},{"style":2349},[16756],{"type":48,"value":1079},{"type":42,"tag":2336,"props":16758,"children":16759},{"style":2355},[16760],{"type":48,"value":2401},{"type":42,"tag":2336,"props":16762,"children":16763},{"style":2343},[16764],{"type":48,"value":2363},{"type":42,"tag":2336,"props":16766,"children":16767},{"style":2343},[16768],{"type":48,"value":2368},{"type":42,"tag":2336,"props":16770,"children":16771},{"style":2371},[16772],{"type":48,"value":16362},{"type":42,"tag":2336,"props":16774,"children":16775},{"style":2343},[16776],{"type":48,"value":2368},{"type":42,"tag":2336,"props":16778,"children":16779},{"style":2343},[16780],{"type":48,"value":2423},{"type":42,"tag":2336,"props":16782,"children":16783},{"style":2426},[16784],{"type":48,"value":7855},{"type":42,"tag":2336,"props":16786,"children":16787},{"style":2343},[16788],{"type":48,"value":2433},{"type":42,"tag":2336,"props":16790,"children":16791},{"style":2349},[16792],{"type":48,"value":1079},{"type":42,"tag":2336,"props":16794,"children":16795},{"style":2343},[16796],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16798,"children":16799},{"class":2338,"line":2995},[16800,16804,16808,16812,16816,16820,16824,16828,16832,16836,16840,16844],{"type":42,"tag":2336,"props":16801,"children":16802},{"style":2343},[16803],{"type":48,"value":2651},{"type":42,"tag":2336,"props":16805,"children":16806},{"style":2349},[16807],{"type":48,"value":1079},{"type":42,"tag":2336,"props":16809,"children":16810},{"style":2355},[16811],{"type":48,"value":2401},{"type":42,"tag":2336,"props":16813,"children":16814},{"style":2343},[16815],{"type":48,"value":2363},{"type":42,"tag":2336,"props":16817,"children":16818},{"style":2343},[16819],{"type":48,"value":2368},{"type":42,"tag":2336,"props":16821,"children":16822},{"style":2371},[16823],{"type":48,"value":16383},{"type":42,"tag":2336,"props":16825,"children":16826},{"style":2343},[16827],{"type":48,"value":2368},{"type":42,"tag":2336,"props":16829,"children":16830},{"style":2343},[16831],{"type":48,"value":2423},{"type":42,"tag":2336,"props":16833,"children":16834},{"style":2426},[16835],{"type":48,"value":7887},{"type":42,"tag":2336,"props":16837,"children":16838},{"style":2343},[16839],{"type":48,"value":2433},{"type":42,"tag":2336,"props":16841,"children":16842},{"style":2349},[16843],{"type":48,"value":1079},{"type":42,"tag":2336,"props":16845,"children":16846},{"style":2343},[16847],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16849,"children":16850},{"class":2338,"line":3049},[16851,16855,16859,16863,16867,16871,16875,16879,16883,16887,16891,16895],{"type":42,"tag":2336,"props":16852,"children":16853},{"style":2343},[16854],{"type":48,"value":2651},{"type":42,"tag":2336,"props":16856,"children":16857},{"style":2349},[16858],{"type":48,"value":1079},{"type":42,"tag":2336,"props":16860,"children":16861},{"style":2355},[16862],{"type":48,"value":2401},{"type":42,"tag":2336,"props":16864,"children":16865},{"style":2343},[16866],{"type":48,"value":2363},{"type":42,"tag":2336,"props":16868,"children":16869},{"style":2343},[16870],{"type":48,"value":2368},{"type":42,"tag":2336,"props":16872,"children":16873},{"style":2371},[16874],{"type":48,"value":16362},{"type":42,"tag":2336,"props":16876,"children":16877},{"style":2343},[16878],{"type":48,"value":2368},{"type":42,"tag":2336,"props":16880,"children":16881},{"style":2343},[16882],{"type":48,"value":2423},{"type":42,"tag":2336,"props":16884,"children":16885},{"style":2426},[16886],{"type":48,"value":7919},{"type":42,"tag":2336,"props":16888,"children":16889},{"style":2343},[16890],{"type":48,"value":2433},{"type":42,"tag":2336,"props":16892,"children":16893},{"style":2349},[16894],{"type":48,"value":1079},{"type":42,"tag":2336,"props":16896,"children":16897},{"style":2343},[16898],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16900,"children":16901},{"class":2338,"line":3066},[16902,16906,16910,16914,16918,16922,16926,16930,16934,16938,16942,16946],{"type":42,"tag":2336,"props":16903,"children":16904},{"style":2343},[16905],{"type":48,"value":2651},{"type":42,"tag":2336,"props":16907,"children":16908},{"style":2349},[16909],{"type":48,"value":1079},{"type":42,"tag":2336,"props":16911,"children":16912},{"style":2355},[16913],{"type":48,"value":2401},{"type":42,"tag":2336,"props":16915,"children":16916},{"style":2343},[16917],{"type":48,"value":2363},{"type":42,"tag":2336,"props":16919,"children":16920},{"style":2343},[16921],{"type":48,"value":2368},{"type":42,"tag":2336,"props":16923,"children":16924},{"style":2371},[16925],{"type":48,"value":16341},{"type":42,"tag":2336,"props":16927,"children":16928},{"style":2343},[16929],{"type":48,"value":2368},{"type":42,"tag":2336,"props":16931,"children":16932},{"style":2343},[16933],{"type":48,"value":2423},{"type":42,"tag":2336,"props":16935,"children":16936},{"style":2426},[16937],{"type":48,"value":7951},{"type":42,"tag":2336,"props":16939,"children":16940},{"style":2343},[16941],{"type":48,"value":2433},{"type":42,"tag":2336,"props":16943,"children":16944},{"style":2349},[16945],{"type":48,"value":1079},{"type":42,"tag":2336,"props":16947,"children":16948},{"style":2343},[16949],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16951,"children":16952},{"class":2338,"line":3075},[16953,16957,16961],{"type":42,"tag":2336,"props":16954,"children":16955},{"style":2343},[16956],{"type":48,"value":3750},{"type":42,"tag":2336,"props":16958,"children":16959},{"style":2349},[16960],{"type":48,"value":1057},{"type":42,"tag":2336,"props":16962,"children":16963},{"style":2343},[16964],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16966,"children":16967},{"class":2338,"line":3111},[16968],{"type":42,"tag":2336,"props":16969,"children":16970},{"style":2639},[16971],{"type":48,"value":16972},"    \u003C!-- one \u003Ctr> per company, same order as all other tables -->\n",{"type":42,"tag":2336,"props":16974,"children":16975},{"class":2338,"line":3184},[16976,16980,16984],{"type":42,"tag":2336,"props":16977,"children":16978},{"style":2343},[16979],{"type":48,"value":3821},{"type":42,"tag":2336,"props":16981,"children":16982},{"style":2349},[16983],{"type":48,"value":1072},{"type":42,"tag":2336,"props":16985,"children":16986},{"style":2343},[16987],{"type":48,"value":2383},{"type":42,"tag":2336,"props":16989,"children":16990},{"class":2338,"line":3220},[16991,16995,16999],{"type":42,"tag":2336,"props":16992,"children":16993},{"style":2343},[16994],{"type":48,"value":2433},{"type":42,"tag":2336,"props":16996,"children":16997},{"style":2349},[16998],{"type":48,"value":1049},{"type":42,"tag":2336,"props":17000,"children":17001},{"style":2343},[17002],{"type":48,"value":2383},{"type":42,"tag":826,"props":17004,"children":17005},{},[],{"type":42,"tag":962,"props":17007,"children":17009},{"id":17008},"updated-element-id-mapping-addendum",[17010],{"type":48,"value":17011},"Updated element ID mapping (addendum)",{"type":42,"tag":1049,"props":17013,"children":17014},{},[17015,17031],{"type":42,"tag":1053,"props":17016,"children":17017},{},[17018],{"type":42,"tag":1057,"props":17019,"children":17020},{},[17021,17026],{"type":42,"tag":1061,"props":17022,"children":17023},{},[17024],{"type":48,"value":17025},"Element ID \u002F selector",{"type":42,"tag":1061,"props":17027,"children":17028},{},[17029],{"type":48,"value":17030},"Content",{"type":42,"tag":1072,"props":17032,"children":17033},{},[17034,17055,17077,17099,17121],{"type":42,"tag":1057,"props":17035,"children":17036},{},[17037,17045],{"type":42,"tag":1079,"props":17038,"children":17039},{},[17040],{"type":42,"tag":57,"props":17041,"children":17043},{"className":17042},[],[17044],{"type":48,"value":14316},{"type":42,"tag":1079,"props":17046,"children":17047},{},[17048,17053],{"type":42,"tag":57,"props":17049,"children":17051},{"className":17050},[],[17052],{"type":48,"value":14335},{"type":48,"value":17054}," divs — one per company (target first)",{"type":42,"tag":1057,"props":17056,"children":17057},{},[17058,17066],{"type":42,"tag":1079,"props":17059,"children":17060},{},[17061],{"type":42,"tag":57,"props":17062,"children":17064},{"className":17063},[],[17065],{"type":48,"value":1907},{"type":42,"tag":1079,"props":17067,"children":17068},{},[17069,17070,17075],{"type":48,"value":6712},{"type":42,"tag":57,"props":17071,"children":17073},{"className":17072},[],[17074],{"type":48,"value":4717},{"type":48,"value":17076}," bar chart panels (Key Indicators as bar charts)",{"type":42,"tag":1057,"props":17078,"children":17079},{},[17080,17088],{"type":42,"tag":1079,"props":17081,"children":17082},{},[17083],{"type":42,"tag":57,"props":17084,"children":17086},{"className":17085},[],[17087],{"type":48,"value":14736},{"type":42,"tag":1079,"props":17089,"children":17090},{},[17091,17092,17097],{"type":48,"value":6824},{"type":42,"tag":57,"props":17093,"children":17095},{"className":17094},[],[17096],{"type":48,"value":4717},{"type":48,"value":17098}," panel (Revenue only)",{"type":42,"tag":1057,"props":17100,"children":17101},{},[17102,17110],{"type":42,"tag":1079,"props":17103,"children":17104},{},[17105],{"type":42,"tag":57,"props":17106,"children":17108},{"className":17107},[],[17109],{"type":48,"value":16233},{"type":42,"tag":1079,"props":17111,"children":17112},{},[17113,17119],{"type":42,"tag":57,"props":17114,"children":17116},{"className":17115},[],[17117],{"type":48,"value":17118},".esg-heatmap",{"type":48,"value":17120}," table with colour-coded CIS \u002F E \u002F S \u002F G scores",{"type":42,"tag":1057,"props":17122,"children":17123},{},[17124,17132],{"type":42,"tag":1079,"props":17125,"children":17126},{},[17127],{"type":42,"tag":57,"props":17128,"children":17130},{"className":17129},[],[17131],{"type":48,"value":4699},{"type":42,"tag":1079,"props":17133,"children":17134},{},[17135,17137,17142],{"type":48,"value":17136},"PD comparison panel — rendered client-side from ",{"type":42,"tag":57,"props":17138,"children":17140},{"className":17139},[],[17141],{"type":48,"value":310},{"type":48,"value":17143}," JSON",{"type":42,"tag":826,"props":17145,"children":17146},{},[],{"type":42,"tag":91,"props":17148,"children":17150},{"id":17149},"amendment-section-layout-ratings-chart-and-esg-display-overrides",[17151],{"type":48,"value":17152},"Amendment: Section Layout, Ratings Chart, and ESG Display Overrides",{"type":42,"tag":962,"props":17154,"children":17156},{"id":17155},"section-1-revised-sub-section-order",[17157],{"type":48,"value":17158},"Section 1 — Revised sub-section order",{"type":42,"tag":51,"props":17160,"children":17161},{},[17162],{"type":48,"value":17163},"Emit sub-sections in this exact order:",{"type":42,"tag":382,"props":17165,"children":17166},{},[17167,17183,17220,17230,17320,17329],{"type":42,"tag":112,"props":17168,"children":17169},{},[17170,17175,17176,17181],{"type":42,"tag":71,"props":17171,"children":17172},{},[17173],{"type":48,"value":17174},"Peers Table",{"type":48,"value":4335},{"type":42,"tag":57,"props":17177,"children":17179},{"className":17178},[],[17180],{"type":48,"value":1634},{"type":48,"value":17182},") — unchanged, as defined above.",{"type":42,"tag":112,"props":17184,"children":17185},{},[17186,17191,17192,17197,17199,17204,17206,17218],{"type":42,"tag":71,"props":17187,"children":17188},{},[17189],{"type":48,"value":17190},"Rating Cards only",{"type":48,"value":4335},{"type":42,"tag":57,"props":17193,"children":17195},{"className":17194},[],[17196],{"type":48,"value":14316},{"type":48,"value":17198},") — emit the ",{"type":42,"tag":57,"props":17200,"children":17202},{"className":17201},[],[17203],{"type":48,"value":14335},{"type":48,"value":17205}," blocks as defined in\nVisual 1. ",{"type":42,"tag":71,"props":17207,"children":17208},{},[17209,17211,17216],{"type":48,"value":17210},"Do NOT emit the ",{"type":42,"tag":57,"props":17212,"children":17214},{"className":17213},[],[17215],{"type":48,"value":1669},{"type":48,"value":17217}," table at all.",{"type":48,"value":17219}," The cards are the\nsole representation of peer ratings in Section 1.",{"type":42,"tag":112,"props":17221,"children":17222},{},[17223,17228],{"type":42,"tag":71,"props":17224,"children":17225},{},[17226],{"type":48,"value":17227},"Credit Drivers table",{"type":48,"value":17229}," — unchanged, as defined above.",{"type":42,"tag":112,"props":17231,"children":17232},{},[17233,17238,17239,17244,17246,17259,17261,17266,17267,17271,17273,17278,17279,17284,17286,17291,17293,17298,17300,17304,17306,17311,17313,17318],{"type":42,"tag":71,"props":17234,"children":17235},{},[17236],{"type":48,"value":17237},"Key Indicators Bar Charts",{"type":48,"value":4335},{"type":42,"tag":57,"props":17240,"children":17242},{"className":17241},[],[17243],{"type":48,"value":1907},{"type":48,"value":17245},") — five horizontal bar chart panels (FCF\nMargin, Debt\u002FEBITDA, EBITDA Margin, EBITA\u002FInterest, RCF\u002FNet Debt). ",{"type":42,"tag":71,"props":17247,"children":17248},{},[17249,17251,17257],{"type":48,"value":17250},"Do NOT emit the\n",{"type":42,"tag":57,"props":17252,"children":17254},{"className":17253},[],[17255],{"type":48,"value":17256},"\u003Ctable id=\"pa-key-indicators\">",{"type":48,"value":17258}," at all.",{"type":48,"value":17260}," The bar charts are the sole representation of\nkey indicator data. Immediately after ",{"type":42,"tag":57,"props":17262,"children":17264},{"className":17263},[],[17265],{"type":48,"value":1907},{"type":48,"value":1019},{"type":42,"tag":71,"props":17268,"children":17269},{},[17270],{"type":48,"value":14758},{"type":48,"value":17272},"),\nemit the ",{"type":42,"tag":71,"props":17274,"children":17275},{},[17276],{"type":48,"value":17277},"Revenue Bar Chart",{"type":48,"value":4335},{"type":42,"tag":57,"props":17280,"children":17282},{"className":17281},[],[17283],{"type":48,"value":14736},{"type":48,"value":17285},") — a single ",{"type":42,"tag":57,"props":17287,"children":17289},{"className":17288},[],[17290],{"type":48,"value":1940},{"type":48,"value":17292}," panel\nshowing Revenue only. ",{"type":42,"tag":57,"props":17294,"children":17296},{"className":17295},[],[17297],{"type":48,"value":14736},{"type":48,"value":17299}," is visually part of section 4; it must ",{"type":42,"tag":71,"props":17301,"children":17302},{},[17303],{"type":48,"value":931},{"type":48,"value":17305}," be\npreceded by its own ",{"type":42,"tag":57,"props":17307,"children":17309},{"className":17308},[],[17310],{"type":48,"value":14792},{"type":48,"value":17312}," element. ",{"type":42,"tag":71,"props":17314,"children":17315},{},[17316],{"type":48,"value":17317},"Do NOT add a Debt\u002FEBITDA chart\nhere",{"type":48,"value":17319}," — it is already present in the KI charts above.",{"type":42,"tag":112,"props":17321,"children":17322},{},[17323,17328],{"type":42,"tag":71,"props":17324,"children":17325},{},[17326],{"type":48,"value":17327},"Scorecard table",{"type":48,"value":17229},{"type":42,"tag":112,"props":17330,"children":17331},{},[17332,17337,17338,17343],{"type":42,"tag":71,"props":17333,"children":17334},{},[17335],{"type":48,"value":17336},"Conclusion",{"type":48,"value":4335},{"type":42,"tag":57,"props":17339,"children":17341},{"className":17340},[],[17342],{"type":48,"value":4482},{"type":48,"value":17344},") — unchanged.",{"type":42,"tag":51,"props":17346,"children":17347},{},[17348,17349,17354,17356,17362,17364,17370,17372,17377],{"type":48,"value":4204},{"type":42,"tag":57,"props":17350,"children":17352},{"className":17351},[],[17353],{"type":48,"value":1712},{"type":48,"value":17355}," element whose ",{"type":42,"tag":57,"props":17357,"children":17359},{"className":17358},[],[17360],{"type":48,"value":17361},"\u003Ctbody>",{"type":48,"value":17363}," carries ",{"type":42,"tag":57,"props":17365,"children":17367},{"className":17366},[],[17368],{"type":48,"value":17369},"id=\"pa-peers-rating\"",{"type":48,"value":17371}," must be ",{"type":42,"tag":71,"props":17373,"children":17374},{},[17375],{"type":48,"value":17376},"omitted entirely",{"type":48,"value":17378},"\nfrom the emitted HTML. Do not render it, do not hide it with CSS, do not leave an empty wrapper.",{"type":42,"tag":51,"props":17380,"children":17381},{},[17382,17383,17388,17390,17394,17396,17401],{"type":48,"value":4204},{"type":42,"tag":57,"props":17384,"children":17386},{"className":17385},[],[17387],{"type":48,"value":17256},{"type":48,"value":17389}," must also be ",{"type":42,"tag":71,"props":17391,"children":17392},{},[17393],{"type":48,"value":17376},{"type":48,"value":17395},". The bar charts in\n",{"type":42,"tag":57,"props":17397,"children":17399},{"className":17398},[],[17400],{"type":48,"value":1907},{"type":48,"value":17402}," replace it completely.",{"type":42,"tag":826,"props":17404,"children":17405},{},[],{"type":42,"tag":962,"props":17407,"children":17409},{"id":17408},"section-2-enhanced-ratings-chart",[17410],{"type":48,"value":17411},"Section 2 — Enhanced Ratings Chart",{"type":42,"tag":51,"props":17413,"children":17414},{},[17415,17417,17422],{"type":48,"value":17416},"Replace the plain SVG line chart described earlier with the enhanced version below. The output\nmust still be emitted inline inside ",{"type":42,"tag":57,"props":17418,"children":17420},{"className":17419},[],[17421],{"type":48,"value":4655},{"type":48,"value":824},{"type":42,"tag":51,"props":17424,"children":17425},{},[17426,17431],{"type":42,"tag":71,"props":17427,"children":17428},{},[17429],{"type":48,"value":17430},"Design goals:",{"type":48,"value":17432}," visually polished, readable at a glance, clearly differentiates companies with\ncolour and shape, highlights the most-recent rating prominently.",{"type":42,"tag":51,"props":17434,"children":17435},{},[17436],{"type":42,"tag":71,"props":17437,"children":17438},{},[17439,17441,17447],{"type":48,"value":17440},"Layout — SVG viewBox ",{"type":42,"tag":57,"props":17442,"children":17444},{"className":17443},[],[17445],{"type":48,"value":17446},"\"0 0 780 400\"",{"type":48,"value":380},{"type":42,"tag":108,"props":17449,"children":17450},{},[17451,17456,17461,17466,17471],{"type":42,"tag":112,"props":17452,"children":17453},{},[17454],{"type":48,"value":17455},"Left padding (y-axis labels): 80 px",{"type":42,"tag":112,"props":17457,"children":17458},{},[17459],{"type":48,"value":17460},"Right padding: 30 px",{"type":42,"tag":112,"props":17462,"children":17463},{},[17464],{"type":48,"value":17465},"Top padding: 40 px",{"type":42,"tag":112,"props":17467,"children":17468},{},[17469],{"type":48,"value":17470},"Bottom padding (x-axis labels + legend): 60 px",{"type":42,"tag":112,"props":17472,"children":17473},{},[17474],{"type":48,"value":17475},"Plot area: 670 × 300 px (x: 80→750, y: 40→340)",{"type":42,"tag":51,"props":17477,"children":17478},{},[17479,17484,17486,17492,17494,17500,17502,17508,17510,17516,17517,17523,17524,17530,17532,17538],{"type":42,"tag":71,"props":17480,"children":17481},{},[17482],{"type":48,"value":17483},"Y-axis:",{"type":48,"value":17485}," draw one horizontal gridline + label per rating tier present in the data set (use the\n",{"type":42,"tag":57,"props":17487,"children":17489},{"className":17488},[],[17490],{"type":48,"value":17491},"minV",{"type":48,"value":17493},"→",{"type":42,"tag":57,"props":17495,"children":17497},{"className":17496},[],[17498],{"type":48,"value":17499},"maxV",{"type":48,"value":17501}," range from the coordinate formulae above, but now label with the Moody's symbol,\nnot a number). Gridlines are ",{"type":42,"tag":57,"props":17503,"children":17505},{"className":17504},[],[17506],{"type":48,"value":17507},"stroke=\"#e5e7eb\"",{"type":48,"value":17509},". Labels are ",{"type":42,"tag":57,"props":17511,"children":17513},{"className":17512},[],[17514],{"type":48,"value":17515},"font-size=\"11\"",{"type":48,"value":236},{"type":42,"tag":57,"props":17518,"children":17520},{"className":17519},[],[17521],{"type":48,"value":17522},"fill=\"#64748b\"",{"type":48,"value":251},{"type":42,"tag":57,"props":17525,"children":17527},{"className":17526},[],[17528],{"type":48,"value":17529},"text-anchor=\"end\"",{"type":48,"value":17531}," at ",{"type":42,"tag":57,"props":17533,"children":17535},{"className":17534},[],[17536],{"type":48,"value":17537},"x=\"74\"",{"type":48,"value":824},{"type":42,"tag":51,"props":17540,"children":17541},{},[17542,17547,17549,17555,17556,17562,17564,17569,17571,17577,17579,17585,17587,17593,17595,17601,17602,17607,17608,17614,17615,17621],{"type":42,"tag":71,"props":17543,"children":17544},{},[17545],{"type":48,"value":17546},"X-axis:",{"type":48,"value":17548}," draw the baseline (",{"type":42,"tag":57,"props":17550,"children":17552},{"className":17551},[],[17553],{"type":48,"value":17554},"stroke=\"#334155\"",{"type":48,"value":236},{"type":42,"tag":57,"props":17557,"children":17559},{"className":17558},[],[17560],{"type":48,"value":17561},"stroke-width=\"1.5\"",{"type":48,"value":17563},"). Label each point with\nthe ",{"type":42,"tag":71,"props":17565,"children":17566},{},[17567],{"type":48,"value":17568},"actual rating date",{"type":48,"value":17570}," (formatted ",{"type":42,"tag":57,"props":17572,"children":17574},{"className":17573},[],[17575],{"type":48,"value":17576},"MMM YYYY",{"type":48,"value":17578},", e.g. ",{"type":42,"tag":57,"props":17580,"children":17582},{"className":17581},[],[17583],{"type":48,"value":17584},"Jan 2023",{"type":48,"value":17586},") instead of ",{"type":42,"tag":57,"props":17588,"children":17590},{"className":17589},[],[17591],{"type":48,"value":17592},"Rating N",{"type":48,"value":17594},".\nLabels ",{"type":42,"tag":57,"props":17596,"children":17598},{"className":17597},[],[17599],{"type":48,"value":17600},"font-size=\"10\"",{"type":48,"value":236},{"type":42,"tag":57,"props":17603,"children":17605},{"className":17604},[],[17606],{"type":48,"value":17522},{"type":48,"value":236},{"type":42,"tag":57,"props":17609,"children":17611},{"className":17610},[],[17612],{"type":48,"value":17613},"text-anchor=\"middle\"",{"type":48,"value":236},{"type":42,"tag":57,"props":17616,"children":17618},{"className":17617},[],[17619],{"type":48,"value":17620},"y=\"358\"",{"type":48,"value":824},{"type":42,"tag":51,"props":17623,"children":17624},{},[17625,17630,17631,17637,17639,17645,17646,17652],{"type":42,"tag":71,"props":17626,"children":17627},{},[17628],{"type":48,"value":17629},"Lines:",{"type":48,"value":1934},{"type":42,"tag":57,"props":17632,"children":17634},{"className":17633},[],[17635],{"type":48,"value":17636},"stroke-width=\"2.5\"",{"type":48,"value":17638},", rounded joins (",{"type":42,"tag":57,"props":17640,"children":17642},{"className":17641},[],[17643],{"type":48,"value":17644},"stroke-linejoin=\"round\"",{"type":48,"value":236},{"type":42,"tag":57,"props":17647,"children":17649},{"className":17648},[],[17650],{"type":48,"value":17651},"stroke-linecap=\"round\"",{"type":48,"value":1356},{"type":42,"tag":51,"props":17654,"children":17655},{},[17656,17661,17663,17669,17671,17676,17678,17684,17686,17692,17694,17700,17702,17708],{"type":42,"tag":71,"props":17657,"children":17658},{},[17659],{"type":48,"value":17660},"Data points:",{"type":48,"value":17662}," each rating action is a ",{"type":42,"tag":57,"props":17664,"children":17666},{"className":17665},[],[17667],{"type":48,"value":17668},"\u003Ccircle r=\"5\">",{"type":48,"value":17670}," filled with the company colour. The\n",{"type":42,"tag":71,"props":17672,"children":17673},{},[17674],{"type":48,"value":17675},"most-recent point",{"type":48,"value":17677}," (rightmost) for each company is instead a ",{"type":42,"tag":57,"props":17679,"children":17681},{"className":17680},[],[17682],{"type":48,"value":17683},"\u003Ccircle r=\"7\">",{"type":48,"value":17685}," with a white\ninner ring — achieved by stacking a white ",{"type":42,"tag":57,"props":17687,"children":17689},{"className":17688},[],[17690],{"type":48,"value":17691},"\u003Ccircle r=\"4\" fill=\"white\"\u002F>",{"type":48,"value":17693}," on top of the coloured\nouter circle. Add a ",{"type":42,"tag":57,"props":17695,"children":17697},{"className":17696},[],[17698],{"type":48,"value":17699},"\u003Ctitle>",{"type":48,"value":17701}," element inside each point group for tooltip text:\n",{"type":42,"tag":57,"props":17703,"children":17705},{"className":17704},[],[17706],{"type":48,"value":17707},"{company} · {rating symbol} · {date}",{"type":48,"value":824},{"type":42,"tag":51,"props":17710,"children":17711},{},[17712,17717,17719,17725,17727,17733,17734,17740,17742,17747,17748,17754],{"type":42,"tag":71,"props":17713,"children":17714},{},[17715],{"type":48,"value":17716},"Value labels:",{"type":48,"value":17718}," above each data point, emit a ",{"type":42,"tag":57,"props":17720,"children":17722},{"className":17721},[],[17723],{"type":48,"value":17724},"\u003Ctext>",{"type":48,"value":17726}," showing the Moody's rating symbol\n(",{"type":42,"tag":57,"props":17728,"children":17730},{"className":17729},[],[17731],{"type":48,"value":17732},"font-size=\"9\"",{"type":48,"value":236},{"type":42,"tag":57,"props":17735,"children":17737},{"className":17736},[],[17738],{"type":48,"value":17739},"fill",{"type":48,"value":17741}," = company colour, ",{"type":42,"tag":57,"props":17743,"children":17745},{"className":17744},[],[17746],{"type":48,"value":17613},{"type":48,"value":236},{"type":42,"tag":57,"props":17749,"children":17751},{"className":17750},[],[17752],{"type":48,"value":17753},"dy=\"-10\"",{"type":48,"value":17755},"). Suppress the\nlabel if it would overlap a neighbour (points within 40 px horizontally from the same series can\nshare a label only at the leftmost occurrence; skip the rest in that cluster).",{"type":42,"tag":51,"props":17757,"children":17758},{},[17759,17764,17766,17771,17773,17778,17780,17785,17787,17792],{"type":42,"tag":71,"props":17760,"children":17761},{},[17762],{"type":48,"value":17763},"Colour palette:",{"type":48,"value":17765}," same as all other charts — target ",{"type":42,"tag":57,"props":17767,"children":17769},{"className":17768},[],[17770],{"type":48,"value":9200},{"type":48,"value":17772},", peer 1 ",{"type":42,"tag":57,"props":17774,"children":17776},{"className":17775},[],[17777],{"type":48,"value":9207},{"type":48,"value":17779},",\npeer 2 ",{"type":42,"tag":57,"props":17781,"children":17783},{"className":17782},[],[17784],{"type":48,"value":9214},{"type":48,"value":17786},", peer 3 ",{"type":42,"tag":57,"props":17788,"children":17790},{"className":17789},[],[17791],{"type":48,"value":9221},{"type":48,"value":824},{"type":42,"tag":51,"props":17794,"children":17795},{},[17796,17801,17803,17809,17811,17817],{"type":42,"tag":71,"props":17797,"children":17798},{},[17799],{"type":48,"value":17800},"Legend:",{"type":48,"value":17802}," emit below the SVG as a ",{"type":42,"tag":57,"props":17804,"children":17806},{"className":17805},[],[17807],{"type":48,"value":17808},"\u003Cdiv class=\"chart-legend\">",{"type":48,"value":17810}," row (same pattern as before),\nbut add the actual current rating symbol in parentheses after each company name, e.g.\n",{"type":42,"tag":57,"props":17812,"children":17814},{"className":17813},[],[17815],{"type":48,"value":17816},"Target Co (Baa2)",{"type":48,"value":824},{"type":42,"tag":51,"props":17819,"children":17820},{},[17821,17825],{"type":42,"tag":71,"props":17822,"children":17823},{},[17824],{"type":48,"value":2315},{"type":48,"value":17826}," (abbreviated — fill in real coordinates from the formulae):",{"type":42,"tag":2326,"props":17828,"children":17830},{"className":2328,"code":17829,"language":21,"meta":2330,"style":2330},"\u003Cdiv class=\"chart-container\">\n  \u003Cdiv class=\"chart-title\">Rating History — Last 5 Actions\u003C\u002Fdiv>\n  \u003Csvg viewBox=\"0 0 780 400\" width=\"100%\" preserveAspectRatio=\"xMidYMid meet\">\n\n    \u003C!-- Gridlines + Y-axis labels -->\n    \u003Cline x1=\"80\" y1=\"40\"  x2=\"750\" y2=\"40\"  stroke=\"#e5e7eb\" stroke-width=\"1\"\u002F>\n    \u003Ctext x=\"74\" y=\"44\"  text-anchor=\"end\" font-size=\"11\" fill=\"#64748b\">Baa1\u003C\u002Ftext>\n    \u003C!-- … one per tier … -->\n\n    \u003C!-- X-axis baseline -->\n    \u003Cline x1=\"80\" y1=\"340\" x2=\"750\" y2=\"340\" stroke=\"#334155\" stroke-width=\"1.5\"\u002F>\n    \u003C!-- X-axis date labels -->\n    \u003Ctext x=\"80\"  y=\"358\" text-anchor=\"middle\" font-size=\"10\" fill=\"#64748b\">Jan 2021\u003C\u002Ftext>\n    \u003C!-- … -->\n\n    \u003C!-- Target company — line -->\n    \u003Cpath d=\"M80,192 L247,192 L415,138 L582,138 L750,138\"\n          fill=\"none\" stroke=\"#0066cc\" stroke-width=\"2.5\"\n          stroke-linejoin=\"round\" stroke-linecap=\"round\"\u002F>\n    \u003C!-- Rating labels above points -->\n    \u003Ctext x=\"80\"  y=\"182\" text-anchor=\"middle\" font-size=\"9\" fill=\"#0066cc\">Baa2\u003C\u002Ftext>\n    \u003C!-- Regular points -->\n    \u003Ccircle cx=\"80\"  cy=\"192\" r=\"5\" fill=\"#0066cc\"\u002F>\n    \u003Ccircle cx=\"247\" cy=\"192\" r=\"5\" fill=\"#0066cc\"\u002F>\n    \u003Ccircle cx=\"415\" cy=\"138\" r=\"5\" fill=\"#0066cc\"\u002F>\n    \u003Ccircle cx=\"582\" cy=\"138\" r=\"5\" fill=\"#0066cc\"\u002F>\n    \u003C!-- Most-recent point (highlighted) -->\n    \u003Ccircle cx=\"750\" cy=\"138\" r=\"7\" fill=\"#0066cc\"\u002F>\n    \u003Ccircle cx=\"750\" cy=\"138\" r=\"4\" fill=\"white\"\u002F>\n    \u003Ctitle>Target Co · Baa1 · Mar 2025\u003C\u002Ftitle>\n\n    \u003C!-- Repeat for each peer with palette[1..3] -->\n  \u003C\u002Fsvg>\n  \u003Cdiv class=\"chart-legend\">\n    \u003Cdiv class=\"chart-legend-item\">\n      \u003Cspan class=\"chart-legend-swatch\" style=\"background:#0066cc\">\u003C\u002Fspan>Target Co (Baa1)\n    \u003C\u002Fdiv>\n    \u003Cdiv class=\"chart-legend-item\">\n      \u003Cspan class=\"chart-legend-swatch\" style=\"background:#e6550d\">\u003C\u002Fspan>Peer One (Ba1)\n    \u003C\u002Fdiv>\n    \u003C!-- … -->\n  \u003C\u002Fdiv>\n\u003C\u002Fdiv>\n",[17831],{"type":42,"tag":57,"props":17832,"children":17833},{"__ignoreMap":2330},[17834,17869,17921,17997,18004,18012,18150,18285,18293,18300,18308,18444,18452,18585,18593,18600,18608,18640,18703,18753,18761,18893,18901,18996,19092,19188,19284,19292,19387,19483,19516,19523,19531,19546,19581,19616,19684,19699,19734,19802,19817,19824,19839],{"type":42,"tag":2336,"props":17835,"children":17836},{"class":2338,"line":2339},[17837,17841,17845,17849,17853,17857,17861,17865],{"type":42,"tag":2336,"props":17838,"children":17839},{"style":2343},[17840],{"type":48,"value":2346},{"type":42,"tag":2336,"props":17842,"children":17843},{"style":2349},[17844],{"type":48,"value":2352},{"type":42,"tag":2336,"props":17846,"children":17847},{"style":2355},[17848],{"type":48,"value":2401},{"type":42,"tag":2336,"props":17850,"children":17851},{"style":2343},[17852],{"type":48,"value":2363},{"type":42,"tag":2336,"props":17854,"children":17855},{"style":2343},[17856],{"type":48,"value":2368},{"type":42,"tag":2336,"props":17858,"children":17859},{"style":2371},[17860],{"type":48,"value":9691},{"type":42,"tag":2336,"props":17862,"children":17863},{"style":2343},[17864],{"type":48,"value":2368},{"type":42,"tag":2336,"props":17866,"children":17867},{"style":2343},[17868],{"type":48,"value":2383},{"type":42,"tag":2336,"props":17870,"children":17871},{"class":2338,"line":2386},[17872,17876,17880,17884,17888,17892,17896,17900,17904,17909,17913,17917],{"type":42,"tag":2336,"props":17873,"children":17874},{"style":2343},[17875],{"type":48,"value":2392},{"type":42,"tag":2336,"props":17877,"children":17878},{"style":2349},[17879],{"type":48,"value":2352},{"type":42,"tag":2336,"props":17881,"children":17882},{"style":2355},[17883],{"type":48,"value":2401},{"type":42,"tag":2336,"props":17885,"children":17886},{"style":2343},[17887],{"type":48,"value":2363},{"type":42,"tag":2336,"props":17889,"children":17890},{"style":2343},[17891],{"type":48,"value":2368},{"type":42,"tag":2336,"props":17893,"children":17894},{"style":2371},[17895],{"type":48,"value":9727},{"type":42,"tag":2336,"props":17897,"children":17898},{"style":2343},[17899],{"type":48,"value":2368},{"type":42,"tag":2336,"props":17901,"children":17902},{"style":2343},[17903],{"type":48,"value":2423},{"type":42,"tag":2336,"props":17905,"children":17906},{"style":2426},[17907],{"type":48,"value":17908},"Rating History — Last 5 Actions",{"type":42,"tag":2336,"props":17910,"children":17911},{"style":2343},[17912],{"type":48,"value":2433},{"type":42,"tag":2336,"props":17914,"children":17915},{"style":2349},[17916],{"type":48,"value":2352},{"type":42,"tag":2336,"props":17918,"children":17919},{"style":2343},[17920],{"type":48,"value":2383},{"type":42,"tag":2336,"props":17922,"children":17923},{"class":2338,"line":2444},[17924,17928,17932,17936,17940,17944,17949,17953,17957,17961,17965,17969,17973,17977,17981,17985,17989,17993],{"type":42,"tag":2336,"props":17925,"children":17926},{"style":2343},[17927],{"type":48,"value":2392},{"type":42,"tag":2336,"props":17929,"children":17930},{"style":2349},[17931],{"type":48,"value":9764},{"type":42,"tag":2336,"props":17933,"children":17934},{"style":2355},[17935],{"type":48,"value":9769},{"type":42,"tag":2336,"props":17937,"children":17938},{"style":2343},[17939],{"type":48,"value":2363},{"type":42,"tag":2336,"props":17941,"children":17942},{"style":2343},[17943],{"type":48,"value":2368},{"type":42,"tag":2336,"props":17945,"children":17946},{"style":2371},[17947],{"type":48,"value":17948},"0 0 780 400",{"type":42,"tag":2336,"props":17950,"children":17951},{"style":2343},[17952],{"type":48,"value":2368},{"type":42,"tag":2336,"props":17954,"children":17955},{"style":2355},[17956],{"type":48,"value":9791},{"type":42,"tag":2336,"props":17958,"children":17959},{"style":2343},[17960],{"type":48,"value":2363},{"type":42,"tag":2336,"props":17962,"children":17963},{"style":2343},[17964],{"type":48,"value":2368},{"type":42,"tag":2336,"props":17966,"children":17967},{"style":2371},[17968],{"type":48,"value":9804},{"type":42,"tag":2336,"props":17970,"children":17971},{"style":2343},[17972],{"type":48,"value":2368},{"type":42,"tag":2336,"props":17974,"children":17975},{"style":2355},[17976],{"type":48,"value":9813},{"type":42,"tag":2336,"props":17978,"children":17979},{"style":2343},[17980],{"type":48,"value":2363},{"type":42,"tag":2336,"props":17982,"children":17983},{"style":2343},[17984],{"type":48,"value":2368},{"type":42,"tag":2336,"props":17986,"children":17987},{"style":2371},[17988],{"type":48,"value":9826},{"type":42,"tag":2336,"props":17990,"children":17991},{"style":2343},[17992],{"type":48,"value":2368},{"type":42,"tag":2336,"props":17994,"children":17995},{"style":2343},[17996],{"type":48,"value":2383},{"type":42,"tag":2336,"props":17998,"children":17999},{"class":2338,"line":2454},[18000],{"type":42,"tag":2336,"props":18001,"children":18002},{"emptyLinePlaceholder":2448},[18003],{"type":48,"value":2451},{"type":42,"tag":2336,"props":18005,"children":18006},{"class":2338,"line":2490},[18007],{"type":42,"tag":2336,"props":18008,"children":18009},{"style":2639},[18010],{"type":48,"value":18011},"    \u003C!-- Gridlines + Y-axis labels -->\n",{"type":42,"tag":2336,"props":18013,"children":18014},{"class":2338,"line":2545},[18015,18019,18023,18027,18031,18035,18040,18044,18048,18052,18056,18061,18065,18069,18073,18077,18082,18086,18090,18094,18098,18102,18106,18110,18114,18118,18122,18126,18130,18134,18138,18142,18146],{"type":42,"tag":2336,"props":18016,"children":18017},{"style":2343},[18018],{"type":48,"value":2496},{"type":42,"tag":2336,"props":18020,"children":18021},{"style":2349},[18022],{"type":48,"value":2338},{"type":42,"tag":2336,"props":18024,"children":18025},{"style":2355},[18026],{"type":48,"value":9858},{"type":42,"tag":2336,"props":18028,"children":18029},{"style":2343},[18030],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18032,"children":18033},{"style":2343},[18034],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18036,"children":18037},{"style":2371},[18038],{"type":48,"value":18039},"80",{"type":42,"tag":2336,"props":18041,"children":18042},{"style":2343},[18043],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18045,"children":18046},{"style":2355},[18047],{"type":48,"value":9880},{"type":42,"tag":2336,"props":18049,"children":18050},{"style":2343},[18051],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18053,"children":18054},{"style":2343},[18055],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18057,"children":18058},{"style":2371},[18059],{"type":48,"value":18060},"40",{"type":42,"tag":2336,"props":18062,"children":18063},{"style":2343},[18064],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18066,"children":18067},{"style":2355},[18068],{"type":48,"value":9902},{"type":42,"tag":2336,"props":18070,"children":18071},{"style":2343},[18072],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18074,"children":18075},{"style":2343},[18076],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18078,"children":18079},{"style":2371},[18080],{"type":48,"value":18081},"750",{"type":42,"tag":2336,"props":18083,"children":18084},{"style":2343},[18085],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18087,"children":18088},{"style":2355},[18089],{"type":48,"value":9924},{"type":42,"tag":2336,"props":18091,"children":18092},{"style":2343},[18093],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18095,"children":18096},{"style":2343},[18097],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18099,"children":18100},{"style":2371},[18101],{"type":48,"value":18060},{"type":42,"tag":2336,"props":18103,"children":18104},{"style":2343},[18105],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18107,"children":18108},{"style":2355},[18109],{"type":48,"value":9945},{"type":42,"tag":2336,"props":18111,"children":18112},{"style":2343},[18113],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18115,"children":18116},{"style":2343},[18117],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18119,"children":18120},{"style":2371},[18121],{"type":48,"value":9958},{"type":42,"tag":2336,"props":18123,"children":18124},{"style":2343},[18125],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18127,"children":18128},{"style":2355},[18129],{"type":48,"value":9967},{"type":42,"tag":2336,"props":18131,"children":18132},{"style":2343},[18133],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18135,"children":18136},{"style":2343},[18137],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18139,"children":18140},{"style":2371},[18141],{"type":48,"value":1987},{"type":42,"tag":2336,"props":18143,"children":18144},{"style":2343},[18145],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18147,"children":18148},{"style":2343},[18149],{"type":48,"value":9988},{"type":42,"tag":2336,"props":18151,"children":18152},{"class":2338,"line":2598},[18153,18157,18161,18165,18169,18173,18178,18182,18186,18190,18194,18199,18203,18208,18212,18216,18220,18224,18228,18232,18236,18240,18244,18248,18252,18256,18261,18265,18269,18273,18277,18281],{"type":42,"tag":2336,"props":18154,"children":18155},{"style":2343},[18156],{"type":48,"value":2496},{"type":42,"tag":2336,"props":18158,"children":18159},{"style":2349},[18160],{"type":48,"value":48},{"type":42,"tag":2336,"props":18162,"children":18163},{"style":2355},[18164],{"type":48,"value":10004},{"type":42,"tag":2336,"props":18166,"children":18167},{"style":2343},[18168],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18170,"children":18171},{"style":2343},[18172],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18174,"children":18175},{"style":2371},[18176],{"type":48,"value":18177},"74",{"type":42,"tag":2336,"props":18179,"children":18180},{"style":2343},[18181],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18183,"children":18184},{"style":2355},[18185],{"type":48,"value":10026},{"type":42,"tag":2336,"props":18187,"children":18188},{"style":2343},[18189],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18191,"children":18192},{"style":2343},[18193],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18195,"children":18196},{"style":2371},[18197],{"type":48,"value":18198},"44",{"type":42,"tag":2336,"props":18200,"children":18201},{"style":2343},[18202],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18204,"children":18205},{"style":2355},[18206],{"type":48,"value":18207},"  text-anchor",{"type":42,"tag":2336,"props":18209,"children":18210},{"style":2343},[18211],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18213,"children":18214},{"style":2343},[18215],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18217,"children":18218},{"style":2371},[18219],{"type":48,"value":10061},{"type":42,"tag":2336,"props":18221,"children":18222},{"style":2343},[18223],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18225,"children":18226},{"style":2355},[18227],{"type":48,"value":10070},{"type":42,"tag":2336,"props":18229,"children":18230},{"style":2343},[18231],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18233,"children":18234},{"style":2343},[18235],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18237,"children":18238},{"style":2371},[18239],{"type":48,"value":9287},{"type":42,"tag":2336,"props":18241,"children":18242},{"style":2343},[18243],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18245,"children":18246},{"style":2355},[18247],{"type":48,"value":10091},{"type":42,"tag":2336,"props":18249,"children":18250},{"style":2343},[18251],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18253,"children":18254},{"style":2343},[18255],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18257,"children":18258},{"style":2371},[18259],{"type":48,"value":18260},"#64748b",{"type":42,"tag":2336,"props":18262,"children":18263},{"style":2343},[18264],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18266,"children":18267},{"style":2343},[18268],{"type":48,"value":2423},{"type":42,"tag":2336,"props":18270,"children":18271},{"style":2426},[18272],{"type":48,"value":9432},{"type":42,"tag":2336,"props":18274,"children":18275},{"style":2343},[18276],{"type":48,"value":2433},{"type":42,"tag":2336,"props":18278,"children":18279},{"style":2349},[18280],{"type":48,"value":48},{"type":42,"tag":2336,"props":18282,"children":18283},{"style":2343},[18284],{"type":48,"value":2383},{"type":42,"tag":2336,"props":18286,"children":18287},{"class":2338,"line":2635},[18288],{"type":42,"tag":2336,"props":18289,"children":18290},{"style":2639},[18291],{"type":48,"value":18292},"    \u003C!-- … one per tier … -->\n",{"type":42,"tag":2336,"props":18294,"children":18295},{"class":2338,"line":2645},[18296],{"type":42,"tag":2336,"props":18297,"children":18298},{"emptyLinePlaceholder":2448},[18299],{"type":48,"value":2451},{"type":42,"tag":2336,"props":18301,"children":18302},{"class":2338,"line":2683},[18303],{"type":42,"tag":2336,"props":18304,"children":18305},{"style":2639},[18306],{"type":48,"value":18307},"    \u003C!-- X-axis baseline -->\n",{"type":42,"tag":2336,"props":18309,"children":18310},{"class":2338,"line":2759},[18311,18315,18319,18323,18327,18331,18335,18339,18343,18347,18351,18356,18360,18364,18368,18372,18376,18380,18384,18388,18392,18396,18400,18404,18408,18412,18416,18420,18424,18428,18432,18436,18440],{"type":42,"tag":2336,"props":18312,"children":18313},{"style":2343},[18314],{"type":48,"value":2496},{"type":42,"tag":2336,"props":18316,"children":18317},{"style":2349},[18318],{"type":48,"value":2338},{"type":42,"tag":2336,"props":18320,"children":18321},{"style":2355},[18322],{"type":48,"value":9858},{"type":42,"tag":2336,"props":18324,"children":18325},{"style":2343},[18326],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18328,"children":18329},{"style":2343},[18330],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18332,"children":18333},{"style":2371},[18334],{"type":48,"value":18039},{"type":42,"tag":2336,"props":18336,"children":18337},{"style":2343},[18338],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18340,"children":18341},{"style":2355},[18342],{"type":48,"value":9880},{"type":42,"tag":2336,"props":18344,"children":18345},{"style":2343},[18346],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18348,"children":18349},{"style":2343},[18350],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18352,"children":18353},{"style":2371},[18354],{"type":48,"value":18355},"340",{"type":42,"tag":2336,"props":18357,"children":18358},{"style":2343},[18359],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18361,"children":18362},{"style":2355},[18363],{"type":48,"value":10453},{"type":42,"tag":2336,"props":18365,"children":18366},{"style":2343},[18367],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18369,"children":18370},{"style":2343},[18371],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18373,"children":18374},{"style":2371},[18375],{"type":48,"value":18081},{"type":42,"tag":2336,"props":18377,"children":18378},{"style":2343},[18379],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18381,"children":18382},{"style":2355},[18383],{"type":48,"value":9924},{"type":42,"tag":2336,"props":18385,"children":18386},{"style":2343},[18387],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18389,"children":18390},{"style":2343},[18391],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18393,"children":18394},{"style":2371},[18395],{"type":48,"value":18355},{"type":42,"tag":2336,"props":18397,"children":18398},{"style":2343},[18399],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18401,"children":18402},{"style":2355},[18403],{"type":48,"value":10494},{"type":42,"tag":2336,"props":18405,"children":18406},{"style":2343},[18407],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18409,"children":18410},{"style":2343},[18411],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18413,"children":18414},{"style":2371},[18415],{"type":48,"value":11593},{"type":42,"tag":2336,"props":18417,"children":18418},{"style":2343},[18419],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18421,"children":18422},{"style":2355},[18423],{"type":48,"value":9967},{"type":42,"tag":2336,"props":18425,"children":18426},{"style":2343},[18427],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18429,"children":18430},{"style":2343},[18431],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18433,"children":18434},{"style":2371},[18435],{"type":48,"value":11614},{"type":42,"tag":2336,"props":18437,"children":18438},{"style":2343},[18439],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18441,"children":18442},{"style":2343},[18443],{"type":48,"value":9988},{"type":42,"tag":2336,"props":18445,"children":18446},{"class":2338,"line":2796},[18447],{"type":42,"tag":2336,"props":18448,"children":18449},{"style":2639},[18450],{"type":48,"value":18451},"    \u003C!-- X-axis date labels -->\n",{"type":42,"tag":2336,"props":18453,"children":18454},{"class":2338,"line":2912},[18455,18459,18463,18467,18471,18475,18479,18483,18487,18491,18495,18500,18504,18508,18512,18516,18520,18524,18528,18532,18536,18540,18544,18548,18552,18556,18560,18564,18568,18573,18577,18581],{"type":42,"tag":2336,"props":18456,"children":18457},{"style":2343},[18458],{"type":48,"value":2496},{"type":42,"tag":2336,"props":18460,"children":18461},{"style":2349},[18462],{"type":48,"value":48},{"type":42,"tag":2336,"props":18464,"children":18465},{"style":2355},[18466],{"type":48,"value":10004},{"type":42,"tag":2336,"props":18468,"children":18469},{"style":2343},[18470],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18472,"children":18473},{"style":2343},[18474],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18476,"children":18477},{"style":2371},[18478],{"type":48,"value":18039},{"type":42,"tag":2336,"props":18480,"children":18481},{"style":2343},[18482],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18484,"children":18485},{"style":2355},[18486],{"type":48,"value":11658},{"type":42,"tag":2336,"props":18488,"children":18489},{"style":2343},[18490],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18492,"children":18493},{"style":2343},[18494],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18496,"children":18497},{"style":2371},[18498],{"type":48,"value":18499},"358",{"type":42,"tag":2336,"props":18501,"children":18502},{"style":2343},[18503],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18505,"children":18506},{"style":2355},[18507],{"type":48,"value":10048},{"type":42,"tag":2336,"props":18509,"children":18510},{"style":2343},[18511],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18513,"children":18514},{"style":2343},[18515],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18517,"children":18518},{"style":2371},[18519],{"type":48,"value":11692},{"type":42,"tag":2336,"props":18521,"children":18522},{"style":2343},[18523],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18525,"children":18526},{"style":2355},[18527],{"type":48,"value":10070},{"type":42,"tag":2336,"props":18529,"children":18530},{"style":2343},[18531],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18533,"children":18534},{"style":2343},[18535],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18537,"children":18538},{"style":2371},[18539],{"type":48,"value":9310},{"type":42,"tag":2336,"props":18541,"children":18542},{"style":2343},[18543],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18545,"children":18546},{"style":2355},[18547],{"type":48,"value":10091},{"type":42,"tag":2336,"props":18549,"children":18550},{"style":2343},[18551],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18553,"children":18554},{"style":2343},[18555],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18557,"children":18558},{"style":2371},[18559],{"type":48,"value":18260},{"type":42,"tag":2336,"props":18561,"children":18562},{"style":2343},[18563],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18565,"children":18566},{"style":2343},[18567],{"type":48,"value":2423},{"type":42,"tag":2336,"props":18569,"children":18570},{"style":2426},[18571],{"type":48,"value":18572},"Jan 2021",{"type":42,"tag":2336,"props":18574,"children":18575},{"style":2343},[18576],{"type":48,"value":2433},{"type":42,"tag":2336,"props":18578,"children":18579},{"style":2349},[18580],{"type":48,"value":48},{"type":42,"tag":2336,"props":18582,"children":18583},{"style":2343},[18584],{"type":48,"value":2383},{"type":42,"tag":2336,"props":18586,"children":18587},{"class":2338,"line":2978},[18588],{"type":42,"tag":2336,"props":18589,"children":18590},{"style":2639},[18591],{"type":48,"value":18592},"    \u003C!-- … -->\n",{"type":42,"tag":2336,"props":18594,"children":18595},{"class":2338,"line":2995},[18596],{"type":42,"tag":2336,"props":18597,"children":18598},{"emptyLinePlaceholder":2448},[18599],{"type":48,"value":2451},{"type":42,"tag":2336,"props":18601,"children":18602},{"class":2338,"line":3049},[18603],{"type":42,"tag":2336,"props":18604,"children":18605},{"style":2639},[18606],{"type":48,"value":18607},"    \u003C!-- Target company — line -->\n",{"type":42,"tag":2336,"props":18609,"children":18610},{"class":2338,"line":3066},[18611,18615,18619,18623,18627,18631,18636],{"type":42,"tag":2336,"props":18612,"children":18613},{"style":2343},[18614],{"type":48,"value":2496},{"type":42,"tag":2336,"props":18616,"children":18617},{"style":2349},[18618],{"type":48,"value":12313},{"type":42,"tag":2336,"props":18620,"children":18621},{"style":2355},[18622],{"type":48,"value":12318},{"type":42,"tag":2336,"props":18624,"children":18625},{"style":2343},[18626],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18628,"children":18629},{"style":2343},[18630],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18632,"children":18633},{"style":2371},[18634],{"type":48,"value":18635},"M80,192 L247,192 L415,138 L582,138 L750,138",{"type":42,"tag":2336,"props":18637,"children":18638},{"style":2343},[18639],{"type":48,"value":12336},{"type":42,"tag":2336,"props":18641,"children":18642},{"class":2338,"line":3075},[18643,18647,18651,18655,18659,18663,18667,18671,18675,18679,18683,18687,18691,18695,18699],{"type":42,"tag":2336,"props":18644,"children":18645},{"style":2355},[18646],{"type":48,"value":12344},{"type":42,"tag":2336,"props":18648,"children":18649},{"style":2343},[18650],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18652,"children":18653},{"style":2343},[18654],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18656,"children":18657},{"style":2371},[18658],{"type":48,"value":12357},{"type":42,"tag":2336,"props":18660,"children":18661},{"style":2343},[18662],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18664,"children":18665},{"style":2355},[18666],{"type":48,"value":10494},{"type":42,"tag":2336,"props":18668,"children":18669},{"style":2343},[18670],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18672,"children":18673},{"style":2343},[18674],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18676,"children":18677},{"style":2371},[18678],{"type":48,"value":9200},{"type":42,"tag":2336,"props":18680,"children":18681},{"style":2343},[18682],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18684,"children":18685},{"style":2355},[18686],{"type":48,"value":9967},{"type":42,"tag":2336,"props":18688,"children":18689},{"style":2343},[18690],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18692,"children":18693},{"style":2343},[18694],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18696,"children":18697},{"style":2371},[18698],{"type":48,"value":12398},{"type":42,"tag":2336,"props":18700,"children":18701},{"style":2343},[18702],{"type":48,"value":12336},{"type":42,"tag":2336,"props":18704,"children":18705},{"class":2338,"line":3111},[18706,18711,18715,18719,18724,18728,18733,18737,18741,18745,18749],{"type":42,"tag":2336,"props":18707,"children":18708},{"style":2355},[18709],{"type":48,"value":18710},"          stroke-linejoin",{"type":42,"tag":2336,"props":18712,"children":18713},{"style":2343},[18714],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18716,"children":18717},{"style":2343},[18718],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18720,"children":18721},{"style":2371},[18722],{"type":48,"value":18723},"round",{"type":42,"tag":2336,"props":18725,"children":18726},{"style":2343},[18727],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18729,"children":18730},{"style":2355},[18731],{"type":48,"value":18732}," stroke-linecap",{"type":42,"tag":2336,"props":18734,"children":18735},{"style":2343},[18736],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18738,"children":18739},{"style":2343},[18740],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18742,"children":18743},{"style":2371},[18744],{"type":48,"value":18723},{"type":42,"tag":2336,"props":18746,"children":18747},{"style":2343},[18748],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18750,"children":18751},{"style":2343},[18752],{"type":48,"value":9988},{"type":42,"tag":2336,"props":18754,"children":18755},{"class":2338,"line":3184},[18756],{"type":42,"tag":2336,"props":18757,"children":18758},{"style":2639},[18759],{"type":48,"value":18760},"    \u003C!-- Rating labels above points -->\n",{"type":42,"tag":2336,"props":18762,"children":18763},{"class":2338,"line":3220},[18764,18768,18772,18776,18780,18784,18788,18792,18796,18800,18804,18809,18813,18817,18821,18825,18829,18833,18837,18841,18845,18849,18853,18857,18861,18865,18869,18873,18877,18881,18885,18889],{"type":42,"tag":2336,"props":18765,"children":18766},{"style":2343},[18767],{"type":48,"value":2496},{"type":42,"tag":2336,"props":18769,"children":18770},{"style":2349},[18771],{"type":48,"value":48},{"type":42,"tag":2336,"props":18773,"children":18774},{"style":2355},[18775],{"type":48,"value":10004},{"type":42,"tag":2336,"props":18777,"children":18778},{"style":2343},[18779],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18781,"children":18782},{"style":2343},[18783],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18785,"children":18786},{"style":2371},[18787],{"type":48,"value":18039},{"type":42,"tag":2336,"props":18789,"children":18790},{"style":2343},[18791],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18793,"children":18794},{"style":2355},[18795],{"type":48,"value":11658},{"type":42,"tag":2336,"props":18797,"children":18798},{"style":2343},[18799],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18801,"children":18802},{"style":2343},[18803],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18805,"children":18806},{"style":2371},[18807],{"type":48,"value":18808},"182",{"type":42,"tag":2336,"props":18810,"children":18811},{"style":2343},[18812],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18814,"children":18815},{"style":2355},[18816],{"type":48,"value":10048},{"type":42,"tag":2336,"props":18818,"children":18819},{"style":2343},[18820],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18822,"children":18823},{"style":2343},[18824],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18826,"children":18827},{"style":2371},[18828],{"type":48,"value":11692},{"type":42,"tag":2336,"props":18830,"children":18831},{"style":2343},[18832],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18834,"children":18835},{"style":2355},[18836],{"type":48,"value":10070},{"type":42,"tag":2336,"props":18838,"children":18839},{"style":2343},[18840],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18842,"children":18843},{"style":2343},[18844],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18846,"children":18847},{"style":2371},[18848],{"type":48,"value":9333},{"type":42,"tag":2336,"props":18850,"children":18851},{"style":2343},[18852],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18854,"children":18855},{"style":2355},[18856],{"type":48,"value":10091},{"type":42,"tag":2336,"props":18858,"children":18859},{"style":2343},[18860],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18862,"children":18863},{"style":2343},[18864],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18866,"children":18867},{"style":2371},[18868],{"type":48,"value":9200},{"type":42,"tag":2336,"props":18870,"children":18871},{"style":2343},[18872],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18874,"children":18875},{"style":2343},[18876],{"type":48,"value":2423},{"type":42,"tag":2336,"props":18878,"children":18879},{"style":2426},[18880],{"type":48,"value":9454},{"type":42,"tag":2336,"props":18882,"children":18883},{"style":2343},[18884],{"type":48,"value":2433},{"type":42,"tag":2336,"props":18886,"children":18887},{"style":2349},[18888],{"type":48,"value":48},{"type":42,"tag":2336,"props":18890,"children":18891},{"style":2343},[18892],{"type":48,"value":2383},{"type":42,"tag":2336,"props":18894,"children":18895},{"class":2338,"line":3284},[18896],{"type":42,"tag":2336,"props":18897,"children":18898},{"style":2639},[18899],{"type":48,"value":18900},"    \u003C!-- Regular points -->\n",{"type":42,"tag":2336,"props":18902,"children":18903},{"class":2338,"line":3350},[18904,18908,18912,18916,18920,18924,18928,18932,18936,18940,18944,18948,18952,18956,18960,18964,18968,18972,18976,18980,18984,18988,18992],{"type":42,"tag":2336,"props":18905,"children":18906},{"style":2343},[18907],{"type":48,"value":2496},{"type":42,"tag":2336,"props":18909,"children":18910},{"style":2349},[18911],{"type":48,"value":12418},{"type":42,"tag":2336,"props":18913,"children":18914},{"style":2355},[18915],{"type":48,"value":12423},{"type":42,"tag":2336,"props":18917,"children":18918},{"style":2343},[18919],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18921,"children":18922},{"style":2343},[18923],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18925,"children":18926},{"style":2371},[18927],{"type":48,"value":18039},{"type":42,"tag":2336,"props":18929,"children":18930},{"style":2343},[18931],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18933,"children":18934},{"style":2355},[18935],{"type":48,"value":12444},{"type":42,"tag":2336,"props":18937,"children":18938},{"style":2343},[18939],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18941,"children":18942},{"style":2343},[18943],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18945,"children":18946},{"style":2371},[18947],{"type":48,"value":10714},{"type":42,"tag":2336,"props":18949,"children":18950},{"style":2343},[18951],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18953,"children":18954},{"style":2355},[18955],{"type":48,"value":12465},{"type":42,"tag":2336,"props":18957,"children":18958},{"style":2343},[18959],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18961,"children":18962},{"style":2343},[18963],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18965,"children":18966},{"style":2371},[18967],{"type":48,"value":2110},{"type":42,"tag":2336,"props":18969,"children":18970},{"style":2343},[18971],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18973,"children":18974},{"style":2355},[18975],{"type":48,"value":10091},{"type":42,"tag":2336,"props":18977,"children":18978},{"style":2343},[18979],{"type":48,"value":2363},{"type":42,"tag":2336,"props":18981,"children":18982},{"style":2343},[18983],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18985,"children":18986},{"style":2371},[18987],{"type":48,"value":9200},{"type":42,"tag":2336,"props":18989,"children":18990},{"style":2343},[18991],{"type":48,"value":2368},{"type":42,"tag":2336,"props":18993,"children":18994},{"style":2343},[18995],{"type":48,"value":9988},{"type":42,"tag":2336,"props":18997,"children":18998},{"class":2338,"line":3366},[18999,19003,19007,19011,19015,19019,19024,19028,19032,19036,19040,19044,19048,19052,19056,19060,19064,19068,19072,19076,19080,19084,19088],{"type":42,"tag":2336,"props":19000,"children":19001},{"style":2343},[19002],{"type":48,"value":2496},{"type":42,"tag":2336,"props":19004,"children":19005},{"style":2349},[19006],{"type":48,"value":12418},{"type":42,"tag":2336,"props":19008,"children":19009},{"style":2355},[19010],{"type":48,"value":12423},{"type":42,"tag":2336,"props":19012,"children":19013},{"style":2343},[19014],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19016,"children":19017},{"style":2343},[19018],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19020,"children":19021},{"style":2371},[19022],{"type":48,"value":19023},"247",{"type":42,"tag":2336,"props":19025,"children":19026},{"style":2343},[19027],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19029,"children":19030},{"style":2355},[19031],{"type":48,"value":12541},{"type":42,"tag":2336,"props":19033,"children":19034},{"style":2343},[19035],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19037,"children":19038},{"style":2343},[19039],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19041,"children":19042},{"style":2371},[19043],{"type":48,"value":10714},{"type":42,"tag":2336,"props":19045,"children":19046},{"style":2343},[19047],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19049,"children":19050},{"style":2355},[19051],{"type":48,"value":12465},{"type":42,"tag":2336,"props":19053,"children":19054},{"style":2343},[19055],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19057,"children":19058},{"style":2343},[19059],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19061,"children":19062},{"style":2371},[19063],{"type":48,"value":2110},{"type":42,"tag":2336,"props":19065,"children":19066},{"style":2343},[19067],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19069,"children":19070},{"style":2355},[19071],{"type":48,"value":10091},{"type":42,"tag":2336,"props":19073,"children":19074},{"style":2343},[19075],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19077,"children":19078},{"style":2343},[19079],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19081,"children":19082},{"style":2371},[19083],{"type":48,"value":9200},{"type":42,"tag":2336,"props":19085,"children":19086},{"style":2343},[19087],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19089,"children":19090},{"style":2343},[19091],{"type":48,"value":9988},{"type":42,"tag":2336,"props":19093,"children":19094},{"class":2338,"line":3420},[19095,19099,19103,19107,19111,19115,19120,19124,19128,19132,19136,19140,19144,19148,19152,19156,19160,19164,19168,19172,19176,19180,19184],{"type":42,"tag":2336,"props":19096,"children":19097},{"style":2343},[19098],{"type":48,"value":2496},{"type":42,"tag":2336,"props":19100,"children":19101},{"style":2349},[19102],{"type":48,"value":12418},{"type":42,"tag":2336,"props":19104,"children":19105},{"style":2355},[19106],{"type":48,"value":12423},{"type":42,"tag":2336,"props":19108,"children":19109},{"style":2343},[19110],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19112,"children":19113},{"style":2343},[19114],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19116,"children":19117},{"style":2371},[19118],{"type":48,"value":19119},"415",{"type":42,"tag":2336,"props":19121,"children":19122},{"style":2343},[19123],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19125,"children":19126},{"style":2355},[19127],{"type":48,"value":12541},{"type":42,"tag":2336,"props":19129,"children":19130},{"style":2343},[19131],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19133,"children":19134},{"style":2343},[19135],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19137,"children":19138},{"style":2371},[19139],{"type":48,"value":10444},{"type":42,"tag":2336,"props":19141,"children":19142},{"style":2343},[19143],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19145,"children":19146},{"style":2355},[19147],{"type":48,"value":12465},{"type":42,"tag":2336,"props":19149,"children":19150},{"style":2343},[19151],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19153,"children":19154},{"style":2343},[19155],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19157,"children":19158},{"style":2371},[19159],{"type":48,"value":2110},{"type":42,"tag":2336,"props":19161,"children":19162},{"style":2343},[19163],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19165,"children":19166},{"style":2355},[19167],{"type":48,"value":10091},{"type":42,"tag":2336,"props":19169,"children":19170},{"style":2343},[19171],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19173,"children":19174},{"style":2343},[19175],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19177,"children":19178},{"style":2371},[19179],{"type":48,"value":9200},{"type":42,"tag":2336,"props":19181,"children":19182},{"style":2343},[19183],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19185,"children":19186},{"style":2343},[19187],{"type":48,"value":9988},{"type":42,"tag":2336,"props":19189,"children":19190},{"class":2338,"line":3436},[19191,19195,19199,19203,19207,19211,19216,19220,19224,19228,19232,19236,19240,19244,19248,19252,19256,19260,19264,19268,19272,19276,19280],{"type":42,"tag":2336,"props":19192,"children":19193},{"style":2343},[19194],{"type":48,"value":2496},{"type":42,"tag":2336,"props":19196,"children":19197},{"style":2349},[19198],{"type":48,"value":12418},{"type":42,"tag":2336,"props":19200,"children":19201},{"style":2355},[19202],{"type":48,"value":12423},{"type":42,"tag":2336,"props":19204,"children":19205},{"style":2343},[19206],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19208,"children":19209},{"style":2343},[19210],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19212,"children":19213},{"style":2371},[19214],{"type":48,"value":19215},"582",{"type":42,"tag":2336,"props":19217,"children":19218},{"style":2343},[19219],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19221,"children":19222},{"style":2355},[19223],{"type":48,"value":12541},{"type":42,"tag":2336,"props":19225,"children":19226},{"style":2343},[19227],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19229,"children":19230},{"style":2343},[19231],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19233,"children":19234},{"style":2371},[19235],{"type":48,"value":10444},{"type":42,"tag":2336,"props":19237,"children":19238},{"style":2343},[19239],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19241,"children":19242},{"style":2355},[19243],{"type":48,"value":12465},{"type":42,"tag":2336,"props":19245,"children":19246},{"style":2343},[19247],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19249,"children":19250},{"style":2343},[19251],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19253,"children":19254},{"style":2371},[19255],{"type":48,"value":2110},{"type":42,"tag":2336,"props":19257,"children":19258},{"style":2343},[19259],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19261,"children":19262},{"style":2355},[19263],{"type":48,"value":10091},{"type":42,"tag":2336,"props":19265,"children":19266},{"style":2343},[19267],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19269,"children":19270},{"style":2343},[19271],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19273,"children":19274},{"style":2371},[19275],{"type":48,"value":9200},{"type":42,"tag":2336,"props":19277,"children":19278},{"style":2343},[19279],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19281,"children":19282},{"style":2343},[19283],{"type":48,"value":9988},{"type":42,"tag":2336,"props":19285,"children":19286},{"class":2338,"line":3445},[19287],{"type":42,"tag":2336,"props":19288,"children":19289},{"style":2639},[19290],{"type":48,"value":19291},"    \u003C!-- Most-recent point (highlighted) -->\n",{"type":42,"tag":2336,"props":19293,"children":19294},{"class":2338,"line":3502},[19295,19299,19303,19307,19311,19315,19319,19323,19327,19331,19335,19339,19343,19347,19351,19355,19359,19363,19367,19371,19375,19379,19383],{"type":42,"tag":2336,"props":19296,"children":19297},{"style":2343},[19298],{"type":48,"value":2496},{"type":42,"tag":2336,"props":19300,"children":19301},{"style":2349},[19302],{"type":48,"value":12418},{"type":42,"tag":2336,"props":19304,"children":19305},{"style":2355},[19306],{"type":48,"value":12423},{"type":42,"tag":2336,"props":19308,"children":19309},{"style":2343},[19310],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19312,"children":19313},{"style":2343},[19314],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19316,"children":19317},{"style":2371},[19318],{"type":48,"value":18081},{"type":42,"tag":2336,"props":19320,"children":19321},{"style":2343},[19322],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19324,"children":19325},{"style":2355},[19326],{"type":48,"value":12541},{"type":42,"tag":2336,"props":19328,"children":19329},{"style":2343},[19330],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19332,"children":19333},{"style":2343},[19334],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19336,"children":19337},{"style":2371},[19338],{"type":48,"value":10444},{"type":42,"tag":2336,"props":19340,"children":19341},{"style":2343},[19342],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19344,"children":19345},{"style":2355},[19346],{"type":48,"value":12465},{"type":42,"tag":2336,"props":19348,"children":19349},{"style":2343},[19350],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19352,"children":19353},{"style":2343},[19354],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19356,"children":19357},{"style":2371},[19358],{"type":48,"value":9379},{"type":42,"tag":2336,"props":19360,"children":19361},{"style":2343},[19362],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19364,"children":19365},{"style":2355},[19366],{"type":48,"value":10091},{"type":42,"tag":2336,"props":19368,"children":19369},{"style":2343},[19370],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19372,"children":19373},{"style":2343},[19374],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19376,"children":19377},{"style":2371},[19378],{"type":48,"value":9200},{"type":42,"tag":2336,"props":19380,"children":19381},{"style":2343},[19382],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19384,"children":19385},{"style":2343},[19386],{"type":48,"value":9988},{"type":42,"tag":2336,"props":19388,"children":19389},{"class":2338,"line":3556},[19390,19394,19398,19402,19406,19410,19414,19418,19422,19426,19430,19434,19438,19442,19446,19450,19454,19458,19462,19466,19470,19475,19479],{"type":42,"tag":2336,"props":19391,"children":19392},{"style":2343},[19393],{"type":48,"value":2496},{"type":42,"tag":2336,"props":19395,"children":19396},{"style":2349},[19397],{"type":48,"value":12418},{"type":42,"tag":2336,"props":19399,"children":19400},{"style":2355},[19401],{"type":48,"value":12423},{"type":42,"tag":2336,"props":19403,"children":19404},{"style":2343},[19405],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19407,"children":19408},{"style":2343},[19409],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19411,"children":19412},{"style":2371},[19413],{"type":48,"value":18081},{"type":42,"tag":2336,"props":19415,"children":19416},{"style":2343},[19417],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19419,"children":19420},{"style":2355},[19421],{"type":48,"value":12541},{"type":42,"tag":2336,"props":19423,"children":19424},{"style":2343},[19425],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19427,"children":19428},{"style":2343},[19429],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19431,"children":19432},{"style":2371},[19433],{"type":48,"value":10444},{"type":42,"tag":2336,"props":19435,"children":19436},{"style":2343},[19437],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19439,"children":19440},{"style":2355},[19441],{"type":48,"value":12465},{"type":42,"tag":2336,"props":19443,"children":19444},{"style":2343},[19445],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19447,"children":19448},{"style":2343},[19449],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19451,"children":19452},{"style":2371},[19453],{"type":48,"value":2081},{"type":42,"tag":2336,"props":19455,"children":19456},{"style":2343},[19457],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19459,"children":19460},{"style":2355},[19461],{"type":48,"value":10091},{"type":42,"tag":2336,"props":19463,"children":19464},{"style":2343},[19465],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19467,"children":19468},{"style":2343},[19469],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19471,"children":19472},{"style":2371},[19473],{"type":48,"value":19474},"white",{"type":42,"tag":2336,"props":19476,"children":19477},{"style":2343},[19478],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19480,"children":19481},{"style":2343},[19482],{"type":48,"value":9988},{"type":42,"tag":2336,"props":19484,"children":19485},{"class":2338,"line":3592},[19486,19490,19495,19499,19504,19508,19512],{"type":42,"tag":2336,"props":19487,"children":19488},{"style":2343},[19489],{"type":48,"value":2496},{"type":42,"tag":2336,"props":19491,"children":19492},{"style":2349},[19493],{"type":48,"value":19494},"title",{"type":42,"tag":2336,"props":19496,"children":19497},{"style":2343},[19498],{"type":48,"value":2423},{"type":42,"tag":2336,"props":19500,"children":19501},{"style":2426},[19502],{"type":48,"value":19503},"Target Co · Baa1 · Mar 2025",{"type":42,"tag":2336,"props":19505,"children":19506},{"style":2343},[19507],{"type":48,"value":2433},{"type":42,"tag":2336,"props":19509,"children":19510},{"style":2349},[19511],{"type":48,"value":19494},{"type":42,"tag":2336,"props":19513,"children":19514},{"style":2343},[19515],{"type":48,"value":2383},{"type":42,"tag":2336,"props":19517,"children":19518},{"class":2338,"line":3658},[19519],{"type":42,"tag":2336,"props":19520,"children":19521},{"emptyLinePlaceholder":2448},[19522],{"type":48,"value":2451},{"type":42,"tag":2336,"props":19524,"children":19525},{"class":2338,"line":3674},[19526],{"type":42,"tag":2336,"props":19527,"children":19528},{"style":2639},[19529],{"type":48,"value":19530},"    \u003C!-- Repeat for each peer with palette[1..3] -->\n",{"type":42,"tag":2336,"props":19532,"children":19533},{"class":2338,"line":3728},[19534,19538,19542],{"type":42,"tag":2336,"props":19535,"children":19536},{"style":2343},[19537],{"type":48,"value":3821},{"type":42,"tag":2336,"props":19539,"children":19540},{"style":2349},[19541],{"type":48,"value":9764},{"type":42,"tag":2336,"props":19543,"children":19544},{"style":2343},[19545],{"type":48,"value":2383},{"type":42,"tag":2336,"props":19547,"children":19548},{"class":2338,"line":3744},[19549,19553,19557,19561,19565,19569,19573,19577],{"type":42,"tag":2336,"props":19550,"children":19551},{"style":2343},[19552],{"type":48,"value":2392},{"type":42,"tag":2336,"props":19554,"children":19555},{"style":2349},[19556],{"type":48,"value":2352},{"type":42,"tag":2336,"props":19558,"children":19559},{"style":2355},[19560],{"type":48,"value":2401},{"type":42,"tag":2336,"props":19562,"children":19563},{"style":2343},[19564],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19566,"children":19567},{"style":2343},[19568],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19570,"children":19571},{"style":2371},[19572],{"type":48,"value":12944},{"type":42,"tag":2336,"props":19574,"children":19575},{"style":2343},[19576],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19578,"children":19579},{"style":2343},[19580],{"type":48,"value":2383},{"type":42,"tag":2336,"props":19582,"children":19583},{"class":2338,"line":3761},[19584,19588,19592,19596,19600,19604,19608,19612],{"type":42,"tag":2336,"props":19585,"children":19586},{"style":2343},[19587],{"type":48,"value":2496},{"type":42,"tag":2336,"props":19589,"children":19590},{"style":2349},[19591],{"type":48,"value":2352},{"type":42,"tag":2336,"props":19593,"children":19594},{"style":2355},[19595],{"type":48,"value":2401},{"type":42,"tag":2336,"props":19597,"children":19598},{"style":2343},[19599],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19601,"children":19602},{"style":2343},[19603],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19605,"children":19606},{"style":2371},[19607],{"type":48,"value":12980},{"type":42,"tag":2336,"props":19609,"children":19610},{"style":2343},[19611],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19613,"children":19614},{"style":2343},[19615],{"type":48,"value":2383},{"type":42,"tag":2336,"props":19617,"children":19618},{"class":2338,"line":3815},[19619,19623,19627,19631,19635,19639,19643,19647,19651,19655,19659,19663,19667,19671,19675,19679],{"type":42,"tag":2336,"props":19620,"children":19621},{"style":2343},[19622],{"type":48,"value":2651},{"type":42,"tag":2336,"props":19624,"children":19625},{"style":2349},[19626],{"type":48,"value":2336},{"type":42,"tag":2336,"props":19628,"children":19629},{"style":2355},[19630],{"type":48,"value":2401},{"type":42,"tag":2336,"props":19632,"children":19633},{"style":2343},[19634],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19636,"children":19637},{"style":2343},[19638],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19640,"children":19641},{"style":2371},[19642],{"type":48,"value":13009},{"type":42,"tag":2336,"props":19644,"children":19645},{"style":2343},[19646],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19648,"children":19649},{"style":2355},[19650],{"type":48,"value":2832},{"type":42,"tag":2336,"props":19652,"children":19653},{"style":2343},[19654],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19656,"children":19657},{"style":2343},[19658],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19660,"children":19661},{"style":2371},[19662],{"type":48,"value":2155},{"type":42,"tag":2336,"props":19664,"children":19665},{"style":2343},[19666],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19668,"children":19669},{"style":2343},[19670],{"type":48,"value":2901},{"type":42,"tag":2336,"props":19672,"children":19673},{"style":2349},[19674],{"type":48,"value":2336},{"type":42,"tag":2336,"props":19676,"children":19677},{"style":2343},[19678],{"type":48,"value":2423},{"type":42,"tag":2336,"props":19680,"children":19681},{"style":2426},[19682],{"type":48,"value":19683},"Target Co (Baa1)\n",{"type":42,"tag":2336,"props":19685,"children":19686},{"class":2338,"line":3832},[19687,19691,19695],{"type":42,"tag":2336,"props":19688,"children":19689},{"style":2343},[19690],{"type":48,"value":3750},{"type":42,"tag":2336,"props":19692,"children":19693},{"style":2349},[19694],{"type":48,"value":2352},{"type":42,"tag":2336,"props":19696,"children":19697},{"style":2343},[19698],{"type":48,"value":2383},{"type":42,"tag":2336,"props":19700,"children":19701},{"class":2338,"line":3840},[19702,19706,19710,19714,19718,19722,19726,19730],{"type":42,"tag":2336,"props":19703,"children":19704},{"style":2343},[19705],{"type":48,"value":2496},{"type":42,"tag":2336,"props":19707,"children":19708},{"style":2349},[19709],{"type":48,"value":2352},{"type":42,"tag":2336,"props":19711,"children":19712},{"style":2355},[19713],{"type":48,"value":2401},{"type":42,"tag":2336,"props":19715,"children":19716},{"style":2343},[19717],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19719,"children":19720},{"style":2343},[19721],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19723,"children":19724},{"style":2371},[19725],{"type":48,"value":12980},{"type":42,"tag":2336,"props":19727,"children":19728},{"style":2343},[19729],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19731,"children":19732},{"style":2343},[19733],{"type":48,"value":2383},{"type":42,"tag":2336,"props":19735,"children":19736},{"class":2338,"line":3849},[19737,19741,19745,19749,19753,19757,19761,19765,19769,19773,19777,19781,19785,19789,19793,19797],{"type":42,"tag":2336,"props":19738,"children":19739},{"style":2343},[19740],{"type":48,"value":2651},{"type":42,"tag":2336,"props":19742,"children":19743},{"style":2349},[19744],{"type":48,"value":2336},{"type":42,"tag":2336,"props":19746,"children":19747},{"style":2355},[19748],{"type":48,"value":2401},{"type":42,"tag":2336,"props":19750,"children":19751},{"style":2343},[19752],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19754,"children":19755},{"style":2343},[19756],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19758,"children":19759},{"style":2371},[19760],{"type":48,"value":13009},{"type":42,"tag":2336,"props":19762,"children":19763},{"style":2343},[19764],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19766,"children":19767},{"style":2355},[19768],{"type":48,"value":2832},{"type":42,"tag":2336,"props":19770,"children":19771},{"style":2343},[19772],{"type":48,"value":2363},{"type":42,"tag":2336,"props":19774,"children":19775},{"style":2343},[19776],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19778,"children":19779},{"style":2371},[19780],{"type":48,"value":13137},{"type":42,"tag":2336,"props":19782,"children":19783},{"style":2343},[19784],{"type":48,"value":2368},{"type":42,"tag":2336,"props":19786,"children":19787},{"style":2343},[19788],{"type":48,"value":2901},{"type":42,"tag":2336,"props":19790,"children":19791},{"style":2349},[19792],{"type":48,"value":2336},{"type":42,"tag":2336,"props":19794,"children":19795},{"style":2343},[19796],{"type":48,"value":2423},{"type":42,"tag":2336,"props":19798,"children":19799},{"style":2426},[19800],{"type":48,"value":19801},"Peer One (Ba1)\n",{"type":42,"tag":2336,"props":19803,"children":19804},{"class":2338,"line":13172},[19805,19809,19813],{"type":42,"tag":2336,"props":19806,"children":19807},{"style":2343},[19808],{"type":48,"value":3750},{"type":42,"tag":2336,"props":19810,"children":19811},{"style":2349},[19812],{"type":48,"value":2352},{"type":42,"tag":2336,"props":19814,"children":19815},{"style":2343},[19816],{"type":48,"value":2383},{"type":42,"tag":2336,"props":19818,"children":19819},{"class":2338,"line":13281},[19820],{"type":42,"tag":2336,"props":19821,"children":19822},{"style":2639},[19823],{"type":48,"value":18592},{"type":42,"tag":2336,"props":19825,"children":19826},{"class":2338,"line":13390},[19827,19831,19835],{"type":42,"tag":2336,"props":19828,"children":19829},{"style":2343},[19830],{"type":48,"value":3821},{"type":42,"tag":2336,"props":19832,"children":19833},{"style":2349},[19834],{"type":48,"value":2352},{"type":42,"tag":2336,"props":19836,"children":19837},{"style":2343},[19838],{"type":48,"value":2383},{"type":42,"tag":2336,"props":19840,"children":19841},{"class":2338,"line":13406},[19842,19846,19850],{"type":42,"tag":2336,"props":19843,"children":19844},{"style":2343},[19845],{"type":48,"value":2433},{"type":42,"tag":2336,"props":19847,"children":19848},{"style":2349},[19849],{"type":48,"value":2352},{"type":42,"tag":2336,"props":19851,"children":19852},{"style":2343},[19853],{"type":48,"value":2383},{"type":42,"tag":826,"props":19855,"children":19856},{},[],{"type":42,"tag":962,"props":19858,"children":19860},{"id":19859},"section-3-esg-heatmap-only",[19861],{"type":48,"value":19862},"Section 3 — ESG: Heatmap Only",{"type":42,"tag":51,"props":19864,"children":19865},{},[19866,19890],{"type":42,"tag":71,"props":19867,"children":19868},{},[19869,19871,19876,19878,19883,19884],{"type":48,"value":19870},"Do NOT emit the plain ",{"type":42,"tag":57,"props":19872,"children":19874},{"className":19873},[],[19875],{"type":48,"value":1712},{"type":48,"value":19877}," whose ",{"type":42,"tag":57,"props":19879,"children":19881},{"className":19880},[],[19882],{"type":48,"value":17361},{"type":48,"value":17363},{"type":42,"tag":57,"props":19885,"children":19887},{"className":19886},[],[19888],{"type":48,"value":19889},"id=\"pa-esg-table\"",{"type":48,"value":19891},". Remove it\nentirely from the output HTML — do not render it, do not hide it.",{"type":42,"tag":51,"props":19893,"children":19894},{},[19895,19897,19901,19903,19908,19910,19915],{"type":48,"value":19896},"Instead, emit ",{"type":42,"tag":71,"props":19898,"children":19899},{},[19900],{"type":48,"value":4327},{"type":48,"value":19902}," the colour-coded heatmap table (",{"type":42,"tag":57,"props":19904,"children":19906},{"className":19905},[],[19907],{"type":48,"value":16233},{"type":48,"value":19909},", as defined in\nVisual 3 above) as the sole ESG data table. Follow it immediately with ",{"type":42,"tag":57,"props":19911,"children":19913},{"className":19912},[],[19914],{"type":48,"value":6333},{"type":48,"value":824},{"type":42,"tag":51,"props":19917,"children":19918},{},[19919],{"type":48,"value":19920},"The heatmap already contains all the same data (company, CIS, E, S, G scores) in a more\nreadable, colour-coded format; the plain table is redundant and must be omitted.",{"type":42,"tag":51,"props":19922,"children":19923},{},[19924],{"type":42,"tag":71,"props":19925,"children":19926},{},[19927],{"type":48,"value":19928},"Revised Section 3 emit order:",{"type":42,"tag":382,"props":19930,"children":19931},{},[19932,19942,19952],{"type":42,"tag":112,"props":19933,"children":19934},{},[19935,19940],{"type":42,"tag":57,"props":19936,"children":19938},{"className":19937},[],[19939],{"type":48,"value":16233},{"type":48,"value":19941}," (colour-coded heatmap table — the only ESG table)",{"type":42,"tag":112,"props":19943,"children":19944},{},[19945,19950],{"type":42,"tag":57,"props":19946,"children":19948},{"className":19947},[],[19949],{"type":48,"value":6333},{"type":48,"value":19951}," (two analysis paragraphs, unchanged)",{"type":42,"tag":112,"props":19953,"children":19954},{},[19955,19957,19962],{"type":48,"value":19956},"Optional ",{"type":42,"tag":57,"props":19958,"children":19960},{"className":19959},[],[19961],{"type":48,"value":807},{"type":48,"value":19963}," recap block (if citations are present)",{"type":42,"tag":826,"props":19965,"children":19966},{},[],{"type":42,"tag":962,"props":19968,"children":19970},{"id":19969},"summary-of-omissions-do-not-emit-these-elements",[19971],{"type":48,"value":19972},"Summary of omissions (do NOT emit these elements)",{"type":42,"tag":1049,"props":19974,"children":19975},{},[19976,19992],{"type":42,"tag":1053,"props":19977,"children":19978},{},[19979],{"type":42,"tag":1057,"props":19980,"children":19981},{},[19982,19987],{"type":42,"tag":1061,"props":19983,"children":19984},{},[19985],{"type":48,"value":19986},"Element",{"type":42,"tag":1061,"props":19988,"children":19989},{},[19990],{"type":48,"value":19991},"Reason",{"type":42,"tag":1072,"props":19993,"children":19994},{},[19995,20018,20040],{"type":42,"tag":1057,"props":19996,"children":19997},{},[19998,20013],{"type":42,"tag":1079,"props":19999,"children":20000},{},[20001,20006,20008],{"type":42,"tag":57,"props":20002,"children":20004},{"className":20003},[],[20005],{"type":48,"value":1712},{"type":48,"value":20007}," wrapping ",{"type":42,"tag":57,"props":20009,"children":20011},{"className":20010},[],[20012],{"type":48,"value":1669},{"type":42,"tag":1079,"props":20014,"children":20015},{},[20016],{"type":48,"value":20017},"Replaced by rating cards",{"type":42,"tag":1057,"props":20019,"children":20020},{},[20021,20029],{"type":42,"tag":1079,"props":20022,"children":20023},{},[20024],{"type":42,"tag":57,"props":20025,"children":20027},{"className":20026},[],[20028],{"type":48,"value":17256},{"type":42,"tag":1079,"props":20030,"children":20031},{},[20032,20034,20039],{"type":48,"value":20033},"Replaced by peer bar charts (",{"type":42,"tag":57,"props":20035,"children":20037},{"className":20036},[],[20038],{"type":48,"value":1907},{"type":48,"value":4102},{"type":42,"tag":1057,"props":20041,"children":20042},{},[20043,20057],{"type":42,"tag":1079,"props":20044,"children":20045},{},[20046,20051,20052],{"type":42,"tag":57,"props":20047,"children":20049},{"className":20048},[],[20050],{"type":48,"value":1712},{"type":48,"value":20007},{"type":42,"tag":57,"props":20053,"children":20055},{"className":20054},[],[20056],{"type":48,"value":6295},{"type":42,"tag":1079,"props":20058,"children":20059},{},[20060],{"type":48,"value":20061},"Replaced by ESG heatmap",{"type":42,"tag":20063,"props":20064,"children":20065},"style",{},[20066],{"type":48,"value":20067},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":20069,"total":20274},[20070,20091,20114,20131,20147,20166,20185,20201,20217,20231,20243,20258],{"slug":20071,"name":20071,"fn":20072,"description":20073,"org":20074,"tags":20075,"stars":20088,"repoUrl":20089,"updatedAt":20090},"prior-auth-packet-builder","build healthcare prior authorization packets","Build a concise prior authorization packet from local case files and payer policy docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[20076,20079,20082,20085],{"name":20077,"slug":20078,"type":15},"Documents","documents",{"name":20080,"slug":20081,"type":15},"Healthcare","healthcare",{"name":20083,"slug":20084,"type":15},"Insurance","insurance",{"name":20086,"slug":20087,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":20092,"name":20092,"fn":20093,"description":20094,"org":20095,"tags":20096,"stars":20111,"repoUrl":20112,"updatedAt":20113},"aspnet-core","build ASP.NET Core web applications","Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[20097,20100,20102,20105,20108],{"name":20098,"slug":20099,"type":15},".NET","dotnet",{"name":20101,"slug":20092,"type":15},"ASP.NET Core",{"name":20103,"slug":20104,"type":15},"Blazor","blazor",{"name":20106,"slug":20107,"type":15},"C#","csharp",{"name":20109,"slug":20110,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":20115,"name":20115,"fn":20116,"description":20117,"org":20118,"tags":20119,"stars":20111,"repoUrl":20112,"updatedAt":20130},"chatgpt-apps","build ChatGPT Apps SDK applications","Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[20120,20123,20126,20129],{"name":20121,"slug":20122,"type":15},"Apps SDK","apps-sdk",{"name":20124,"slug":20125,"type":15},"ChatGPT","chatgpt",{"name":20127,"slug":20128,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":20132,"name":20132,"fn":20133,"description":20134,"org":20135,"tags":20136,"stars":20111,"repoUrl":20112,"updatedAt":20146},"cli-creator","build CLIs from API docs","Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read\u002Fwrite commands, return stable JSON, manage auth, and pair with a companion skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[20137,20140,20143],{"name":20138,"slug":20139,"type":15},"API Development","api-development",{"name":20141,"slug":20142,"type":15},"CLI","cli",{"name":20144,"slug":20145,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":20148,"name":20148,"fn":20149,"description":20150,"org":20151,"tags":20152,"stars":20111,"repoUrl":20112,"updatedAt":20165},"cloudflare-deploy","deploy projects to Cloudflare","Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[20153,20156,20159,20162],{"name":20154,"slug":20155,"type":15},"Cloudflare","cloudflare",{"name":20157,"slug":20158,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":20160,"slug":20161,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":20163,"slug":20164,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":20167,"name":20167,"fn":20168,"description":20169,"org":20170,"tags":20171,"stars":20111,"repoUrl":20112,"updatedAt":20184},"define-goal","define and set measurable project goals","Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refinement only; it does not manage durable snapshots, decision logs, or long-running execution artifacts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[20172,20175,20178,20181],{"name":20173,"slug":20174,"type":15},"Productivity","productivity",{"name":20176,"slug":20177,"type":15},"Project Management","project-management",{"name":20179,"slug":20180,"type":15},"Strategy","strategy",{"name":20182,"slug":20183,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":20186,"name":20186,"fn":20187,"description":20188,"org":20189,"tags":20190,"stars":20111,"repoUrl":20112,"updatedAt":20200},"figma","translate Figma designs into code","Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[20191,20194,20196,20199],{"name":20192,"slug":20193,"type":15},"Design","design",{"name":20195,"slug":20186,"type":15},"Figma",{"name":20197,"slug":20198,"type":15},"Frontend","frontend",{"name":20127,"slug":20128,"type":15},"2026-04-12T05:06:47.939943",{"slug":20202,"name":20202,"fn":20203,"description":20204,"org":20205,"tags":20206,"stars":20111,"repoUrl":20112,"updatedAt":20216},"figma-code-connect-components","connect Figma designs to code components","Connects Figma design components to code components using Code Connect mapping tools. Use when user says \"code connect\", \"connect this component to code\", \"map this component\", \"link component to code\", \"create code connect mapping\", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[20207,20208,20211,20212,20213],{"name":20192,"slug":20193,"type":15},{"name":20209,"slug":20210,"type":15},"Design System","design-system",{"name":20195,"slug":20186,"type":15},{"name":20197,"slug":20198,"type":15},{"name":20214,"slug":20215,"type":15},"UI Components","ui-components","2026-05-10T05:59:52.971881",{"slug":20218,"name":20218,"fn":20219,"description":20220,"org":20221,"tags":20222,"stars":20111,"repoUrl":20112,"updatedAt":20230},"figma-create-design-system-rules","generate design system rules from Figma","Generates custom design system rules for the user's codebase. Use when user says \"create design system rules\", \"generate rules for my project\", \"set up design rules\", \"customize design system guidelines\", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[20223,20224,20225,20228,20229],{"name":20192,"slug":20193,"type":15},{"name":20209,"slug":20210,"type":15},{"name":20226,"slug":20227,"type":15},"Documentation","documentation",{"name":20195,"slug":20186,"type":15},{"name":20197,"slug":20198,"type":15},"2026-05-16T06:07:47.821474",{"slug":20232,"name":20232,"fn":20233,"description":20234,"org":20235,"tags":20236,"stars":20111,"repoUrl":20112,"updatedAt":20242},"figma-implement-design","translate Figma designs into application code","Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions \"implement design\", \"generate code\", \"implement component\", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[20237,20238,20239,20240,20241],{"name":20192,"slug":20193,"type":15},{"name":20195,"slug":20186,"type":15},{"name":20197,"slug":20198,"type":15},{"name":20214,"slug":20215,"type":15},{"name":20109,"slug":20110,"type":15},"2026-05-16T06:07:40.583615",{"slug":20244,"name":20244,"fn":20245,"description":20246,"org":20247,"tags":20248,"stars":20111,"repoUrl":20112,"updatedAt":20257},"hatch-pet","create animated pets for Codex","Create, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom pet style, a prospect or company mascot pet, or a full 8x9 animated pet atlas with transparent unused cells, QA contact sheets, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[20249,20252,20253,20256],{"name":20250,"slug":20251,"type":15},"Animation","animation",{"name":20144,"slug":20145,"type":15},{"name":20254,"slug":20255,"type":15},"Creative","creative",{"name":20192,"slug":20193,"type":15},"2026-05-02T05:31:48.48485",{"slug":20259,"name":20259,"fn":20260,"description":20261,"org":20262,"tags":20263,"stars":20111,"repoUrl":20112,"updatedAt":20273},"imagegen","generate and edit raster images","Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG\u002Fvector\u002Fcode-native assets, extending an established icon or logo system, or building the visual directly in HTML\u002FCSS\u002Fcanvas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[20264,20265,20266,20269,20272],{"name":20254,"slug":20255,"type":15},{"name":20192,"slug":20193,"type":15},{"name":20267,"slug":20268,"type":15},"Image Generation","image-generation",{"name":20270,"slug":20271,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675,{"items":20276,"total":20389},[20277,20293,20309,20321,20339,20357,20377],{"slug":20278,"name":20278,"fn":20279,"description":20280,"org":20281,"tags":20282,"stars":25,"repoUrl":26,"updatedAt":27},"accessibility-and-inclusive-visualization","make data visualizations accessible","Make data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[20283,20286,20289,20292],{"name":20284,"slug":20285,"type":15},"Accessibility","accessibility",{"name":20287,"slug":20288,"type":15},"Charts","charts",{"name":20290,"slug":20291,"type":15},"Data Visualization","data-visualization",{"name":20192,"slug":20193,"type":15},{"slug":20294,"name":20294,"fn":20295,"description":20296,"org":20297,"tags":20298,"stars":25,"repoUrl":26,"updatedAt":20308},"agent-browser","automate browser interactions for agents","Browser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[20299,20302,20305],{"name":20300,"slug":20301,"type":15},"Agents","agents",{"name":20303,"slug":20304,"type":15},"Browser Automation","browser-automation",{"name":20306,"slug":20307,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":20310,"name":20310,"fn":20311,"description":20312,"org":20313,"tags":20314,"stars":25,"repoUrl":26,"updatedAt":20320},"agent-browser-verify","verify dev server output with automated browser","Automated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass\u002Ffail before continuing.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[20315,20316,20319],{"name":20303,"slug":20304,"type":15},{"name":20317,"slug":20318,"type":15},"Local Development","local-development",{"name":20306,"slug":20307,"type":15},"2026-04-06T18:41:17.526867",{"slug":20322,"name":20322,"fn":20323,"description":20324,"org":20325,"tags":20326,"stars":25,"repoUrl":26,"updatedAt":20338},"agents-sdk","build AI agents on Cloudflare Workers","Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[20327,20328,20329,20332,20335],{"name":20300,"slug":20301,"type":15},{"name":20160,"slug":20161,"type":15},{"name":20330,"slug":20331,"type":15},"SDK","sdk",{"name":20333,"slug":20334,"type":15},"Serverless","serverless",{"name":20336,"slug":20337,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":20340,"name":20340,"fn":20341,"description":20342,"org":20343,"tags":20344,"stars":25,"repoUrl":26,"updatedAt":20356},"ai-elements","build chat UIs with AI Elements","AI Elements component library guidance — pre-built React components for AI interfaces built on shadcn\u002Fui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[20345,20346,20349,20352,20353],{"name":20197,"slug":20198,"type":15},{"name":20347,"slug":20348,"type":15},"React","react",{"name":20350,"slug":20351,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":20214,"slug":20215,"type":15},{"name":20354,"slug":20355,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":20358,"name":20358,"fn":20359,"description":20360,"org":20361,"tags":20362,"stars":25,"repoUrl":26,"updatedAt":20376},"ai-gateway","configure Vercel AI Gateway","Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[20363,20366,20369,20372,20375],{"name":20364,"slug":20365,"type":15},"AI Infrastructure","ai-infrastructure",{"name":20367,"slug":20368,"type":15},"Cost Optimization","cost-optimization",{"name":20370,"slug":20371,"type":15},"LLM","llm",{"name":20373,"slug":20374,"type":15},"Performance","performance",{"name":20354,"slug":20355,"type":15},"2026-04-06T18:40:44.377464",{"slug":20378,"name":20378,"fn":20379,"description":20380,"org":20381,"tags":20382,"stars":25,"repoUrl":26,"updatedAt":20388},"ai-generation-persistence","implement persistence patterns for AI generations","AI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[20383,20384,20387],{"name":20367,"slug":20368,"type":15},{"name":20385,"slug":20386,"type":15},"Database","database",{"name":20370,"slug":20371,"type":15},"2026-04-06T18:41:08.513425",600]