C# client for the ComboCurve REST API
View the Project on GitHub insidepetroleum/combocurve-client-csharp
Fields that define fixed expense row entries with time, rate, and value criteria
| Name | Type | Description | Notes |
|---|---|---|---|
| FixedExpense | decimal? | Fixed expense value in dollars | [optional] |
| FixedExpensePerWell | decimal? | Fixed expense value per well in dollars | [optional] |
| Dates | DateTime? | Start date | [optional] |
| OffsetToAsOf | decimal? | Interval | [optional] |
| EntireWellLife | EntireWellLifeCriteria | [optional] | |
| OffsetToFpd | decimal? | Interval | [optional] |
| OffsetToDiscountDate | decimal? | Interval | [optional] |
| OffsetToFirstSegment | decimal? | Interval | [optional] |
| OffsetToEndHistory | decimal? | Interval | [optional] |
| OilRate | decimal? | [optional] | |
| GasRate | decimal? | [optional] | |
| WaterRate | decimal? | [optional] | |
| TotalFluidRate | decimal? | [optional] |