{"kind":"Skill","metadata":{"namespace":"community","name":"datapack-builder","version":"0.1.0"},"spec":{"description":"Build professional financial services data packs from various sources including CIMs, offering memorandums, SEC filings, web search, or MCP servers. Extract, normalize, and standardize financial data into investment committee-ready Excel workbooks with consistent structure, proper formatting, and documented assumptions. Use for M\u0026A due diligence, private equity analysis, investment committee materials, and standardizing financial reporting across portfolio companies. Do not use for simple financial calculations or working with already-completed data packs.","files":{"SKILL.md":"---\nname: datapack-builder\ndescription: Build professional financial services data packs from various sources including CIMs, offering memorandums, SEC filings, web search, or MCP servers. Extract, normalize, and standardize financial data into investment committee-ready Excel workbooks with consistent structure, proper formatting, and documented assumptions. Use for M\u0026A due diligence, private equity analysis, investment committee materials, and standardizing financial reporting across portfolio companies. Do not use for simple financial calculations or working with already-completed data packs.\n---\n\n# Financial Data Pack Builder\n\nBuild professional, standardized financial data packs for private equity, investment banking, and asset management. Transform financial data from CIMs, offering memorandums, SEC filings, web search, or MCP server access into polished Excel workbooks ready for investment committee review.\n\n**Important:** Use the xlsx skill for all Excel file creation and manipulation throughout this workflow.\n\n## CRITICAL SUCCESS FACTORS\n\nEvery data pack must achieve these standards. Failure on any point makes the deliverable unusable.\n\n### 1. Data Accuracy (Zero Tolerance for Errors)\n- Trace every number to source document with page reference\n- Use formula-based calculations exclusively (no hardcoded values)\n- Cross-check subtotals and totals for internal consistency\n- Verify balance sheet balances: Assets = Liabilities + Equity\n- Confirm cash flow ties to balance sheet changes\n\n### 2. ESSENTIAL RULES\n\n**RULE 1: Financial data (measuring money) → Currency format with $**\nTriggers: Revenue, Sales, Income, EBITDA, Profit, Loss, Cost, Expense, Cash, Debt, Assets, Liabilities, Equity, Capex\nFormat: $#,##0.0 for millions, $#,##0 for thousands\nNegatives: $(123.0) NOT -$123\n\n**RULE 2: Operational data (counting things) → Number format, NO $**\nTriggers: Units, Stores, Locations, Employees, Customers, Square Feet, Properties, Headcount\nFormat: #,##0 with commas\nNegatives: (123) consistent with rest of table\n\n**RULE 3: Percentages (rates and ratios) → Percentage format**\nTriggers: Margin, Growth, Rate, Percentage, Yield, Return, Utilization, Occupancy\nFormat: 0.0% for one decimal place\nDisplay: 15.0% NOT 0.15\n\n**RULE 4: Years → Text format to prevent comma insertion**\nFormat: Text or custom to prevent 2,024\nDisplay: 2020, 2021, 2022, 2023A, 2024E\n\n**RULE 5: When context is mixed, each metric gets its own appropriate format**\nExample:\n```\nSegment Analysis, 2022, 2023, 2024\nRetail Revenue, $50.0, $55.0, $60.0\n  Stores, 100, 110, 120\n  Revenue per Store, $0.5, $0.5, $0.5\n```\nRevenue and per-store metrics use $, Store count uses number format.\n\n**RULE 6: Use formulas for all calculations → Never hardcode calculated values**\nAll subtotals, totals, ratios, and derived metrics must be formula-based, not hardcoded values. This ensures accuracy and allows for dynamic updates.\n\n### 3. Professional Presentation Standards\n\n**Formatting Standards:**\n\n**Color Scheme - Two Layers:**\n\n**Layer 1: Font Colors (MANDATORY from xlsx skill)**\n- **Blue text (RGB: 0,0,255)**: ALL hardcoded inputs (historical data, assumptions), NOT normal text\n- **Black text (RGB: 0,0,0)**: ALL formulas and calculations\n- **Green text (RGB: 0,128,0)**: Links to other sheets\n\n**Layer 2: Fill Colors (Optional for enhanced presentation)**\n- Fill colors are optional and should only be applied if requested by the user or if enhancing presentation\n- If the user requests colors or professional formatting, use this standard scheme:\n  - **Section headers**: Dark blue (RGB: 68,114,196) background with white text\n  - **Sub-headers/column headers**: Light blue (RGB: 217,225,242) background with black text\n  - **Input cells**: Light green/cream (RGB: 226,239,218) background with blue text\n  - **Calculated cells**: White background with black text\n- Users can override with custom brand colors if specified\n\n**How the layers work together (if fill colors are used):**\n- Input cell: Blue text + light green fill = \"User-entered data\"\n- Formula cell: Black text + white background = \"Calculated value\"\n- Sheet link: Green text + white background = \"Reference from another tab\"\n\n**Font color tells you WHAT it is. Fill color tells you WHERE it is (if used).**\n\n**IMPORTANT:** Font colors from xlsx skill are mandatory. Fill colors are optional - default is white/no fill unless the user requests enhanced formatting or colors.\n\n**Always apply:**\n- Bold headers, left-aligned\n- Numbers right-aligned\n- 2-space indentation for sub-items\n- Single underline above subtotals\n- Double underline below final totals\n- Freeze panes on row/column headers\n- Minimal borders (only where structurally needed)\n- Consistent font (typically Calibri or Arial 11pt)\n\n**Never include:**\n- Borders around every cell\n- Multiple fonts or font sizes\n- Charts unless specifically requested\n- Excessive formatting or decoration\n\n## Structural Consistency\nUse the standard 8-tab structure unless explicitly instructed otherwise:\n1. Executive Summary\n2. Historical Financials (Income Statement)\n3. Balance Sheet\n4. Cash Flow Statement\n5. Operating Metrics\n6. Property/Segment Performance (if applicable)\n7. Market Analysis\n8. Investment Highlights\n\n### Tab 1: Executive Summary\nPurpose: One-page overview for busy executives\n\nContents:\n- Company overview (2-3 sentences on business model)\n- Key investment highlights (3-5 bullet points)\n- Financial snapshot table (Revenue, EBITDA, Growth for last 3 years + projections)\n- Transaction overview if applicable\n- Key metrics prominently displayed\n\nFormat: Clean, bold headers, minimal decoration, critical numbers emphasized\n\n### Tab 2: Historical Financials (Income Statement)\nPurpose: Complete profit and loss history\n\nContents:\n- Revenue breakdown by segment/product line\n- Cost of goods sold / Cost of revenue\n- Gross profit and gross margin %\n- Operating expenses detailed (S\u0026M, R\u0026D, G\u0026A)\n- EBITDA and Adjusted EBITDA\n- Below-the-line items (D\u0026A, interest, taxes)\n- Net income\n\nFormat:\n- Years as columns (text format: 2020, 2021, 2022)\n- $ millions or $ thousands (specify units clearly at top)\n- Accounting format for all financial data\n- Single underline above subtotals, double underline below net income\n- Right-align all numbers\n\n### Tab 3: Balance Sheet\nPurpose: Financial position at period end\n\nContents:\n- Current assets (cash, AR, inventory, prepaid, other)\n- Long-term assets (PP\u0026E, intangibles, goodwill, other)\n- Current liabilities (AP, accrued expenses, current portion of debt, other)\n- Long-term liabilities (long-term debt, deferred taxes, other)\n- Shareholders' equity (common stock, retained earnings, other)\n\nFormat:\n- Verify formula: Assets = Liabilities + Equity\n- Consistent date labeling\n- Include working capital calculation\n- Single underline above major subtotals, double underline for final totals\n\n### Tab 4: Cash Flow Statement\nPurpose: Cash generation and use analysis\n\nContents:\n- Operating cash flow (indirect method preferred)\n- Investing cash flow (capex, acquisitions, asset sales)\n- Financing cash flow (debt issuance/repayment, equity, dividends)\n- Net change in cash\n- Beginning and ending cash balances\n\nFormat:\n- Link to income statement and balance sheet where possible\n- Show reconciliation of net income to operating cash flow\n- Clear labeling of cash uses (outflows) vs sources (inflows)\n\n### Tab 5: Operating Metrics\nPurpose: Non-financial KPIs and operational data\n\nContents (industry-dependent):\n- Unit volumes, customer counts, locations\n- Productivity metrics (revenue per employee, per store, per unit)\n- Capacity utilization\n- Market share\n- Customer retention/churn rates\n- Industry-specific KPIs\n\n**CRITICAL FORMAT NOTE:**\nNO dollar signs on operational metrics. These are quantities, not currency.\n\nFormat:\n- Clear units specified (customers, employees, stores, square feet, etc.)\n- Whole numbers with commas: 1,250 NOT $1,250\n- Percentages for rates: 95.0%\n- Right-align numbers\n\n### Tab 6: Property/Segment Performance (if applicable)\nPurpose: Detailed breakdown by business unit, property, or segment\n\nContents:\n- Revenue and profitability by segment\n- Key metrics by location/product\n- Segment-specific KPIs\n- Comparative performance analysis\n\nFormat: Consistent with financial tabs for revenue/EBITDA, number format for operational metrics\n\n### Tab 7: Market Analysis\nPurpose: Industry context and competitive positioning\n\nContents:\n- Market size and growth trends\n- Competitive landscape overview\n- Market share analysis\n- Industry benchmarks and peer comparisons\n- Regulatory environment if relevant\n\nFormat: Mix of narrative text and tables, cite sources for market data\n\n### Tab 8: Investment Highlights\nPurpose: Narrative summary of key investment thesis points\n\nContents:\n- Detailed writeup of competitive strengths\n- Growth opportunities and strategic initiatives\n- Risk factors and mitigation strategies\n- Management assessment and track record\n- Investment thesis summary\n\nFormat: Clear headers, bullet points, concise paragraphs\n\n## STEP-BY-STEP WORKFLOW\n\n### Phase 1: Document Processing and Data Extraction\n\n**Step 1.1: Analyze source data**\n- Access source materials: uploaded documents, web search for public filings, or MCP server data\n- Review data structure and identify key sections\n- Locate financial statements (typically 3-5 years historical)\n- Identify management projections if included\n- Note fiscal year end date\n- Flag any data quality issues immediately\n\n**Step 1.2: Extract financial statements**\n- Locate historical income statement data\n- Extract balance sheet snapshots (year-end or quarter-end)\n- Find cash flow statement\n- Extract management projections if available\n- Note all page references for traceability\n\n**Step 1.3: Extract operating metrics**\n- Identify non-financial KPIs relevant to industry\n- Capture unit economics data\n- Extract customer/location/capacity data\n- Document growth metrics and trends\n\n**Step 1.4: Extract market and industry data**\n- Competitive positioning information\n- Market size and growth rates\n- Industry benchmark data\n- Peer comparison information\n\n**Step 1.5: Note key context**\n- Transaction structure and rationale\n- Management team background\n- Investment highlights from source materials\n- Risk factors and considerations\n- Any data gaps or inconsistencies\n\n### Phase 2: Data Normalization and Standardization\n\n**Step 2.1: Normalize accounting presentation**\n- Ensure consistent line item names across all years\n- Standardize revenue recognition treatment\n- Identify and document one-time charges\n- Create \"Adjusted EBITDA\" reconciliation if needed\n- Note any accounting policy changes\n\n**Step 2.2: Apply format detection logic**\nFor each data point, determine format based on full context:\n- Read tab name, table title, column header, and row label\n- Apply essential rules (see above)\n- When uncertain, examine original source document\n- Default to cleaner formatting (less is more)\n\n**Step 2.3: Identify normalization adjustments**\nCommon adjustments to document:\n- Restructuring charges (add back if truly non-recurring)\n- Stock-based compensation (add back per industry standard)\n- Acquisition-related costs (add back, specify amounts)\n- Legal settlements or litigation costs (evaluate recurrence risk)\n- Asset sales or impairments (exclude from operating results)\n- Related party adjustments (normalize to market rates)\nNote: Source citation format varies by data source (page numbers for documents, URLs for web sources, server references for MCP data)\n\n**Step 2.4: Create adjustment schedule**\nFor every normalization:\n- Document what was adjusted and why\n- Cite source (document page number, URL, or data source reference)\n- Quantify dollar impact by year\n- Assess recurrence risk\n- Show calculation from reported to adjusted figures\n\n**Step 2.5: Verify data integrity**\n- Confirm subtotals sum correctly using formulas\n- Verify balance sheet balances\n- Check cash flow ties to balance sheet changes\n- Cross-check numbers across tabs for consistency\n- Flag any discrepancies for investigation\n\n### Phase 3: Build Excel Workbook\n\n**CRITICAL: Use xlsx skill for all Excel file manipulation. Read xlsx skill documentation before proceeding.**\n\n**Step 3.1: Create standardized tab structure**\nCreate workbook with tabs:\n- Executive Summary\n- Historical Financials\n- Balance Sheet\n- Cash Flow\n- Operating Metrics\n- Property Performance (if applicable)\n- Market Analysis\n- Investment Highlights\n\n**Step 3.2: Build each tab with proper formatting**\nApply formatting rules systematically:\n- Headers: Bold, left-aligned, 11pt font\n- Financial data: Currency format $#,##0.0 for millions\n- Operational data: Number format #,##0 (no $)\n- Percentages: 0.0% format\n- Years: Text format to prevent comma insertion\n- Negatives: Use accounting format with parentheses\n- Underlines: Single above subtotals, double below totals\n\n**Step 3.3: Insert formulas for calculations**\n- All subtotals and totals must be formula-based\n- Link balance sheet to income statement where appropriate\n- Link cash flow to both income statement and balance sheet\n- Create cross-tab references for validation\n- Avoid hardcoding any calculated values\n\n\u003ccorrect_patterns\u003e\n\n### Row Reference Tracking - Copy This Pattern\n\n**Store row numbers when writing data, then reference them in formulas:**\n\n```python\n# ✅ CORRECT - Track row numbers as you write\nrevenue_row = row\nwrite_data_row(ws, row, \"Revenue\", revenue_values)\nrow += 1\n\nebitda_row = row\nwrite_data_row(ws, row, \"EBITDA\", ebitda_values)\nrow += 1\n\n# Use stored row numbers in formulas\nmargin_row = row\nfor col in year_columns:\n    cell = ws.cell(row=margin_row, column=col)\n    cell.value = f\"={get_column_letter(col)}{ebitda_row}/{get_column_letter(col)}{revenue_row}\"\n```\n\n**For complex models, use a dictionary:**\n\n```python\nrow_refs = {\n    'revenue': 5,\n    'cogs': 6,\n    'gross_profit': 7,\n    'ebitda': 12\n}\n\n# Later in formulas\nmargin_formula = f\"=B{row_refs['ebitda']}/B{row_refs['revenue']}\"\n```\n\n\u003c/correct_patterns\u003e\n\n\u003ccommon_mistakes\u003e\n\n### WRONG: Hardcoded Row Offsets\n\n**Don't use relative offsets - they break when table structure changes:**\n\n```python\n# ❌ WRONG - Fragile offset-based references\nformula = f\"=B{row-15}/B{row-19}\"  # What is row-15? What is row-19?\n\n# ❌ WRONG - Magic numbers\nformula = f\"=B{current_row-10}*C{current_row-20}\"\n```\n\n**Why this fails:**\n- Breaks silently when you add/remove rows\n- Impossible to verify correctness by reading code\n- Creates debugging nightmares in the delivered Excel file\n\n\u003c/common_mistakes\u003e\n\n**Step 3.4: Apply professional presentation**\n- Freeze top row and first column on each data tab\n- Set appropriate column widths (typically 12-15 characters)\n- Right-align all numeric data\n- Left-align all text and headers\n- Add single/double underlines per accounting standards\n- Ensure clean, minimal appearance\n\n### Phase 4: Scenario Building (if projections included)\n\n**Management Case:**\nPresent company's projections as provided in source materials:\n- Extract all management assumptions\n- Document growth rates, margin expansion, capital requirements\n- Note key drivers and sensitivities\n- Flag any \"hockey stick\" inflections that require skepticism\n- Present as \"Management Case\" with clear labeling\n\n**Base Case (Risk-Adjusted):**\nApply conservative adjustments to management projections based on company-specific risk factors:\n- Apply revenue growth haircut reflecting execution risk and historical forecast accuracy\n- Moderate margin expansion assumptions based on industry benchmarks and operating leverage\n- Increase capex assumptions if growth-dependent\n- Add working capital requirements if understated\n- Delay synergy realization if applicable, based on integration complexity\n- Document all adjustments with rationale and supporting analysis\n\n**Downside Case (optional but recommended for LBO analysis):**\nStress test scenario based on industry cyclicality and company vulnerabilities:\n- Model revenue decline reflecting recession risk or competitive pressure\n- Assume margin compression under stress (volume deleverage, pricing pressure)\n- Test covenant compliance and liquidity\n- Assess downside protection\n- Document key risks being stress-tested\n\n**Documentation requirements for scenarios:**\nCreate assumptions schedule showing:\n- Key assumptions by scenario (revenue growth, margins, capex %)\n- Rationale for each adjustment\n- Sensitivity analysis on key variables\n- Historical forecast accuracy if available\n- Comparison to industry benchmarks\n\n### Phase 5: Quality Control and Validation\n\n**Step 5.1: Data accuracy checks**\nValidate:\n- Every number traces to source (check spot samples, cite documents/URLs/servers)\n- All calculations are formula-based (no hardcoded values)\n- Subtotals and totals are mathematically correct\n- Years display without commas (2024 NOT 2,024)\n- No formula errors: #REF!, #VALUE!, #DIV/0!, #N/A\n\n**Step 5.2: Format consistency checks**\nVerify:\n- Financial data has $ signs in format\n- Operational data has NO $ signs\n- Percentages display as % (15.0% not 0.15)\n- Negative numbers use parentheses for financial data\n- Headers are bold and left-aligned\n- Numbers are right-aligned\n- Years are text format\n\n**Step 5.3: Structure and completeness checks**\nConfirm:\n- All required tabs present and properly sequenced\n- Executive summary is concise (fits on one page)\n- All key metrics captured comprehensively\n- Logical flow from summary to detail\n- Appropriate level of granularity in each tab\n- No missing data or incomplete sections\n\n**Step 5.4: Professional presentation checks**\nReview:\n- Minimal borders (only for structure)\n- Consistent indentation (2 spaces for sub-items)\n- Proper accounting underlines (single and double)\n- Clean, professional appearance throughout\n- Appropriate column widths (not too narrow or wide)\n\n**Step 5.5: Documentation and assumptions checks**\nEnsure:\n- All normalization adjustments documented with rationale\n- Source citations included (document page numbers, URLs, or data source references)\n- Assumptions clearly stated and reasonable\n- Executive summary accurate and impactful\n- Filename includes company name and date\n\n### Phase 6: Final Delivery\n\n**Step 6.1: Create executive summary**\nWrite concise, impactful summary including:\n- Company overview: business model, products/services, geography (2-3 sentences)\n- Key financial metrics: Revenue, EBITDA, Growth rates (table format)\n- Investment highlights: 3-5 key strengths or opportunities\n- Notable risks or considerations (briefly)\n- Transaction context if applicable\n\n**Step 6.2: Final file preparation**\n- Save workbook with proper naming: CompanyName_DataPack_YYYY-MM-DD.xlsx\n\n## NORMALIZATION PATTERNS\n\n### Common Adjustments to EBITDA\n\n**1. Restructuring charges**\n- Add back if truly non-recurring (facility closure, one-time severance)\n- Do NOT add back if company restructures every year\n- Document specific nature and rationale for non-recurrence\n- Example: \"2023 restructuring: $3.0M facility closure, documented in source materials, one-time event\"\n\n**2. Stock-based compensation**\n- Industry standard: add back for private equity analysis\n- Treat as non-cash operating expense\n- Be consistent across all periods\n- Note if unusually high or includes one-time grants\n\n**3. Acquisition-related costs**\n- Add back transaction fees, integration costs\n- Document specific amounts by type\n- Do not add back ongoing integration investments\n- Cite source for each adjustment\n\n**4. Legal settlements and litigation**\n- Add back if truly isolated incident\n- Assess recurrence risk (one settlement vs pattern of litigation)\n- Document nature of settlement\n- Consider if this is normal course of business\n\n**5. Asset sales or impairments**\n- Exclude gains/losses on asset sales from operating EBITDA\n- Remove impairment charges if truly non-recurring\n- Document what assets were sold/impaired and why\n- Adjust revenue if assets generated operating income\n\n**6. Related party adjustments**\n- Normalize above-market related party expenses (rent, management fees)\n- Adjust to market rates with supporting documentation\n- Remove personal expenses run through business\n- Document market rate comparison\n\n### Conservative vs Aggressive Normalization\n\n**Management Case:**\n- Include all adjustments management proposes\n- Accept company's definition of \"non-recurring\"\n- More aggressive EBITDA adjustments\n- Use for understanding management's view\n\n**Base Case (Recommended for investment decisions):**\n- Only clearly non-recurring items\n- Apply higher scrutiny to recurring \"one-time\" charges\n- Exclude speculative adjustments\n- More conservative, defensible to investment committee\n\n## INDUSTRY-SPECIFIC ADAPTATIONS\n\n### Technology/SaaS\nKey metrics to capture:\n- ARR (Annual Recurring Revenue) and MRR\n- Customer count by cohort\n- CAC (Customer Acquisition Cost) and LTV (Lifetime Value)\n- Churn rate (gross and net)\n- Net revenue retention\n- Rule of 40 (Growth % + EBITDA Margin %)\n- Magic number (sales efficiency)\n\nFormat notes: ARR is currency ($), customer count is number (no $), rates are %\n\n### Manufacturing/Industrial\nKey metrics to capture:\n- Production capacity and capacity utilization %\n- Units produced by product line\n- Inventory turns\n- Gross margin by product line\n- Order backlog\n\nFormat notes: Units, capacity are numbers (no $), utilization is %, revenue/costs are currency\n\n### Real Estate/Hospitality\nKey metrics to capture:\n- Properties/rooms/square footage\n- Occupancy rates %\n- ADR (Average Daily Rate) - currency format\n- RevPAR (Revenue per Available Room) - currency format\n- NOI (Net Operating Income) - currency format\n- Cap rates %\n- FF\u0026E reserve\n\nFormat notes: Rooms/sqft are numbers, occupancy is %, ADR/RevPAR are currency\n\n### Healthcare/Services\nKey metrics to capture:\n- Locations/facilities\n- Providers/employees\n- Patients/visits (volume metrics)\n- Revenue per visit - currency\n- Payor mix %\n- Same-store growth %\n\nFormat notes: Locations/visits are numbers, revenue per visit is currency, rates are %\n\n## FINAL DELIVERY CHECKLIST\n\nComplete this checklist before delivering the data pack:\n\n**Structure:**\n- All required tabs present and in logical sequence\n- Each tab has clear header and title\n- Executive summary is concise (fits on one page)\n\n**Data Accuracy:**\n- All numbers trace to source (documents, URLs, or data servers)\n- Source references documented for key figures (page numbers, URLs, etc.)\n- All calculations are formula-based (no hardcoded calculated values)\n- Subtotals and totals verified\n- Balance sheet balances (Assets = Liabilities + Equity)\n- No #REF!, #VALUE!, or #DIV/0! errors\n\n**Formatting - Years and Numbers:**\n- Years display correctly: 2020, 2021, 2022 (no commas)\n- Financial data has $ signs: $50.0, $125.5\n- Operational metrics have NO $ signs: 100 stores, 250 employees\n- Percentages formatted correctly: 15.0%, 25.5%\n- Negatives in parentheses: $(15.0) not -$15.0\n\n**Formatting - Professional Standards:**\n- Headers bold and left-aligned\n- Numbers right-aligned\n- Consistent indentation (2 spaces for sub-items)\n- Single underline above subtotals\n- Double underline below final totals\n- Frozen panes on headers\n- Consistent font throughout\n- Minimal borders (only for structure)\n- Clean, professional appearance throughout\n\n**Content Completeness:**\n- Financial statements complete (IS, BS, CF)\n- Operating metrics comprehensively captured\n- Normalization adjustments documented\n- Assumptions clearly stated\n- Executive summary clear, concise, and impactful\n- Investment highlights compelling\n- Market analysis provides context\n\n**Documentation:**\n- All normalization adjustments explained\n- Every data cell cited from source with comments and links (document page numbers, URLs, or data source references)\n- Assumptions documented with rationale\n- Any data limitations noted\n- Filename follows convention: CompanyName_DataPack_YYYY-MM-DD.xlsx\n\n**Final Output:**\n- File saved to outputs with proper naming convention\n- All quality control checks passed\n"},"import":{"commit_sha":"9affc6e683bbaf66361058117027cf5a50bf1861","imported_at":"2026-05-18T20:09:40Z","license_text":"\n                                 Apache License\n                           Version 2.0, January 2004\n                        http://www.apache.org/licenses/\n\n   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n   1. Definitions.\n\n      \"License\" shall mean the terms and conditions for use, reproduction,\n      and distribution as defined by Sections 1 through 9 of this document.\n\n      \"Licensor\" shall mean the copyright owner or entity authorized by\n      the copyright owner that is granting the License.\n\n      \"Legal Entity\" shall mean the union of the acting entity and all\n      other entities that control, are controlled by, or are under common\n      control with that entity. For the purposes of this definition,\n      \"control\" means (i) the power, direct or indirect, to cause the\n      direction or management of such entity, whether by contract or\n      otherwise, or (ii) ownership of fifty percent (50%) or more of the\n      outstanding shares, or (iii) beneficial ownership of such entity.\n\n      \"You\" (or \"Your\") shall mean an individual or Legal Entity\n      exercising permissions granted by this License.\n\n      \"Source\" form shall mean the preferred form for making modifications,\n      including but not limited to software source code, documentation\n      source, and configuration files.\n\n      \"Object\" form shall mean any form resulting from mechanical\n      transformation or translation of a Source form, including but\n      not limited to compiled object code, generated documentation,\n      and conversions to other media types.\n\n      \"Work\" shall mean the work of authorship, whether in Source or\n      Object form, made available under the License, as indicated by a\n      copyright notice that is included in or attached to the work\n      (an example is provided in the Appendix below).\n\n      \"Derivative Works\" shall mean any work, whether in Source or Object\n      form, that is based on (or derived from) the Work and for which the\n      editorial revisions, annotations, elaborations, or other modifications\n      represent, as a whole, an original work of authorship. For the purposes\n      of this License, Derivative Works shall not include works that remain\n      separable from, or merely link (or bind by name) to the interfaces of,\n      the Work and Derivative Works thereof.\n\n      \"Contribution\" shall mean any work of authorship, including\n      the original version of the Work and any modifications or additions\n      to that Work or Derivative Works thereof, that is intentionally\n      submitted to Licensor for inclusion in the Work by the copyright owner\n      or by an individual or Legal Entity authorized to submit on behalf of\n      the copyright owner. For the purposes of this definition, \"submitted\"\n      means any form of electronic, verbal, or written communication sent\n      to the Licensor or its representatives, including but not limited to\n      communication on electronic mailing lists, source code control systems,\n      and issue tracking systems that are managed by, or on behalf of, the\n      Licensor for the purpose of discussing and improving the Work, but\n      excluding communication that is conspicuously marked or otherwise\n      designated in writing by the copyright owner as \"Not a Contribution.\"\n\n      \"Contributor\" shall mean Licensor and any individual or Legal Entity\n      on behalf of whom a Contribution has been received by Licensor and\n      subsequently incorporated within the Work.\n\n   2. Grant of Copyright License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      copyright license to reproduce, prepare Derivative Works of,\n      publicly display, publicly perform, sublicense, and distribute the\n      Work and such Derivative Works in Source or Object form.\n\n   3. Grant of Patent License. Subject to the terms and conditions of\n      this License, each Contributor hereby grants to You a perpetual,\n      worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n      (except as stated in this section) patent license to make, have made,\n      use, offer to sell, sell, import, and otherwise transfer the Work,\n      where such license applies only to those patent claims licensable\n      by such Contributor that are necessarily infringed by their\n      Contribution(s) alone or by combination of their Contribution(s)\n      with the Work to which such Contribution(s) was submitted. If You\n      institute patent litigation against any entity (including a\n      cross-claim or counterclaim in a lawsuit) alleging that the Work\n      or a Contribution incorporated within the Work constitutes direct\n      or contributory patent infringement, then any patent licenses\n      granted to You under this License for that Work shall terminate\n      as of the date such litigation is filed.\n\n   4. Redistribution. You may reproduce and distribute copies of the\n      Work or Derivative Works thereof in any medium, with or without\n      modifications, and in Source or Object form, provided that You\n      meet the following conditions:\n\n      (a) You must give any other recipients of the Work or\n          Derivative Works a copy of this License; and\n\n      (b) You must cause any modified files to carry prominent notices\n          stating that You changed the files; and\n\n      (c) You must retain, in the Source form of any Derivative Works\n          that You distribute, all copyright, patent, trademark, and\n          attribution notices from the Source form of the Work,\n          excluding those notices that do not pertain to any part of\n          the Derivative Works; and\n\n      (d) If the Work includes a \"NOTICE\" text file as part of its\n          distribution, then any Derivative Works that You distribute must\n          include a readable copy of the attribution notices contained\n          within such NOTICE file, excluding those notices that do not\n          pertain to any part of the Derivative Works, in at least one\n          of the following places: within a NOTICE text file distributed\n          as part of the Derivative Works; within the Source form or\n          documentation, if provided along with the Derivative Works; or,\n          within a display generated by the Derivative Works, if and\n          wherever such third-party notices normally appear. The contents\n          of the NOTICE file are for informational purposes only and\n          do not modify the License. You may add Your own attribution\n          notices within Derivative Works that You distribute, alongside\n          or as an addendum to the NOTICE text from the Work, provided\n          that such additional attribution notices cannot be construed\n          as modifying the License.\n\n      You may add Your own copyright statement to Your modifications and\n      may provide additional or different license terms and conditions\n      for use, reproduction, or distribution of Your modifications, or\n      for any such Derivative Works as a whole, provided Your use,\n      reproduction, and distribution of the Work otherwise complies with\n      the conditions stated in this License.\n\n   5. Submission of Contributions. Unless You explicitly state otherwise,\n      any Contribution intentionally submitted for inclusion in the Work\n      by You to the Licensor shall be under the terms and conditions of\n      this License, without any additional terms or conditions.\n      Notwithstanding the above, nothing herein shall supersede or modify\n      the terms of any separate license agreement you may have executed\n      with Licensor regarding such Contributions.\n\n   6. Trademarks. This License does not grant permission to use the trade\n      names, trademarks, service marks, or product names of the Licensor,\n      except as required for reasonable and customary use in describing the\n      origin of the Work and reproducing the content of the NOTICE file.\n\n   7. Disclaimer of Warranty. Unless required by applicable law or\n      agreed to in writing, Licensor provides the Work (and each\n      Contributor provides its Contributions) on an \"AS IS\" BASIS,\n      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n      implied, including, without limitation, any warranties or conditions\n      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n      PARTICULAR PURPOSE. You are solely responsible for determining the\n      appropriateness of using or redistributing the Work and assume any\n      risks associated with Your exercise of permissions under this License.\n\n   8. Limitation of Liability. In no event and under no legal theory,\n      whether in tort (including negligence), contract, or otherwise,\n      unless required by applicable law (such as deliberate and grossly\n      negligent acts) or agreed to in writing, shall any Contributor be\n      liable to You for damages, including any direct, indirect, special,\n      incidental, or consequential damages of any character arising as a\n      result of this License or out of the use or inability to use the\n      Work (including but not limited to damages for loss of goodwill,\n      work stoppage, computer failure or malfunction, or any and all\n      other commercial damages or losses), even if such Contributor\n      has been advised of the possibility of such damages.\n\n   9. Accepting Warranty or Additional Liability. While redistributing\n      the Work or Derivative Works thereof, You may choose to offer,\n      and charge a fee for, acceptance of support, warranty, indemnity,\n      or other liability obligations and/or rights consistent with this\n      License. However, in accepting such obligations, You may act only\n      on Your own behalf and on Your sole responsibility, not on behalf\n      of any other Contributor, and only if You agree to indemnify,\n      defend, and hold each Contributor harmless for any liability\n      incurred by, or claims asserted against, such Contributor by reason\n      of your accepting any such warranty or additional liability.\n\n   END OF TERMS AND CONDITIONS\n\n   APPENDIX: How to apply the Apache License to your work.\n\n      To apply the Apache License to your work, attach the following\n      boilerplate notice, with the fields enclosed by brackets \"[]\"\n      replaced with your own identifying information. (Don't include\n      the brackets!)  The text should be enclosed in the appropriate\n      comment syntax for the file format. We also recommend that a\n      file or class name and description of purpose be included on the\n      same \"printed page\" as the copyright notice for easier\n      identification within third-party archives.\n\n   Copyright [yyyy] [name of copyright owner]\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n","owner":"anthropics","repo":"anthropics/financial-services","source_url":"https://github.com/anthropics/financial-services/tree/9affc6e683bbaf66361058117027cf5a50bf1861/plugins/vertical-plugins/investment-banking/skills/datapack-builder"}},"content_hash":[192,225,23,63,14,203,210,80,161,213,47,150,185,172,133,212,121,20,188,5,46,57,130,95,30,56,147,160,10,203,196,178],"trust_level":"unsigned","yanked":false}
