Touchstone Re 2023 API Reference
LayerOverrides Property (PortfolioStatic)


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.PortfolioManagement.Data Namespace > PortfolioStatic Class : LayerOverrides Property
(Required) Contains a list of the Layer Override objects associated with the portfolio.
Syntax
Public Property LayerOverrides As List(Of LayerOverride)
Dim instance As PortfolioStatic
Dim value As List(Of LayerOverride)
 
instance.LayerOverrides = value
 
value = instance.LayerOverrides
public List<LayerOverride> LayerOverrides {get; set;}
Remarks

When you create a reinsurance treaty (or Layer) in a Reinsurance Program, you specify values such as Participation 3 for the layer. When you create a portfolio, you can optionally specify new layer values that apply only during portfolio loss analyses.

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

PortfolioStatic Class
PortfolioStatic Members