Touchstone Re 2023 API Reference
UseLatestIED Property (ProgramAggregateLossAnalysisOptions)


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.AggregateLossAnalysis.Data Namespace > ProgramAggregateLossAnalysisOptions Class : UseLatestIED Property
(Optional) Indicates whether Touchstone Re uses the latest Industry Exposure Database (IED) when computing losses. If you set the property to false, Touchstone Re uses the IED that matches the exposure year associated with each treaty.
Syntax
Public Property UseLatestIED As Nullable(Of Boolean)
Dim instance As ProgramAggregateLossAnalysisOptions
Dim value As Nullable(Of Boolean)
 
instance.UseLatestIED = value
 
value = instance.UseLatestIED
public Nullable<bool> UseLatestIED {get; set;}
Remarks
Default: False
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

ProgramAggregateLossAnalysisOptions Class
ProgramAggregateLossAnalysisOptions Members