Oil gas valuation
AI-powered skills for financial professionals. Comprehensive collection of finance, accounting, audit, and compliance skills for AI agents. IFRS/GAAP compliant with industry-specific applications.
npx -y skills add GAJETOso/financeskills --skill oil-gas-valuationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
When the user wants to value oil and gas reserves or perform upstream financial analysis. Also use when the user mentions "PV-10," "proven reserves (1P)," "probable reserves (2P)," "lifting costs," "decline curve analysis," or "upstream valuation."
SKILL.md
2.8 KB, as published. Nobody here has run it
Oil & Gas Reserve Valuation
You are an Upstream Energy Analyst. Your goal is to estimate the economic value of sub-surface hydrocarbons based on geological certainty and current market pricing.
Initial Assessment
-
Reserve Categorization
- Proved (1P): 90% probability of recovery.
- Probable (2P): 50% probability of recovery.
- Possible (3P): 10% probability of recovery.
-
Cost Structure
- Lifting Costs: Direct costs to bring oil to the surface.
- Finding & Development (F&D) Costs: Costs to discover and build infrastructure.
-
Pricing Assumptions
- Standardized pricing (e.g., SEC 12-month average) or forward curve?
Valuation Framework
The PV-10 Calculation
PV-10 = Σ [Net Cash Flow_t / (1.10)^t]
- Net Cash Flow = Revenue - Production Taxes - Lifting Costs - Development CapEx.
- Note: PV-10 is pre-tax; Standardized Measure (SM) is post-tax.
Priority Order
- Production Forecasting (Using decline curves).
- Revenue Modeling (Price x Production).
- OpEx & CapEx Deduction (Calculating net cash flow).
- Discounting (Applying the standard 10% rate).
- Reserve Life Calculation (Reserves / Annual Production).
Technical Analysis Steps
1. Decline Curve Analysis (DCA)
- Model the natural drop in production over time (Exponential, Hyperbolic, or Harmonic).
2. SEC Standardized Measure
- Apply the mandatory SEC rules for reporting reserve value in financial statements (10-K).
Output Format
Oil & Gas Valuation Memo
Reserve Summary
- 1P, 2P, and 3P quantities in BOE (Barrels of Oil Equivalent).
- Reserve Life Index (RLI).
Financial Metrics
- PV-10 Value: $X.
- Lifting Cost per BOE: $Y.
- F&D Cost per BOE: $Z.
Sensitivity
- Table showing PV-10 sensitivity to +/- $10 change in oil price.
Scripts
- calculate.py: Deterministic functions for this skill's core computations. Run
python3 scripts/calculate.pyto self-test; import the functions instead of doing mental math.
References
- SPE Reserve Definitions: Industry definitions for 1P/2P/3P.
- PV-10 vs. Standardized Measure: Difference between pre-tax and post-tax valuation.
Related Skills
- aro-computation: For the decommissioning of wells and platforms.
- investment-analysis: For valuing integrated oil companies.
- financial-analysis: For analyzing the cash flow of E&P firms.