finance-skills
金融スキルとは、お金の管理、投資、予算編成、税務計画など、個人の財務を効果的に運用するために必要な知識と能力です。これには、金融商品の理解、リスク管理、資産形成など、経済的な意思決定に関する広範な技術が含まれます。
description の原文を見る
finance-skills
SKILL.md 本文
Finance Skills
Overview
The Finance Skills package provides a comprehensive set of tools and utilities for financial calculations, analysis, and reporting. It enables developers to integrate financial functionalities into their applications seamlessly.
Features
- Financial Calculations: Perform complex financial computations including interest calculations, loan amortization, and investment returns.
- Currency Conversion: Real-time currency conversion with support for multiple currency pairs.
- Portfolio Analysis: Tools for analyzing investment portfolios, tracking performance, and calculating risk metrics.
- Report Generation: Automated generation of financial reports in various formats.
- Budget Management: Create and manage budgets with tracking and forecasting capabilities.
- Tax Calculations: Comprehensive tax calculation tools for different jurisdictions.
Installation
Install the Finance Skills package using npm:
npm install @agent-skills/finance
Quick Start
Basic Usage
import { FinancialCalculator } from '@agent-skills/finance';
const calculator = new FinancialCalculator();
const result = calculator.calculateCompoundInterest(1000, 5, 10);
console.log(result);
Currency Conversion
import { CurrencyConverter } from '@agent-skills/finance';
const converter = new CurrencyConverter();
const result = converter.convert(100, 'USD', 'EUR');
console.log(result);
API Reference
FinancialCalculator
Methods
calculateCompoundInterest(principal, rate, years): Calculate compound interestcalculateLoanPayment(principal, rate, years): Calculate monthly loan paymentscalculateInvestmentReturn(initialInvestment, annualReturn, years): Calculate investment returns
CurrencyConverter
Methods
convert(amount, fromCurrency, toCurrency): Convert amount between currenciesgetExchangeRate(fromCurrency, toCurrency): Get current exchange rate
PortfolioAnalyzer
Methods
analyzePortfolio(holdings): Perform comprehensive portfolio analysiscalculateRiskMetrics(portfolio): Calculate various risk metricsgetPerformanceReport(portfolio, startDate, endDate): Generate performance reports
Configuration
Configure the Finance Skills package by creating a config file:
const config = {
defaultCurrency: 'USD',
apiKey: 'your-api-key',
timezone: 'UTC'
};
Examples
Calculate Loan Payment
const monthlyPayment = calculator.calculateLoanPayment(200000, 4.5, 30);
console.log(`Monthly Payment: $${monthlyPayment.toFixed(2)}`);
Analyze Investment Portfolio
const portfolio = [
{ symbol: 'AAPL', shares: 100, price: 150 },
{ symbol: 'GOOGL', shares: 50, price: 2800 }
];
const analysis = analyzer.analyzePortfolio(portfolio);
console.log(analysis);
Error Handling
The Finance Skills package provides comprehensive error handling:
try {
const result = calculator.calculateCompoundInterest(-1000, 5, 10);
} catch (error) {
console.error('Calculation error:', error.message);
}
Support
For support, documentation, and community discussions, please visit:
License
This package is licensed under the MIT License. See LICENSE file for details.
ライセンス: MIT(寛容ライセンスのため全文を引用しています) · 原本リポジトリ
詳細情報
- 作者
- alirezarezvani
- ライセンス
- MIT
- 最終更新
- 不明
Source: https://github.com/alirezarezvani/claude-skills / ライセンス: MIT
関連スキル
3-statement-model
3種類の財務諸表テンプレート(損益計算書、貸借対照表、キャッシュフロー計算書)を作成・記入・完成させることができます。モデルテンプレートの記入、既存のモデル枠組みの完成、財務モデルへのデータ入力、部分的に完成した損益/貸借/キャッシュフロー枠組みの完成、または既存テンプレート構造内での統合財務諸表の連携に対応しています。3種類の財務モデルテンプレートの記入、完成、またはデータ入力に関するご依頼で自動的に機能します。
strategic-decision
CEO・経営層向けの戦略的意思決定支援です。前提条件に異議を唱え、問題を診断し、確実な戦略を設計できます。4つのモード(AGGRESSIVE:大きな夢を見る、SELECTIVE:基盤を維持しつつ有望な拡張を厳選、DIAGNOSTIC:最大限の厳密性、VALIDATION:本質に絞る)を備えています。創業者、経営幹部、プロダクトリーダーが製品開発、成長戦略、市場戦略、技術選定、リソース配分に関する戦略的判断が必要な場面で活用できます。
value-realization
エンドユーザーが製品アイデアから明確な価値を感じるかどうかを分析します。以下の場面で活用できます:製品コンセプトの議論、機能の評価、製品改善の方向性提示、マーケティング戦略の企画、導入・継続率の問題分析、コピーが価値を伝えているかの検証、機能と利用シーンの対応付け、または製品方向性・ポジショニング・エンドユーザーの需要の有無が不確かな場合(例:「これは良いアイデアか」「この製品をどう思うか」「ユーザーは必要とするか」「この機能は何に役立つのか」「機能の価値をどう説明するか」「このコピーをどう思うか」「利用シーンを作成する手助けが欲しい」「ユーザーが継続利用しない理由は何か」「どうポジショニングすべきか」)。
creating-financial-models
このスキルは、投資判断に必要な高度な財務モデリング機能を提供します。DCF分析、感度分析、モンテカルロシミュレーション、シナリオプランニングなど、複数の分析手法を組み合わせることで、より正確で信頼性の高い財務予測が可能になります。
pestel-analysis
政治的、経済的、社会的、技術的、環境的、法的な外部要因を分析します。市場環境の変化が製品、ロードマップ、または戦略に大きな影響を与える可能性がある場合に活用できます。
chemical_safety_assessment
化学安全性評価 - 化学物質の安全性を評価します。PubChemの化合物情報、FDAの医薬品データ、ADMET予測、ChEMBLの構造警告を活用します。このスキルを使用することで、化合物名から一般情報を取得したり、医薬品名から警告および注意事項を取得したり、分子のADMETを予測したり、化合物の構造警告を検出したりできます。4つのSCPサーバーから4つのツールを統合しています。