C# client for the ComboCurve REST API
View the Project on GitHub insidepetroleum/combocurve-client-csharp
Dollar-per-barrel expense fields that additionally accept an optional shrinkageCondition. Used by the BOE and Total Fluid processing expenses, where shrinkageCondition is honored by economics but is not required, defaulting to unshrunk when omitted.
| Name | Type | Description | Notes |
|---|---|---|---|
| EscalationModel | string | The model used for expense escalation over time | |
| AffectEconLimit | bool | Specifies if this expense is included in the cut off calculation | |
| DeductBeforeSeveranceTax | bool | Indicates if this expense is deducted before severance tax calculation | |
| DeductBeforeAdValTax | bool | Indicates if this expense is deducted before ad valorem tax calculation | |
| DealTerms | decimal | Paying Working Interest ÷ Earning Working Interest | |
| Calculation | string | The method used to calculate the expense based on interest types. Note - Projects imported from other platforms may default to 'nri'. | |
| RateType | string | The rate type used as the basis for expense calculation | |
| RowsCalculationMethod | string | Rate Rows Calculation Method | |
| Rows | List<RowsBaseExpensesFieldsPerBbl> | Array of expense entries with values over time or conditions | |
| ShrinkageCondition | string | Only applies to $/unit selections in 'Unit' since those can be from the Gross Well Head (Unshrunk) or Gross Sales Volume (Shrunk) production. Does not apply to % of Revenue 'Unit' selections. Optional - defaults to unshrunk when omitted. | [optional] |
| Description | string | User-provided description of this expense | [optional] |
| Cap | decimal? | The maximum value this expense can reach | [optional] |
| StartDate | string | Anchor date for Start Date criteria (MM/YYYY). | [optional] |