C# client for the ComboCurve REST API
View the Project on GitHub insidepetroleum/combocurve-client-csharp
| 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 | |
| Description | string | User-provided description of this expense | [optional] |
| Cap | decimal? | The maximum value this expense can reach | [optional] |
| Rows | List<RowsBaseExpensesFieldsPerBbl> | Array of expense entries with values over time or conditions | [optional] |