CEDE 9.0 Database Reference
tLocOffshore Table
AIRExposure Database : tLocOffshore Table
Description

Stores risk characteristics for each offshore location.

Properties
Creation Date4/12/2021 11:26 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows0
Data Space Used0.00 KB
Index Space Used0.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Unique system-generated sequential identifier for the location record.

For a complete list of records, see tLocation Table.

int4   
 Unique AIR-assigned identifier for the platform.varchar255  
 

Code that represents the size of the company.

For a complete list of codes, see tCompanySize Table.

tinyint1  
 Rate of gas produced by the platform per day.float9  
 

Code for the unit of measure used to express the daily gas production, such as Thousands of Cubic Feet.

For a complete list of codes, see tUnit Table.

varchar10  
 Rate of oil produced by the platform per day.float9  
 

Code for the unit of measure used to express the daily oil production, such as Barrels.

For a complete list of codes, see tUnit Table.

varchar10  
 Number of decks on the platform.smallint2  
 Height of the deck above the water's surface.float9  
 

Code for the unit of measure used to express the daily oil height of the platform above the water, such as feet.

For a complete list of codes, see tUnit Table.

varchar10  
 Number of wells the platform is licensed to drill.smallint2  
 Number of wells currently drilled.smallint2  
 Cost of the decks and equipment on the platform as a percentage of the platform replacement cost.float9  
 

Code that represents the type of transverse framing used to brace the platform legs.

For a complete list of codes, see tTransverseFrameType Table.

tinyint1  
 Total number of legs on the platform.smallint2  
 

Code that indicates whether the platform is manned or unmanned.

For a complete list of codes, see tManned Table.

tinyint1  
 Unique Minerals Management Service (MMS) identifier assigned to a single structure or group of structures connected by a walkway.int4  
 Unique Minerals Management Service (MMS) number assigned to a specific structure within a complex.smallint2  
 Number of wells connected to a platform.smallint2  
 Combination of protraction, block, and name of the offshore location.varchar255  
 Used for version stamping.timestamp8   
Objects that tLocOffshore depends on
 Database ObjectObject TypeDescriptionDep Level
tContract tabletContractTable

Stores records for primary insurance policies.

2
tExposureSet tabletExposureSetTable

Stores information about exposure sets.

An exposure set is a collection of contracts, locations, and other related information.

2
tLocation tabletLocationTable

Stores geographical attributes and primary risk characteristics for each location. 

The table serves as a reference point between Location and Contract entities.You can identify each location by the location sequential identifier (SID).

1
See Also

Related Objects

AIRExposure Database