PII and Fuel Sub Infrastructure Data Rules

Current Claim Year: 2026

Last Updated: 2026-08-10

PII and Fuel Sub Infrastructure Data

The reporting of Personally Identifiable Information (PII) data and Fuel Sub Infrastructure data is completed outside of Cedars at the same time as Cedars claim submissions. In aggregate, PA submissions are expected to align exactly with that year's cumulative Cedars claim data.

The submission includes:

  • Two PII data tables.
  • One Fuel Sub Infrastructure Cost table containing non-PII information.

All files are packaged together in a single .zip file for submission. The two PII tables must be provided as pipe-delimited (|) CSV files with unquoted text values. Fields must be listed in the exact order shown in the specification.

PII_Contact

The data in the tables must adhere to the rules specified here, including the primary key rules. The Contact table's primary key is ContactID. Table validation checks that the primary key is unique. Primary key values are case-insensitive, which means that Customer123 is the same ID as CUSTOMER123.

  Required fields

  Conditionally required fields

Field Name Description Data Type View rules
 ContactID The unique and persistent record identifier and the primary key for the PII Contact table. Must match a ContactID in the ContactClaim table. All values must start with the PA code. Text (up to 255 characters)
 ContactType The type of contact, e.g. Contractor, Owner, Renter. Text (up to 255 characters)
 ContactName The full name of the contact person. Text (up to 255 characters)
 ContactPhoneNumber The phone number for the contact in numeric form. Do not include parenthesis, dashes, or spaces. Number
ContactPhoneExtension The extension for the contact person, if applicable. Number
ContactPhoneType The type of phone, e.g. Cell, Home, Office. Text (up to 255 characters)
ContactPhoneNumberAlt An alternate phone number for the contact person, if applicable. Number
ContactPhoneExtensionAlt The extension for the alternate contact phone number, if applicable. Number
ContactPhoneTypeAlt The alternate number type of phone, e.g. Cell, Home, Office. Text (up to 255 characters)
ContactEmail The email address of the contact person. Text (up to 255 characters)

Must contain an @ symbol.