Skip to content

Implement BO PreisblattNetznutzung#325

Merged
hf-kklein merged 2 commits intomasterfrom
preisblatt_netznutzung
Jan 21, 2022
Merged

Implement BO PreisblattNetznutzung#325
hf-kklein merged 2 commits intomasterfrom
preisblatt_netznutzung

Conversation

@hf-kklein
Copy link
Copy Markdown
Contributor

Fixes #205

@hf-kklein hf-kklein self-assigned this Jan 19, 2022
@hf-kklein hf-kklein requested a review from a team January 19, 2022 06:52
Copy link
Copy Markdown
Collaborator

@hf-krechan hf-krechan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One question regarding the attribute bilanzierungsmethode

bo_typ: BoTyp = attr.ib(default=BoTyp.PREISBLATTNETZNUTZUNG)
# required attributes (additional to those of Preisblatt)
#: Die Preise gelten für Marktlokationen der angebebenen Bilanzierungsmethode
bilanzierungsmethode: Bilanzierungsmethode = attr.ib(validator=attr.validators.instance_of(Bilanzierungsmethode))
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The BO4E documentation does not mention if this is a required or optional attribute?
How do you know?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just guessed.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hf-kklein hf-kklein merged commit 3a50cd0 into master Jan 21, 2022
@hf-kklein hf-kklein deleted the preisblatt_netznutzung branch January 21, 2022 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement PreisblattNetznutzung

2 participants