Uses of Class
neqsim.process.fielddevelopment.economics.FiscalParameters
Packages that use FiscalParameters
Package
Description
Economics package for field development analysis.
-
Uses of FiscalParameters in neqsim.process.fielddevelopment.economics
Fields in neqsim.process.fielddevelopment.economics declared as FiscalParametersFields in neqsim.process.fielddevelopment.economics with type parameters of type FiscalParametersModifier and TypeFieldDescriptionprivate static final Map<String, FiscalParameters> TaxModelRegistry.REGISTRYMethods in neqsim.process.fielddevelopment.economics that return FiscalParametersModifier and TypeMethodDescriptionFiscalParameters.Builder.build()static FiscalParametersNorwegianTaxModel.getFiscalParameters()Gets the fiscal parameters for Norway from the registry.GenericTaxModel.getParameters()NorwegianTaxModel.getParameters()Gets fiscal parameters for this model.TaxModel.getParameters()Gets the fiscal parameters for this model.static FiscalParametersTaxModelRegistry.getParameters(String countryCode) Gets fiscal parameters for a country.static FiscalParametersTaxModelRegistry.getParametersOrDefault(String countryCode, FiscalParameters fallback) Gets fiscal parameters for a country, with fallback.private static FiscalParametersTaxModelRegistry.parseCountryJson(com.google.gson.JsonObject json) Parses a single country JSON object into FiscalParameters.Methods in neqsim.process.fielddevelopment.economics that return types with arguments of type FiscalParametersModifier and TypeMethodDescriptionstatic Map<String, FiscalParameters> TaxModelRegistry.getAllParameters()Gets all registered parameters.Methods in neqsim.process.fielddevelopment.economics with parameters of type FiscalParametersModifier and TypeMethodDescriptionstatic FiscalParametersTaxModelRegistry.getParametersOrDefault(String countryCode, FiscalParameters fallback) Gets fiscal parameters for a country, with fallback.static voidTaxModelRegistry.register(FiscalParameters parameters) Registers custom fiscal parameters.Constructors in neqsim.process.fielddevelopment.economics with parameters of type FiscalParametersModifierConstructorDescriptionGenericTaxModel(FiscalParameters parameters) Creates a new tax model with the specified parameters.