Contains the requests and responses for Touchstone® Re Aggregate Loss Analysis.
Classes
| Class | Description |
 | GetEventSetsRequest | Contains the Business Unit SID and SQL Instance SID associated with the Event Set to retrieve. |
 | GetEventSetsResponse | Contains the list of Event Sets that you requested using the GetEventSets() method. |
 | SubmitMultiProgramAggregateLossAnalysisRequest | Contains the Business Unit SID and SQL Instance SID associated with the Reinsurance Programs to include in the aggregate loss analysis. Additionally, the request contains a MultiProgramAggregateLossAnalysisOptions object that enables you to configure the analysis job. For example, the object enables you to specify the the name of the analysis, the currency to use, whether to include demand surge in the loss computations, the perils to include, and so on. |
 | SubmitMultiProgramAggregateLossAnalysisResponse | Contains the response to the asynchronous web service call that you made to run an aggregate loss analysis on a list of Reinsurance Programs using the SubmitMultiProgramAggregateLossAnalysis() method. |
 | SubmitPortfolioAggregateLossAnalysisRequest | Contains the Business Unit SID and SQL Instance SID associated with the portfolio of reinsurance treaties to include in the aggregate loss analysis. Additionally, the request contains a PortfolioAggregateLossAnalysisOptions object that enables you to configure the analysis job. For example, the object enables you to specify the name of the analysis, the currency to use, whether to include demand surge in the loss computations, an optional portfolio filter, and so on. |
 | SubmitPortfolioAggregateLossAnalysisResponse | Contains the response to the asynchronous web service call that you made to run an aggregate loss analysis on a portfolio of reinsurance treaties using the SubmitPortfolioAggregateLossAnalysis() method. |
 | SubmitProgramAggregateLossAnalysisRequest | Contains the Business Unit SID and SQL Instance SID associated with the Reinsurance Program to include in the aggregate loss analysis. Additionally, the request contains a ProgramAggregateLossAnalysisOptions object that enables you to configure the analysis job. For example, the object enables you to specify the the name of the analysis, the currency to use, whether to include demand surge in the loss computations, the perils to include, and so on. |
 | SubmitProgramAggregateLossAnalysisResponse | Contains the response to the asynchronous web service call that you made to run an aggregate loss analysis on a Reinsurance Program using the SubmitProgramAggregateLossAnalysis() method. |
See Also