pub enum Abrechnungsmodell {
Pauschal,
Spitz,
SpitzLight,
}Expand description
Abrechnungsmodell — the Ausfallarbeit settlement method elected for a
Technische Ressource.
The election is the Anlagenbetreiber’s, made by 30 November for the
following calendar year (BilAReM Kap. 3.2.1); the ANB carries it in the
Stammdaten. It is mandatory on every TR, because without it the
Ausfallarbeit of a Redispatch-Maßnahme cannot be computed at all.
| Code | XSD label | BilAReM Kap. 3.2.1 |
|---|---|---|
Z01 | PAUSCHAL | Pauschal-Abrechnung — grandfathered TR only, until 31.12.2028 |
Z02 | SPITZ | Spitzabrechnung — measured Wetterdaten at the TR |
Z03 | SPITZLIGHT | vereinfachte Spitzabrechnung — Referenzmesswerte or site weather data |
The XSD label SPITZLIGHT is the vereinfachte Spitzabrechnung, not a
lighter variant of the Spitzabrechnung: it is the one that applies when no
suitable weather data is measured at the TR, and it is the default when
the Anlagenbetreiber elects nothing.
Variants§
Pauschal
Z01 — Pauschal-Abrechnung (BilAReM Kap. 3.2.2.3 / 3.2.4.3).
Spitz
Z02 — Spitzabrechnung (BilAReM Kap. 3.2.2.1 / 3.2.4.1).
SpitzLight
Z03 — vereinfachte Spitzabrechnung (BilAReM Kap. 3.2.2.2 / 3.2.4.2).
Trait Implementations§
Source§impl Clone for Abrechnungsmodell
impl Clone for Abrechnungsmodell
Source§fn clone(&self) -> Abrechnungsmodell
fn clone(&self) -> Abrechnungsmodell
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more