Skip to main content

CostType

CostType defines the category of a specific product cost component (e.g. energy, network, tax). Concrete values are provided by the implementing service.

enum CostType {
UNDEFINED
ELEC_UNIT
GAS_UNIT
PER_PRODUCT
ELEC_UNIT_TAX
ELEC_STORAGE_TAX
GAS_UNIT_TAX
GAS_STORAGE_TAX
TAX_CREDIT
GRID_OPERATOR_ELEC
GRID_OPERATOR_GAS
ELEC_EPEX
GAS_LEBA
GAS_TRANSPORT_COST
GULF_ELEC_UNIT_NORMAL
GULF_ELEC_UNIT_LOW
GULF_GAS
ELEC_UNIT_LOW
ELEC_UNIT_NORMAL
PAYMENT_DIFFERENCE
EOS_FINE
COLLECTION
BONUS
FIXED_DELIVERY
DYNAMIC_PURCHASING
PER_PRODUCT_NON_ENERGY
SUBSIDY
}

Values

CostType.UNDEFINED

This is the default value and is considered erroneous.

CostType.ELEC_UNIT

Electricity unit costs.

CostType.GAS_UNIT

Gas unit costs

CostType.PER_PRODUCT

Per product costs

CostType.ELEC_UNIT_TAX

Electricity unit tax costs.

CostType.ELEC_STORAGE_TAX

Electricity storage tax costs.

CostType.GAS_UNIT_TAX

Gas unit tax costs.

CostType.GAS_STORAGE_TAX

Gas storage tax costs.

CostType.TAX_CREDIT

Tax credit costs.

CostType.GRID_OPERATOR_ELEC

Grid operator costs for electricity.

CostType.GRID_OPERATOR_GAS

Grid operator costs for gas.

CostType.ELEC_EPEX

Electricity EPEX costs.

CostType.GAS_LEBA

Gas LEBA costs

CostType.GAS_TRANSPORT_COST

Gas transport costs.

CostType.GULF_ELEC_UNIT_NORMAL

Normal gulf electricity costs

CostType.GULF_ELEC_UNIT_LOW

Low gulf electricity costs.

CostType.GULF_GAS

Gulf gas costs.

CostType.ELEC_UNIT_LOW

Low electricity unit costs.

CostType.ELEC_UNIT_NORMAL

Normal electricity unit costs.

CostType.PAYMENT_DIFFERENCE

Payment difference costs.

CostType.EOS_FINE

EOS fine costs.

CostType.COLLECTION

Collection costs.

CostType.BONUS

Bonus costs.

CostType.FIXED_DELIVERY

Fixed delivery costs.

CostType.DYNAMIC_PURCHASING

Dynamic purchasing costs.

CostType.PER_PRODUCT_NON_ENERGY

Non-energy costs per product.

CostType.SUBSIDY

Subsidy.

Member Of

ProductCost object