Touchstone Re 2023 API Reference
AddPortfolioLayersRequest Class
Members 


Air.Services.Proxy Assembly > AIR.Services.Reinsurance.PortfolioManagement.Api Namespace : AddPortfolioLayersRequest Class
Contains the Business Unit SID, SQL Instance SID, and Portfolio SID that identify the Static Portfolio to add reinsurance treaties (or Layers) to as well as the Layer SIDs that identify the layers to add.
Syntax
Public Class AddPortfolioLayersRequest 
   Inherits AIR.Services.Common.Api.RequestBase
Dim instance As AddPortfolioLayersRequest
public class AddPortfolioLayersRequest : AIR.Services.Common.Api.RequestBase 
Remarks

A portfolio in Touchstone Re is a collection of reinsurance treaties (or Layers) sourced from various Reinsurance Programs. There are three types of portfolios: master, static, and dynamic.

The master portfolio contains all the treaties in the business unit. A static portfolio is a collection of reinsurance treaties that you explicitly select from the master portfolio. A dynamic portfolio is a collection of reinsurance treaties that you select from the master portfolio by defining a filter. As treaties are added, modified, and removed from the master portfolio, the content of the dynamic portfolio changes automatically.

To identify layers to add to the static portfolio, use the GetMasterPortfolioLayers() method.

You can create layers only when you create a Reinsurance Program.

Inheritance Hierarchy

System.Object
      AIR.Services.Reinsurance.PortfolioManagement.Api.AddPortfolioLayersRequest

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

AddPortfolioLayersRequest Members
AIR.Services.Reinsurance.PortfolioManagement.Api Namespace