Expand description
Components (COMs) - composite types used within Business Objects.
Components are reusable data structures that appear within multiple Business Objects. Unlike BOs, they cannot exist independently.
§Epic 3.1: Address & Contact Components
This module contains address, contact, and person-related components:
Address- Physical or postal addressGeoCoordinates- Geographic coordinates (latitude/longitude)CadastralAddress- Cadastral/land registry addressContactMethod- Contact method (email, phone, etc.)Signature- Digital signature for contracts/offersExternalReference- Reference to external systemsResponsibility- Area of responsibility for a contactHardware- Hardware component informationOfferPosition- Position within an offerOfferPart- Part of an offer variantOfferVariant- Variant of an offerContractPart- Part of a contractContractConditions- Contract conditionsInvoicePosition- Position within an invoiceRegionCriterion- Regional criterion for delimitation
§Epic 3.2: Pricing & Cost Components
Pricing, cost, and tariff-related components:
Price- A price with value and unitAmount- Monetary amountPriceTier- Price tier/bracketPricePosition- Position in a price sheetTariffPrice- Tariff priceTariffPricePosition- Tariff price positionRegionalPriceTier- Regional price tierSurcharge- Surcharge or discountSurchargePerLocation- Surcharge per locationRegionalSurcharge- Regional surchargePositionSurcharge- Position-specific surchargeTaxAmount- Tax amountCostBlock- Block of costsCostPosition- Cost positionExternalCostBlock- External cost blockExternalCostPosition- External cost positionTariffCalculationParameter- Tariff calculation parametersTariffRestriction- Tariff restrictionPriceGuarantee- Price guaranteeEnergySource- Energy source/originEnergyMix- Energy mix compositionConsumption- Consumption dataConsumedQuantity- Consumed quantityConcessionFee- Concession feeNetworkCharge- Network chargeLevy- Levy (EEG, KWK, etc.)Bonus- Bonus/incentiveDiscount- DiscountMarginPrice- Margin priceServicePrice- Service price
§Epic 3.3: Measurement & Time Components
Measurement, quantity, and time-related components:
TimePeriod- A time period with start and end timestampsMeasuredValue- A measured value at a specific timestampQuantity- A quantity with value and unitMeterRegister- A register on a meterTimeOfUseRegister- Time-of-use registerMeterReading- Meter reading at a point in timeLoadProfileValue- Load profile valueTimeSeriesValue- Time series valueInterval- Time interval with duration and unitDateRange- Date range with start and end datesSeasonalTariff- Seasonal tariff periodBillingPeriodData- Billing period dataMeteringPointStatus- Metering point statusValidationResult- Validation resultQualityIndicator- Quality indicator for measured dataSubstitutionValue- Substituted/replacement valueAggregatedValue- Aggregated valueProfileData- Profile data (standard load profiles)LoadCurveData- Load curve data
Structs§
- Address
- Physical or postal address.
- Aggregated
Value - An aggregated value computed from multiple source values.
- Amount
- A monetary amount with currency.
- Billing
Period Data - Data for a billing period.
- Bonus
- A bonus or incentive payment.
- Cadastral
Address - Address based on cadastral/land registry information.
- Concession
Fee - A concession fee charged by municipalities.
- Consumed
Quantity - A consumed quantity with value and unit.
- Consumption
- Consumption data for a specific period.
- Contact
Method - Method of contact (email, phone, etc.).
- Contract
Conditions - Contract conditions for contracts and tariffs.
- Contract
Part - Part of a contract linking a service to a location.
- Cost
Block - A block of costs containing multiple cost positions.
- Cost
Position - A cost position representing a single line item in a cost breakdown.
- Date
Range - A date range with start and end dates (without time).
- Discount
- A discount applied to a price.
- Energy
Mix - The composition of energy sources for a supplier’s energy mix.
- Energy
Source - An energy source with its generation type and percentage share.
- External
Cost Block - A block of external (third-party) costs.
- External
Cost Position - A cost position for external (third-party) costs.
- External
Reference - Reference to an external system.
- GeoCoordinates
- Geographic coordinates (latitude/longitude).
- Hardware
- Hardware component for representing physical devices.
- Interval
- A time interval with duration and unit.
- Invoice
Position - Position within an invoice.
- Levy
- A levy such as EEG, KWK, etc.
- Load
Curve Data - Load curve data containing power measurements over time.
- Load
Profile Value - A single value in a load profile (time series of power measurements).
- Margin
Price - A margin price component.
- Measured
Value - A measured value at a specific timestamp.
- Meter
Reading - A meter reading at a specific point in time.
- Meter
Register - A register on a meter that records consumption.
- Metering
Point Status - Status information for a metering point.
- Network
Charge - A network charge/fee component.
- Offer
Part - Part of an offer variant.
- Offer
Position - Position within an offer part.
- Offer
Variant - Variant of an offer with different calculation options.
- Position
Surcharge - A surcharge or discount applied to a specific position.
- Price
- A price with value, currency, and unit.
- Price
Guarantee - A price guarantee specifying which price components are fixed.
- Price
Position - A position in a price sheet with its associated price tiers.
- Price
Tier - A price tier based on consumption brackets.
- Profile
Data - Profile data for standard load profiles or individual consumption profiles.
- Quality
Indicator - Quality indicator for measured data.
- Quantity
- A quantity with value and unit.
- Region
Criterion - Component for modeling a regional criterion.
- Regional
Price Tier - A price tier that applies to a specific region.
- Regional
Surcharge - A surcharge that applies to a specific regional criterion.
- Responsibility
- Area of responsibility for a contact person.
- Seasonal
Tariff - A seasonal tariff period with date range and tariff name.
- Service
Price - A price for a service.
- Signature
- Digital signature for contracts, offers, etc.
- Substitution
Value - A substituted/replacement value for missing or invalid measurements.
- Surcharge
- A surcharge or discount applied to a price.
- Surcharge
PerLocation - A surcharge or discount that applies to a specific location.
- Tariff
Calculation Parameter - Parameters for tariff calculation.
- Tariff
Price - A tariff price with its type and value.
- Tariff
Price Position - A tariff price position with its associated tariff prices.
- Tariff
Restriction - Restrictions that apply to a tariff.
- TaxAmount
- A calculated tax amount.
- Time
OfUse Register - A time-of-use register on a meter for different tariff periods.
- Time
Period - A time period with start and end timestamps.
- Time
Series Value - A single value in a time series.
- Validation
Result - Result of a validation check on measured data.