financial-calculator
Automated calculation of business case financial metrics including NPV, IRR, ROI, and TCO
What this skill does
# Financial Calculator ## Overview The Financial Calculator skill provides specialized capabilities for computing business case financial metrics. This skill enables accurate calculation of investment returns, cost projections, and financial viability assessments essential for business case development and solution options analysis. ## Capabilities ### Net Present Value (NPV) Analysis - Calculate NPV with configurable discount rates - Support multiple cash flow scenarios - Handle irregular cash flow timing - Calculate NPV sensitivity to discount rate changes ### Internal Rate of Return (IRR) - Calculate IRR for investment scenarios - Handle multiple IRR solutions - Calculate Modified IRR (MIRR) - Compare IRR against hurdle rates ### Return on Investment (ROI) - Calculate simple ROI percentages - Calculate Return on Marketing Investment (ROMI) - Annualized ROI calculations - Risk-adjusted ROI calculations ### Payback Period Analysis - Calculate simple payback period - Calculate discounted payback period - Identify break-even timing - Generate payback curves ### Sensitivity Analysis - Perform Monte Carlo simulation for uncertainty modeling - Generate tornado diagrams for variable sensitivity - Calculate confidence intervals - Identify critical variables affecting outcomes ### Cash Flow Projections - Generate multi-year cash flow projections - Model recurring vs one-time costs - Include inflation adjustments - Handle currency considerations ### Total Cost of Ownership (TCO) - Calculate comprehensive TCO - Include direct and indirect costs - Model maintenance and support costs - Compare TCO across alternatives ### Break-Even Analysis - Calculate break-even point in units/revenue - Model contribution margin - Analyze fixed vs variable cost structures - Generate break-even charts ## Usage ### Calculate NPV ``` Calculate the NPV for this investment: - Initial investment: $500,000 - Year 1 cash flow: $150,000 - Year 2 cash flow: $200,000 - Year 3 cash flow: $250,000 - Year 4 cash flow: $200,000 - Year 5 cash flow: $150,000 - Discount rate: 10% ``` ### Calculate ROI and Payback ``` Calculate ROI and payback period: - Total investment: $1,000,000 - Annual benefits: $350,000 - Project duration: 5 years ``` ### Perform Sensitivity Analysis ``` Perform sensitivity analysis on this business case: [Business case parameters] Vary discount rate, benefits, and costs by +/- 20% and show impact on NPV. ``` ### Calculate TCO ``` Calculate 5-year TCO for these options: Option A: [Cost breakdown] Option B: [Cost breakdown] Include implementation, licensing, support, and operational costs. ``` ## Process Integration This skill integrates with the following business analysis processes: - business-case-development.js - Core financial analysis for business cases - solution-options-analysis.js - Cost comparison across alternatives - solution-performance-assessment.js - ROI tracking and benefit realization ## Dependencies - Numerical computation libraries - Statistical analysis for Monte Carlo simulation - Financial modeling formulas - Visualization for charts and graphs ## Financial Formulas Reference ### NPV Formula ``` NPV = Sum of [Cash Flow(t) / (1 + r)^t] for t = 0 to n Where: r = discount rate, t = time period, n = total periods ``` ### IRR Definition ``` IRR = discount rate where NPV = 0 ``` ### ROI Formula ``` ROI = (Net Benefit - Cost) / Cost * 100% ``` ### Payback Period ``` Simple Payback = Initial Investment / Annual Cash Flow Discounted Payback = Time when cumulative discounted cash flows = 0 ``` ### TCO Components - Acquisition costs (hardware, software, implementation) - Operating costs (maintenance, support, utilities) - Personnel costs (training, salaries, contractors) - Opportunity costs (downtime, productivity loss) - End-of-life costs (decommissioning, migration)
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.