Skip to content

Class: Pnode

_A pricing node is directly associated with a connectivity node. It is a pricing location for which market participants submit their bids, offers, buy/sell CRRs, and settle. _

URI: cim:Pnode

 classDiagram
    class Pnode
      IdentifiedObject <|-- Pnode


      Pnode <|-- AggregatedPnode
      Pnode <|-- IndividualPnode


      Pnode : aggregate_node

          Pnode --> AggregateNode : aggregate_node

      Pnode : alias_name

      Pnode : commodity_definition

          Pnode --> CommodityDefinition : commodity_definition

      Pnode : delivery_transaction_bids

          Pnode --> TransactionBid : delivery_transaction_bids

      Pnode : description

      Pnode : diagram_objects

          Pnode --> DiagramObject : diagram_objects

      Pnode : ex_post_results

          Pnode --> ExPostPricingResults : ex_post_results

      Pnode : ftrs

          Pnode --> FTR : ftrs

      Pnode : instance_set

          Pnode --> InstanceSet : instance_set

      Pnode : is_public

      Pnode : m_rid

      Pnode : mkt_measurement

          Pnode --> MktMeasurement : mkt_measurement

      Pnode : names

          Pnode --> Name : names

      Pnode : org_pnode_allocation

          Pnode --> OrgPnodeAllocation : org_pnode_allocation

      Pnode : pnode_results

          Pnode --> PnodeResults : pnode_results

      Pnode : properties_cimdata_object

          Pnode --> ChangeSetMember : properties_cimdata_object

      Pnode : receipt_transaction_bids

          Pnode --> TransactionBid : receipt_transaction_bids

      Pnode : registered_resources

          Pnode --> RegisteredResource : registered_resources

      Pnode : rto

          Pnode --> RTO : rto

      Pnode : sink_crrsegment

          Pnode --> CRRSegment : sink_crrsegment

      Pnode : source_crrsegment

          Pnode --> CRRSegment : source_crrsegment

      Pnode : sub_control_area

          Pnode --> SubControlArea : sub_control_area

      Pnode : targeting_cimdata_object

          Pnode --> ChangeSetMember : targeting_cimdata_object

      Pnode : trade

          Pnode --> Trade : trade

Inheritance

Slots

Name Cardinality and Range Description Inheritance
is_public 0..1
Boolean
If true, this Pnode is public (prices are published for DA/RT and FTR markets... direct
pnode_results 1..*
PnodeResults
direct
delivery_transaction_bids 0..*
TransactionBid
direct
mkt_measurement 0..*
MktMeasurement
Allows Measurements to be associated to Pnodes direct
sink_crrsegment 0..*
CRRSegment
direct
registered_resources 0..*
RegisteredResource
A registered resource injects power at one or more connectivity nodes related... direct
receipt_transaction_bids 0..*
TransactionBid
direct
source_crrsegment 0..*
CRRSegment
direct
trade 0..*
Trade
direct
ex_post_results 0..*
ExPostPricingResults
direct
sub_control_area 0..1
SubControlArea
direct
rto 0..1
RTO
direct
ftrs 0..*
FTR
direct
org_pnode_allocation 0..*
OrgPnodeAllocation
direct
commodity_definition 0..*
CommodityDefinition
direct
aggregate_node 0..*
AggregateNode
direct
alias_name 0..1
String
The aliasName is free text human readable name of the object alternative to I... IdentifiedObject
description 0..1
String
The description is a free human readable text describing or naming the object IdentifiedObject
m_rid 0..1
String
Master resource identifier issued by a model authority IdentifiedObject
diagram_objects 0..*
DiagramObject
The diagram objects that are associated with the domain object IdentifiedObject
instance_set 1..1
InstanceSet
Dataset containing the data objects IdentifiedObject
names 0..*
Name
All names of this identified object IdentifiedObject
properties_cimdata_object 0..1
ChangeSetMember
The single CIM data object in the appropriate dataset context IdentifiedObject
targeting_cimdata_object 0..*
ChangeSetMember
Data objects registered IdentifiedObject

Usages

used by used in type used
RegisteredResource pnode range Pnode
CommodityDefinition pnode range Pnode
RTO pnodes range Pnode
FTR pnodes range Pnode
TransactionBid delivery_pnode range Pnode
TransactionBid receipt_pnode range Pnode
MktMeasurement pnode range Pnode
SubControlArea pnode range Pnode
Trade pnode range Pnode
RegisteredGenerator pnode range Pnode
RegisteredInterTie pnode range Pnode
RegisteredLoad pnode range Pnode
AggregateNode pnode range Pnode
RUCZone pnode range Pnode
CRRSegment sink range Pnode
CRRSegment source range Pnode
OrgPnodeAllocation pnode range Pnode
PnodeResults pnode range Pnode
ExPostPricingResults pnode range Pnode
CombinedCycleConfiguration pnode range Pnode
MSSZone pnode range Pnode
MarketRegion pnode range Pnode
LoadAggregationPoint pnode range Pnode
RegisteredDistributedResource pnode range Pnode

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self cim:Pnode
native cim:Pnode

LinkML Source

Direct

name: Pnode
description: 'A pricing node is directly associated with a connectivity node.  It
  is a pricing location for which market participants submit their bids, offers, buy/sell
  CRRs, and settle. '
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: IdentifiedObject
attributes:
  is_public:
    name: is_public
    description: "If true, this Pnode is public (prices are published for DA/RT and\
      \ FTR markets), otherwise it is private (location is not usable by market for\
      \ bidding/FTRs/transactions).\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Pnode.isPublic
    multivalued: false
    domain_of:
    - Pnode
    range: boolean
    required: false
  pnode_results:
    name: pnode_results
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Pnode.PnodeResults
    multivalued: true
    domain_of:
    - Pnode
    - PnodeClearing
    range: PnodeResults
    required: true
  delivery_transaction_bids:
    name: delivery_transaction_bids
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Pnode.DeliveryTransactionBids
    multivalued: true
    domain_of:
    - Pnode
    range: TransactionBid
    required: false
  mkt_measurement:
    name: mkt_measurement
    description: Allows Measurements to be associated to Pnodes.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Pnode.MktMeasurement
    multivalued: true
    domain_of:
    - Pnode
    - ViolationLimit
    - DynamicSchedule
    range: MktMeasurement
    required: false
  sink_crrsegment:
    name: sink_crrsegment
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Pnode.SinkCRRSegment
    multivalued: true
    domain_of:
    - Pnode
    range: CRRSegment
    required: false
  registered_resources:
    name: registered_resources
    description: A registered resource injects power at one or more connectivity nodes
      related to a pnode
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Pnode.RegisteredResources
    multivalued: true
    domain_of:
    - Pnode
    - EnergyMarket
    - ResourceGroup
    range: RegisteredResource
    required: false
  receipt_transaction_bids:
    name: receipt_transaction_bids
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Pnode.ReceiptTransactionBids
    multivalued: true
    domain_of:
    - Pnode
    range: TransactionBid
    required: false
  source_crrsegment:
    name: source_crrsegment
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Pnode.SourceCRRSegment
    multivalued: true
    domain_of:
    - Pnode
    range: CRRSegment
    required: false
  trade:
    name: trade
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Pnode.Trade
    multivalued: true
    domain_of:
    - Pnode
    - RegisteredGenerator
    - ActionRequest
    - TradeProduct
    - TradeError
    range: Trade
    required: false
  ex_post_results:
    name: ex_post_results
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Pnode.ExPostResults
    multivalued: true
    domain_of:
    - Pnode
    - ExPostPricing
    range: ExPostPricingResults
    required: false
  sub_control_area:
    name: sub_control_area
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Pnode.SubControlArea
    multivalued: false
    domain_of:
    - RegisteredResource
    - RTO
    - Pnode
    - AdjacentCASet
    - BidSelfSched
    - CnodeDistributionFactor
    - AggregateNode
    - LossClearingResults
    - InadvertentAccount
    - ExPostLossResults
    - ControlAreaDesignation
    - AreaReserveSpec
    - GeneralClearingResults
    range: SubControlArea
    required: false
  rto:
    name: rto
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Pnode.RTO
    multivalued: false
    domain_of:
    - CommodityDefinition
    - Pnode
    - SubControlArea
    - AdjacentCASet
    - HostControlArea
    - ContractRight
    - TransmissionRightChain
    - FuelRegion
    - LocalReliabilityArea
    - SecurityConstraints
    - MktConnectivityNode
    - AggregateNode
    - SecurityConstraintSum
    - EnergyMarket
    - MSSAggregation
    range: RTO
    required: false
  ftrs:
    name: ftrs
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Pnode.FTRs
    multivalued: true
    domain_of:
    - Pnode
    - EnergyPriceCurve
    - Flowgate
    range: FTR
    required: false
  org_pnode_allocation:
    name: org_pnode_allocation
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Pnode.OrgPnodeAllocation
    multivalued: true
    domain_of:
    - Pnode
    range: OrgPnodeAllocation
    required: false
  commodity_definition:
    name: commodity_definition
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Pnode.CommodityDefinition
    multivalued: true
    domain_of:
    - MarketProduct
    - RTO
    - Pnode
    - CommodityPrice
    range: CommodityDefinition
    required: false
  aggregate_node:
    name: aggregate_node
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Pnode.AggregateNode
    multivalued: true
    domain_of:
    - RegisteredResource
    - RTO
    - Pnode
    - SubControlArea
    - CnodeDistributionFactor
    - AreaLoadCurve
    - Instructions
    range: AggregateNode
    required: false
class_uri: cim:Pnode

Induced

name: Pnode
description: 'A pricing node is directly associated with a connectivity node.  It
  is a pricing location for which market participants submit their bids, offers, buy/sell
  CRRs, and settle. '
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: IdentifiedObject
attributes:
  is_public:
    name: is_public
    description: "If true, this Pnode is public (prices are published for DA/RT and\
      \ FTR markets), otherwise it is private (location is not usable by market for\
      \ bidding/FTRs/transactions).\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Pnode.isPublic
    multivalued: false
    alias: is_public
    owner: Pnode
    domain_of:
    - Pnode
    range: boolean
    required: false
  pnode_results:
    name: pnode_results
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Pnode.PnodeResults
    multivalued: true
    alias: pnode_results
    owner: Pnode
    domain_of:
    - Pnode
    - PnodeClearing
    range: PnodeResults
    required: true
  delivery_transaction_bids:
    name: delivery_transaction_bids
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Pnode.DeliveryTransactionBids
    multivalued: true
    alias: delivery_transaction_bids
    owner: Pnode
    domain_of:
    - Pnode
    range: TransactionBid
    required: false
  mkt_measurement:
    name: mkt_measurement
    description: Allows Measurements to be associated to Pnodes.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Pnode.MktMeasurement
    multivalued: true
    alias: mkt_measurement
    owner: Pnode
    domain_of:
    - Pnode
    - ViolationLimit
    - DynamicSchedule
    range: MktMeasurement
    required: false
  sink_crrsegment:
    name: sink_crrsegment
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Pnode.SinkCRRSegment
    multivalued: true
    alias: sink_crrsegment
    owner: Pnode
    domain_of:
    - Pnode
    range: CRRSegment
    required: false
  registered_resources:
    name: registered_resources
    description: A registered resource injects power at one or more connectivity nodes
      related to a pnode
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Pnode.RegisteredResources
    multivalued: true
    alias: registered_resources
    owner: Pnode
    domain_of:
    - Pnode
    - EnergyMarket
    - ResourceGroup
    range: RegisteredResource
    required: false
  receipt_transaction_bids:
    name: receipt_transaction_bids
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Pnode.ReceiptTransactionBids
    multivalued: true
    alias: receipt_transaction_bids
    owner: Pnode
    domain_of:
    - Pnode
    range: TransactionBid
    required: false
  source_crrsegment:
    name: source_crrsegment
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Pnode.SourceCRRSegment
    multivalued: true
    alias: source_crrsegment
    owner: Pnode
    domain_of:
    - Pnode
    range: CRRSegment
    required: false
  trade:
    name: trade
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Pnode.Trade
    multivalued: true
    alias: trade
    owner: Pnode
    domain_of:
    - Pnode
    - RegisteredGenerator
    - ActionRequest
    - TradeProduct
    - TradeError
    range: Trade
    required: false
  ex_post_results:
    name: ex_post_results
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Pnode.ExPostResults
    multivalued: true
    alias: ex_post_results
    owner: Pnode
    domain_of:
    - Pnode
    - ExPostPricing
    range: ExPostPricingResults
    required: false
  sub_control_area:
    name: sub_control_area
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Pnode.SubControlArea
    multivalued: false
    alias: sub_control_area
    owner: Pnode
    domain_of:
    - RegisteredResource
    - RTO
    - Pnode
    - AdjacentCASet
    - BidSelfSched
    - CnodeDistributionFactor
    - AggregateNode
    - LossClearingResults
    - InadvertentAccount
    - ExPostLossResults
    - ControlAreaDesignation
    - AreaReserveSpec
    - GeneralClearingResults
    range: SubControlArea
    required: false
  rto:
    name: rto
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Pnode.RTO
    multivalued: false
    alias: rto
    owner: Pnode
    domain_of:
    - CommodityDefinition
    - Pnode
    - SubControlArea
    - AdjacentCASet
    - HostControlArea
    - ContractRight
    - TransmissionRightChain
    - FuelRegion
    - LocalReliabilityArea
    - SecurityConstraints
    - MktConnectivityNode
    - AggregateNode
    - SecurityConstraintSum
    - EnergyMarket
    - MSSAggregation
    range: RTO
    required: false
  ftrs:
    name: ftrs
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Pnode.FTRs
    multivalued: true
    alias: ftrs
    owner: Pnode
    domain_of:
    - Pnode
    - EnergyPriceCurve
    - Flowgate
    range: FTR
    required: false
  org_pnode_allocation:
    name: org_pnode_allocation
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:Pnode.OrgPnodeAllocation
    multivalued: true
    alias: org_pnode_allocation
    owner: Pnode
    domain_of:
    - Pnode
    range: OrgPnodeAllocation
    required: false
  commodity_definition:
    name: commodity_definition
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Pnode.CommodityDefinition
    multivalued: true
    alias: commodity_definition
    owner: Pnode
    domain_of:
    - MarketProduct
    - RTO
    - Pnode
    - CommodityPrice
    range: CommodityDefinition
    required: false
  aggregate_node:
    name: aggregate_node
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:Pnode.AggregateNode
    multivalued: true
    alias: aggregate_node
    owner: Pnode
    domain_of:
    - RegisteredResource
    - RTO
    - Pnode
    - SubControlArea
    - CnodeDistributionFactor
    - AreaLoadCurve
    - Instructions
    range: AggregateNode
    required: false
  alias_name:
    name: alias_name
    description: "The aliasName is free text human readable name of the object alternative\
      \ to IdentifiedObject.name. It may be non unique and may not correlate to a\
      \ naming hierarchy.\r\nThe attribute aliasName is retained because of backwards\
      \ compatibility between CIM relases. It is however recommended to replace aliasName\
      \ with the Name class as aliasName is planned for retirement at a future time.\r\
      \n\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.aliasName
    multivalued: false
    alias: alias_name
    owner: Pnode
    domain_of:
    - IdentifiedObject
    range: string
    required: false
  description:
    name: description
    description: The description is a free human readable text describing or naming
      the object. It may be non unique and may not correlate to a naming hierarchy.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.description
    multivalued: false
    alias: description
    owner: Pnode
    domain_of:
    - IdentifiedObject
    - NameType
    - NameTypeAuthority
    - DataSet
    - SwitchingStepGroup
    - AreaReserveSpec
    range: string
    required: false
  m_rid:
    name: m_rid
    description: "Master resource identifier issued by a model authority. The mRID\
      \ is unique within an exchange context. Global uniqueness is easily achieved\
      \ by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is\
      \ strongly recommended.\r\nFor CIMXML data files in RDF syntax conforming to\
      \ IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify\
      \ CIM object elements."
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.mRID
    multivalued: false
    alias: m_rid
    owner: Pnode
    domain_of:
    - IdentifiedObject
    - DataSet
    range: string
    required: false
  diagram_objects:
    name: diagram_objects
    description: The diagram objects that are associated with the domain object.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.DiagramObjects
    multivalued: true
    alias: diagram_objects
    owner: Pnode
    domain_of:
    - IdentifiedObject
    range: DiagramObject
    required: false
  instance_set:
    name: instance_set
    description: Dataset containing the data objects.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.InstanceSet
    multivalued: false
    alias: instance_set
    owner: Pnode
    domain_of:
    - IdentifiedObject
    range: InstanceSet
    required: true
  names:
    name: names
    description: All names of this identified object.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.Names
    multivalued: true
    alias: names
    owner: Pnode
    domain_of:
    - IdentifiedObject
    - NameType
    range: Name
    required: false
  properties_cimdata_object:
    name: properties_cimdata_object
    description: The single CIM data object in the appropriate dataset context.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.PropertiesCIMDataObject
    multivalued: false
    alias: properties_cimdata_object
    owner: Pnode
    domain_of:
    - IdentifiedObject
    range: ChangeSetMember
    required: false
  targeting_cimdata_object:
    name: targeting_cimdata_object
    description: Data objects registered.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.TargetingCIMDataObject
    multivalued: true
    alias: targeting_cimdata_object
    owner: Pnode
    domain_of:
    - IdentifiedObject
    range: ChangeSetMember
    required: false
class_uri: cim:Pnode