๐Ÿ“ฆ anthropics / financial-services-plugins

๐Ÿ“„ README.md ยท 84 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84# Investment Banking Plugin

Investment banking productivity tools for equity research, valuation, presentations, and deal materials.

## Features

- **Deal Materials** - CIMs, teasers, process letters, and buyer lists
- **Presentations** - Strip profiles, pitch decks with branded templates
- **Transaction Support** - Merger models, deal tracking, and data packs

## Installation

```bash
claude --plugin-dir /path/to/investment-banking
```

Or copy to your project's `.claude-plugin/` directory.

## Commands

| Command | Description |
|---------|-------------|
| `/one-pager [company]` | One-page strip profile for pitch books |
| `/cim [company]` | Draft Confidential Information Memorandum |
| `/teaser [company]` | Anonymous one-page company teaser |
| `/buyer-list [company]` | Strategic and financial buyer universe |
| `/merger-model [deal]` | Accretion/dilution M&A analysis |
| `/process-letter [deal]` | Bid instructions and process correspondence |
| `/deal-tracker` | Track live deals, milestones, and action items |

## Skills

### Deal Materials
| Skill | Description |
|-------|-------------|
| **cim-builder** | Draft Confidential Information Memorandums |
| **teaser** | Anonymous one-page company teasers |
| **process-letter** | Bid instructions and process correspondence |
| **buyer-list** | Strategic and financial buyer universe |
| **datapack-builder** | Build data packs from CIMs and filings |

### Presentations
| Skill | Description |
|-------|-------------|
| **strip-profile** | Information-dense company profiles for pitch books |
| **pitch-deck** | Populate pitch deck templates with data |

### Transaction Support
| Skill | Description |
|-------|-------------|
| **merger-model** | Accretion/dilution M&A analysis |
| **deal-tracker** | Track live deals, milestones, and action items |

## Example Workflows

### One-Page Strip Profile
```
/one-pager Target

# Generates:
# - Single-slide company profile using PPT template
# - 4 quadrants: Overview, Business, Financials, Ownership
# - Respects template margins and branding
```

### CIM Drafting
```
/cim Target

# Generates:
# - Full CIM document with executive summary, business overview,
#   financial analysis, and market positioning
```

### Merger Model
```
/merger-model Acquirer acquiring Target

# Generates:
# - Accretion/dilution analysis
# - Sources and uses, pro forma financials
# - Sensitivity on purchase price and synergies
```