Uses of Interface
neqsim.process.fielddevelopment.economics.TaxModel
Packages that use TaxModel
Package
Description
Economics package for field development analysis.
-
Uses of TaxModel in neqsim.process.fielddevelopment.economics
Classes in neqsim.process.fielddevelopment.economics that implement TaxModelModifier and TypeClassDescriptionclassGeneric tax model implementation driven by FiscalParameters.classNorwegian Continental Shelf petroleum tax model.Fields in neqsim.process.fielddevelopment.economics declared as TaxModelModifier and TypeFieldDescriptionprivate TaxModelCashFlowEngine.taxModelTax model for calculating country-specific taxes.Methods in neqsim.process.fielddevelopment.economics that return TaxModelModifier and TypeMethodDescriptionstatic TaxModelTaxModelRegistry.createModel(String countryCode) Creates a tax model for a country.static TaxModelNorwegianTaxModel.createTaxModel()Creates a TaxModel instance for Norway using the registry.CashFlowEngine.getTaxModel()Gets the tax model.Methods in neqsim.process.fielddevelopment.economics with parameters of type TaxModelModifier and TypeMethodDescriptionvoidCashFlowEngine.setTaxModel(TaxModel taxModel) Sets the tax model.Constructors in neqsim.process.fielddevelopment.economics with parameters of type TaxModelModifierConstructorDescriptionCashFlowEngine(TaxModel taxModel) Creates a new cash flow engine with specified tax model.