C# client for the ComboCurve REST API
View the Project on GitHub insidepetroleum/combocurve-client-csharp
| Name | Type | Description | Notes |
|---|---|---|---|
| Filter | List<TypeCurveLookupTableCondition> | Array of filter conditions (AND logic applied between conditions) | |
| TypeCurve | string | Reference to type curve (MongoDB ObjectId) | [optional] |
| Phase | string | Phase type for the type curve application | [optional] |
| Resolution | string | Data resolution for the type curve | [optional] |
| ApplyNormalization | bool? | Whether to apply normalization to the type curve | [optional] |
| ApplySeries | string | P-series to apply from the type curve | [optional] |
| FpdSource | string | Source for the first production date | [optional] |
| RiskFactorOil | decimal? | Risk factor multiplier for oil production | [optional] |
| RiskFactorGas | decimal? | Risk factor multiplier for gas production | [optional] |
| RiskFactorWater | decimal? | Risk factor multiplier for water production | [optional] |
| FixedDate | DateTime? | Fixed date for FPD source (used when fpdSource is 'fixed') | [optional] |