Touchstone 11.0 API Reference
Perspective Property (AnnualEPDistribution)


Air.Services.Proxy Assembly > AIR.Services.LossAnalysis.Data Namespace > AnnualEPDistribution Class : Perspective Property
Contains one of the following codes to represent the type of financial perspective for this Annual Exceedance Probability (EP) Distribution:
Code Description
GR Gross loss: The total loss due to an event after limits and deductibles are applied.
GU Ground-up loss: The total loss due to an event before limits and deductibles are applied.
NT Net of Pre-CAT loss: The loss after applying all Reinsurance Treaties except for CAT Excess of Loss (XOL) treaties.
POST Post-CAT Net loss: The loss after applying all Reinsurance Treaties, including CAT Excess of Loss (XOL) treaties.
PG Pre-layer Gross loss: The loss after applying Location-level limits and deductibles.
RT Retained loss: The loss after applying Contract and Location-level limits and deductibles.
Syntax
Public Property Perspective As String
Dim instance As AnnualEPDistribution
Dim value As String
 
instance.Perspective = value
 
value = instance.Perspective
public string Perspective {get; set;}
Remarks
You can specify multiple codes using the logical OR operator.
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

AnnualEPDistribution Class
AnnualEPDistribution Members