Touchstone 2022 Database Reference
TblSourceTargetMapWC_JAP Table
AIRGeography Database : TblSourceTargetMapWC_JAP Table
Description

Stores the grid identifier and weight type that corresponds to each source code. The table is used for workers' compensation and also stores 'look-up' area codes that the application uses for disaggregated locations in Japan and the weight for each location.

Properties
Creation Date1/22/2015 7:11 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows655800
Data Space Used66,024.00 KB
Index Space Used320.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

GUID of the external source.

dbo.GUID16   
Primary Key Grid identifier.bigint8   
 

Country code for the location.

For a complete list of codes, see tCountry Table.

smallint2   
 

Area or CRESTA code for the location.

For a complete list of codes, see tGeography Table.

varchar16   
 

Subarea code for the location.

For a complete list of codes, see tGeography Table.

varchar16  
 

Postal

code for the location.

For a complete list of codes, see tGeography Table.

varchar16  
 Latitude coordinate for the grid. Values will be positive for locations north of the equator and negative south of the equator.real4   
 Longitude coordinate for the grid. Values will be negative for locations west of the prime meridian up to the international date line. They will be positive for locations east of the prime meridian.real4   
Primary Key 

Identifier for the weight type. 

For a complete list of weight types, see TblAreaWeightType Table.

int4   
 Percentage of workers that work the daytime shift. decimal9 (10,9)   
 Ratio that represents the number of workers that work the evening shift compared to the day shift.decimal9 (10,9)   
 Ratio that represents the number of workers that work the night shift compared to the day shift.decimal9 (10,9)   
 

Unique system-generated sequential identifier for the geography grid record.

Used internally by Touchstone.

int4   
Objects that TblSourceTargetMapWC_JAP depends on
 Database ObjectObject TypeDescriptionDep Level
TblAreaExternal tableTblAreaExternalTableStores valid area information.1
TblAreaWeightType tableTblAreaWeightTypeTableStores a list of supported area weight types.1
See Also

Related Objects

AIRGeography Database