| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Note
This project is under active development. Contributions are welcome!
本项目正在持续开发中,欢迎大家参与贡献。
We are committed to the open-sourcing and localization of financial services knowledge, presenting core Wall Street workflows (investment banking, private equity, equity research, wealth management) as Finance 101 educational guides, combined with AI plugin tooling to help practitioners and learners master financial analysis.
我们致力于金融知识的开源与汉化,将华尔街投行、PE、买方研究的核心工作流以 Finance 101 教育形式呈现,并结合 AI 插件生态,帮助从业者和学习者掌握金融分析的核心技能。
This project is supported by the LLMQuant community and is a sister project of Quant Wiki.
本项目由 LLMQuant 社区支持,是 Quant Wiki 的姊妹项目。
Finance Context covers five core domains in financial services plus partner plugins, providing 230+ pages of bilingual (English & Chinese) Finance 101 educational content:
Finance Context 涵盖金融服务行业五大核心领域 + 合作伙伴插件,提供中英双语 230+ 页 Finance 101 教育内容:
| Module 模块 | Commands 命令 | Skills 技能 | Topics 内容概要 |
|---|---|---|---|
| Financial Analysis 金融分析 | 8 | 10 | DCF, Comps, LBO, 3-Statement Models, Competitive Analysis |
| Equity Research 股票研究 | 9 | 9 | Earnings Analysis, Initiating Coverage, Thesis Tracking, Morning Notes, Catalyst Calendar |
| Investment Banking 投资银行 | 7 | 9 | CIM, Merger Models, Buyer Lists, Pitch Decks, Deal Tracking |
| Private Equity 私募股权 | 10 | 10 | Deal Screening, Due Diligence, IC Memos, Returns Analysis, Value Creation |
| Wealth Management 财富管理 | 6 | 6 | Client Reviews, Financial Planning, Portfolio Rebalancing, Tax-Loss Harvesting |
| LSEG Partner | 8 | 8 | Bond Relative Value, FX Carry, Swap Curves, Option Volatility, Macro Rates |
| S&P Global Partner | — | 3 | Tear Sheets, Funding Digests, Earnings Previews |
Every page includes | 每一页都包含:
We welcome contributions to Finance Context! | 我们非常欢迎大家为 Finance Context 贡献内容!
English pages (docs/en/):
Chinese pages (docs/zh/):
File format | 文件格式:
---
title: "Page Title"
description: "One-line description"
---├── mint.json # Mintlify configuration
├── logo/ # Logo files
├── en/ # English content
│ ├── introduction.mdx
│ ├── getting-started.mdx
│ ├── financial-analysis/
│ │ ├── overview.mdx
│ │ ├── commands/ # Command pages (concise)
│ │ └── skills/ # Skill pages (detailed educational content)
│ ├── equity-research/
│ ├── investment-banking/
│ ├── private-equity/
│ ├── wealth-management/
│ └── partner-built/
│ ├── lseg/
│ └── spglobal/
└── zh/ # Chinese content (mirrors English structure)
├── introduction.mdx
└── ...
Clone the repository and enter the project directory:
首先拉取代码,然后进入项目目录。
git clone https://github.com/LLMQuant/finance-context.git
cd finance-contextInstall the Mintlify CLI (requires Node.js >= 20):
安装 Mintlify CLI(需要 Node.js >= 20):
npm install -g mintlifyStart the local preview:
本地预览:
mintlify devOpen http://localhost:3000 in your browser to preview the site.
浏览器打开 http://localhost:3000 即可预览。
Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)
Given the unique nature of financial knowledge and to protect contributor rights, we use the CC BY-NC-SA 4.0 license.
考虑到金融知识的独特性和保护贡献者的权益,我们使用 CC BY-NC-SA 4.0 许可协议。
You are free to | 您可以自由地:
Under the following terms | 惟须遵守下列条件:
Finance Context was inspired by the Anthropic Financial Services Plugins. The original plugins provided excellent financial workflow skill and command definitions. We transformed them into Finance 101 educational content with bilingual (English & Chinese) versions, making financial knowledge more open, accessible, and actionable.
Finance Context 的建立深受 Anthropic Financial Services Plugins 的启发。原始插件提供了优秀的金融工作流技能和命令定义,我们在此基础上将其转化为 Finance 101 教育内容,并提供中英双语版本,使金融知识更加开放、易懂、可用。
Finance Context is a project of the LLMQuant community, alongside Quant Wiki, dedicated to open-sourcing quantitative finance and AI knowledge.
Finance Context 是 LLMQuant 社区的项目之一,与 Quant Wiki 共同致力于量化金融与 AI 知识的开源与普及。
A heartfelt thanks to the Anthropic team, the original plugin contributors, and all members of the LLMQuant community!
在此,我们向 Anthropic 团队、原始插件贡献者以及 LLMQuant 社区的所有成员表示衷心的感谢!
| Back | FazBrowse Home | New Git URL |