combocurve-client-csharp

Logo

C# client for the ComboCurve REST API

View the Project on GitHub insidepetroleum/combocurve-client-csharp

ComboCurve.Api.Model.CompanyCustomStreamFields

A company custom stream expense. customStreamKey identifies which company custom number stream the expense applies to (customNumber0 through customNumber19).

Properties

Name Type Description Notes
CustomStreamKey string Company custom number stream key, `customNumber0` through `customNumber19`  
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<RowsCustomStreamFields> 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. 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]

[Back to Model list] [Back to API list] [Back to README]