Skip to content
Discussion options

You must be logged in to vote

The two issues presented are now addressed and validated on this branch: #78
And the correct way to add the bands and dates, according to the documentation would be:

property_records = [
    {
        "name": "USINA1",
        "properties": {
            "Offer Quantity": {
                "value": 100.0,
                "band": 1,
                "date_from": datetime(2025, 7, 1),
                "date_to": datetime(2026, 6, 30),
            },
            "Max Capacity": {
                "value": 150.0,
                "band": 2,
                "date_from": datetime(2025, 8, 1),
                "date_to": datetime(2026, 12, 31),
            },
        }
    },
    {
        "name": "U…

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@mcllerena
Comment options

Comment options

You must be logged in to vote
1 reply
@mcllerena
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@pesap
Comment options

Answer selected by pesap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants