Skip to content

Enum: PriceTypeKind

Value of this enumeration for different prices include "total" for the complete/full/all-in price, "congestion" for the congestion cost associated with the total price, the "loss" for the loss price associated with the total price, "capacity" for prices related to installed or reserved capacity, "mileage" for use-based accounting, "system" for system-wide/copper-plate prices, and "delivery" for distribution-based prices.

URI: PriceTypeKind

Permissible Values

Value Meaning Description
capacity cim:PriceTypeKind.capacity
congestion cim:PriceTypeKind.congestion
delivery cim:PriceTypeKind.delivery
loss cim:PriceTypeKind.loss
mileage cim:PriceTypeKind.mileage
system cim:PriceTypeKind.system
total cim:PriceTypeKind.total

Slots

Name Description
price_type The "kind" of price being described

Identifier and Mapping Information

Schema Source

  • from schema: https://cim.ucaiug.io/ns#TC57CIM

LinkML Source

name: PriceTypeKind
description: Value of this enumeration for different prices include "total" for the
  complete/full/all-in price, "congestion" for the congestion cost associated with
  the total price, the "loss" for the loss price associated with the total price,
  "capacity" for prices related to installed or reserved capacity, "mileage" for use-based
  accounting, "system" for system-wide/copper-plate prices, and "delivery" for distribution-based
  prices.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
enum_uri: cim:PriceTypeKind
permissible_values:
  capacity:
    text: capacity
    meaning: cim:PriceTypeKind.capacity
  congestion:
    text: congestion
    meaning: cim:PriceTypeKind.congestion
  delivery:
    text: delivery
    meaning: cim:PriceTypeKind.delivery
  loss:
    text: loss
    meaning: cim:PriceTypeKind.loss
  mileage:
    text: mileage
    meaning: cim:PriceTypeKind.mileage
  system:
    text: system
    meaning: cim:PriceTypeKind.system
  total:
    text: total
    meaning: cim:PriceTypeKind.total