Touchstone 11.0 API Reference
LimitTypeCode Property (LocationTerm)


Air.Services.Proxy Assembly > AIR.Services.ExposureConcentrationAnalysis.Data Namespace > LocationTerm Class : LimitTypeCode Property
Contains one of the following codes to identify the type of limit to be applied to the corresponding Location:
Code Description
N None. See the corresponding Layer.
C A limit applies by coverage.
S A limit is computed by combining the limit amounts for all coverages and applying that total limit to the total loss from all coverages.
EF When the peril code is PEF, apply Limit1 to the combined Coverage A and Coverage C losses. Used to handle Earthquake Fire Expense Insurance (EFEI) in Japan. If used with another peril code (e.g., PAL), the EF Limit Type is ignored, and no other Limit Type is used in its place.
EE Used to handle Extra Expenses and Debris Removal in Japan. Can be used with any country or peril.
Syntax
Public Property LimitTypeCode As String
Dim instance As LocationTerm
Dim value As String
 
instance.LimitTypeCode = value
 
value = instance.LimitTypeCode
public string LimitTypeCode {get; set;}
Remarks
Specify N for workers' compensation policies.

Note: This property is case sensitive.

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

LocationTerm Class
LocationTerm Members