equity-model-update

Update public-company Excel models from mapped sources and generate change logs.

488|76|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/openai/role-specific-plugins --skill equity-model-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: equity-model-update
Source: https://github.com/openai/role-specific-plugins/tree/main/plugins/financial-markets/skills/equity-model-update
Command: npx skills add https://github.com/openai/role-specific-plugins --skill equity-model-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Safely updates public-company Excel models by applying source-to-model mappings, emitting a copied workbook plus support artifacts such as CSV logs and a manifest.

Core Features & Use Cases

  • Safe workbook updates: updates mapped cells in a copied workbook without mutating the original.
  • Provenance and artifacts: outputs include source_to_model.csv, change_log.csv, tieout_checklist.json, run_log.json, and manifest.json, along with the updated workbook.
  • Use Case: Refresh a public-company model with latest source data and reconcile changes with a model-audit tie-out.

Quick Start

Provide a source-to-model CSV and the target workbook, then run the workbook update script to generate an updated .xlsx and accompanying CSVs and logs.

Frequently Asked Questions about equity-model-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely update public-company Excel models with new source data?

To safely update public-company Excel models, you apply source-to-model mappings to a copied workbook, ensuring the original file remains unmutated while generating change logs and provenance artifacts for auditability.

What is source-to-model mapping for Excel financial models?

Source-to-model mapping is the process of linking external data inputs to specific cells in an Excel workbook. It enables automated updates that refresh model inputs while generating provenance tracking files like source_to_model.csv.

How do I generate a change log and tie-out checklist for an Excel model update?

You generate a change log and tie-out checklist by running an automated workbook update script that records all cell modifications, producing change_log.csv and tieout_checklist.csv alongside the updated Excel file.

Can I update Excel workbook inputs without altering the original file?

Yes, you can update Excel workbook inputs without altering the original file. The update process applies changes to a copied workbook, enforcing safe_update propagation and blocking unsafe edits to protect the source model.

What provenance and audit files are produced when refreshing Excel financial models?

Refreshing Excel financial models produces provenance files including source_to_model.csv, change_log.csv, tieout_checklist.json, run_log.json, and manifest.json, along with a model_update_citations.json file recording workbook provenance.

What do I need to provide to automate an Excel model refresh?

To automate an Excel model refresh, you need to provide a source-to-model CSV containing the data mappings and the target Excel workbook. The update script then generates an updated .xlsx file and accompanying logs.