Public Function SubmitEventLossToUlf( _ ByVal request As SubmitEventLossToUlfRequest _ ) As SubmitEventLossToUlfResponse
Dim instance As ReinsuranceCompanyLossSetManagementServiceClient Dim request As SubmitEventLossToUlfRequest Dim value As SubmitEventLossToUlfResponse value = instance.SubmitEventLossToUlf(request)
public SubmitEventLossToUlfResponse SubmitEventLossToUlf( SubmitEventLossToUlfRequest request )
Parameters
- request
- Contains a SubmitEventLossToUlfRequest that specifies the Business Unit SID and SQL Instance SID associated with the event loss file.
Return Value
After successful completion of the request, navigate to the host directory path to view the ULF file. Attach the binary file to a reinsurance program in Touchstone Re. Submit an aggregate loss analysis request using any one of the methods: SubmitMultiProgramAggregateLossAnalysisRequest(), SubmitPortfolioAggregateLossAnalysisRequest(), and SubmitProgramAggregateLossAnalysisRequest() available in the Reinsurance Aggregate Loss Analysis API namespace.