calculate_pv10
Calculate the SEC standard present value (PV10) of oil and gas reserves by applying a 10% annual discount to monthly net revenues after royalties and operating expenses.
Instructions
Calculate PV10 -- SEC standard present value at 10% annual discount.
PV10 = sum(NR_t / 1.10^(t/12))
Args: monthly_net_revenue: Monthly net revenue ($) after royalties and opex.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| monthly_net_revenue | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |