| Class | Description |
 | AddPortfolioLayersRequest | 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. |
 | AddPortfolioLayersResponse | Contains the response to the web service call that you made to add Layers to a Static Portfolio using the AddPortfolioLayers() method. |
 | CopyPortfolioRequest | Contains the Business Unit SID, SQL Instance SID, existing portfolio identifier, new portfolio description, and new portfolio name field of the Copy Portfolio that you want to copy and create as a new portfolio. |
 | CopyPortfolioResponse | Contains the SID for the new portfolio that you created using the CopyPortfolio() method. |
 | CreatePortfolioDynamicRequest | Contains the Business Unit SID, SQL Instance SID, name, description, and filter of the Dynamic Portfolio to create. |
 | CreatePortfolioDynamicResponse | Contains the SID for the Dynamic Portfolio that you created using the CreatePortfolioDynamic() method. |
 | CreatePortfolioStaticRequest | Contains the Business Unit SID, SQL Instance SID, name, and description of the Static Portfolio to create. |
 | CreatePortfolioStaticResponse | Contains the SID for the Static Portfolio that you created using the CreatePortfolioStatic() method. |
 | DeletePortfolioRequest | Contains the Business Unit SID, SQL Instance SID, and Portfolio SID that identify the Portfolio to delete. |
 | DeletePortfolioResponse | Contains the response to the web service call that you made to delete a Portfolio using the DeletePortfolio() method. |
 | GetMasterPortfolioLayersRequest | Contains the Business Unit SID, SQL Instance SID, and filter that identify the reinsurance treaties (or Layers) to retrieve from the master portfolio. |
 | GetMasterPortfolioLayersResponse | Contains the list of reinsurance treaties (or Layers) from the master portfolio that you requested using the GetMasterPortfolioLayers() method. |
 | GetPortfolioDynamicRequest | Contains the Business Unit SID, SQL Instance SID, and Portfolio SID that identify the Dynamic Portfolio to retrieve. |
 | GetPortfolioDynamicResponse | Contains the Dynamic Portfolio that you requested using the GetPortfolioDynamic() method. |
 | GetPortfoliosRequest | Contains the Business Unit SID and SQL Instance SID that identify the Portfolios to retrieve. |
 | GetPortfoliosResponse | Contains the list of Portfolios that you requested using the GetPortfolios() method. |
 | GetPortfolioStaticRequest | Contains the Business Unit SID, SQL Instance SID, and Portfolio SID that identify the Static Portfolio to retrieve. |
 | GetPortfolioStaticResponse | Contains the Static Portfolio that you requested using the GetPortfolioStatic() method. |
 | OverridePortfolioLayersRequest | Contains the Business Unit SID, SQL Instance SID, and Portfolio SID that identify the Portfolio associated with reinsurance treaties (or Layers) to override. Additionally, the request contains the Layer Overrides object that specifies the layer values to use during portfolio loss analyses. |
 | OverridePortfolioLayersResponse | Contains the response to the web service call that you made to override reinsurance treaty (or Layer) values during a portfolio loss analysis using the OverridePortfolioLayers() method. |
 | RemovePortfolioLayersRequest | Contains the Business Unit SID, SQL Instance SID, and Portfolio SID that identify the Static Portfolio to remove reinsurance treaties (or Layers) from as well as the Layer SIDs that identify the layers to remove. |
 | RemovePortfolioLayersResponse | Contains the response to the web service call that you made to remove Layers from a Static Portfolio using the RemovePortfolioLayers() method. |
 | UpdatePortfolioDynamicRequest | Contains the Business Unit SID, SQL Instance SID, and Portfolio SID that identify the Dynamic Portfolio to update as well as the new name, description, and filter for the portfolio. |
 | UpdatePortfolioDynamicResponse | Contains the response to the web service call that you made to update a Dynamic Portfolio using the UpdatePortfolioDynamic() method. |
 | UpdatePortfolioStaticRequest | Contains the Business Unit SID, SQL Instance SID, and Portfolio SID that identify the Static Portfolio to update as well as the new name and description for the portfolio. |
 | UpdatePortfolioStaticResponse | Contains the response to the web service call that you made to update a Static Portfolio using the UpdatePortfolioStatic() method. |