List payment terms types based on 'https://www.entsoe.eu/Documents/EDI/Library/CodelistV94.zip'
Source:R/data.R
payment_terms_types.RdList payment terms types based on 'https://www.entsoe.eu/Documents/EDI/Library/CodelistV94.zip'
Examples
dplyr::glimpse(entsoeapi::payment_terms_types)
#> Rows: 3
#> Columns: 3
#> $ code <chr> "A01", "A02", "A03"
#> $ title <chr> "Pay as bid", "Pay as cleared", "No payment terms"
#> $ description <chr> "The amount to be paid shall correspond to the amount bid.", "The amount to be paid shall correspo…