Touchstone Re 2023 API Reference
CrestaCode Property (LocationBase)


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > LocationBase Class : CrestaCode Property
(Optional) Contains a code to represent the CRESTA zone in which the risks that this Location represents are located.
Syntax
Public Property CrestaCode As String
Dim instance As LocationBase
Dim value As String
 
instance.CrestaCode = value
 
value = instance.CrestaCode
public string CrestaCode {get; set;}
Remarks
The Catastrophe Risk Evaluating and Standardizing Target Accumulations organization is an independent body for the technical management of natural hazard coverage. See www.cresta.org for more information about this organization.

If you do not know the CRESTA code, specify 0.

If you do not specify a value, Touchstone saves a NULL value.

Note: When entering CRESTA codes, Locations should be aggregated, such that one Location object (with the appropriate number of risks) is used for each unique combination of CRESTA, Construction, Occupancy, etc. Whenever possible, avoid having one Location for each risk in a CRESTA zone.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LocationBase Class
LocationBase Members