SubmitEventLossToUlfRequest |
Copy Code
|
---|---|
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing"> <s:Header> <a:Action s:mustUnderstand="1">AIR.Services.Reinsurance.CompanyLossSetManagementService.Api/IReinsuranceCompanyLossSetManagementService/SubmitEventLossToUlf</a:Action> <a:MessageID>urn:uuid:00000000-0000-0000-0000-000000000000</a:MessageID> <a:ReplyTo> <a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address> </a:ReplyTo> </s:Header> <s:Body> <SubmitEventLossToUlfRequest xmlns="AIR.Services.Reinsurance.CompanyLossSetManagementService.Api" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <request xmlns:b="AIR.Services.Reinsurance.CompanyLossSetManagement.Api" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <BusinessUnitSid>2</BusinessUnitSid> <LicenseUid>00000000-0000-0000-0000-000000000000</LicenseUid> <RequestUid>00000000-0000-0000-0000-000000000000</RequestUid> <SqlInstanceSid>1</SqlInstanceSid> <ConvertEventLossToUlfOptions> <AreaDetail>Subarea</AreaDetail> <CatalogType>Stochastic</CatalogType> <EventLossFileColumnMappings> <EventLossColumnMapping> <EventLossColumn>Event</EventLossColumn> <Index>0</Index> </EventLossColumnMapping> <EventLossColumnMapping> <EventLossColumn>Model</EventLossColumn> <Index>0</Index> </EventLossColumnMapping> <EventLossColumnMapping> <EventLossColumn>Loss</EventLossColumn> <Index>7</Index> </EventLossColumnMapping> <EventLossColumnMapping> <EventLossColumn>Day</EventLossColumn> <Index>5</Index> </EventLossColumnMapping> <EventLossColumnMapping> <EventLossColumn>Year</EventLossColumn> <Index>6</Index> </EventLossColumnMapping> </EventLossFileColumnMappings> <EventLossFileCurrencyCode>USD</EventLossFileCurrencyCode> <EventLossFileLossNumberUnits>Ones</EventLossFileLossNumberUnits> <EventLossFilePath>\\Filepath\testfile.csv</EventLossFilePath> <EventSetSid>46</EventSetSid> <ExtendedComment>API Test All Success</ExtendedComment> <LossSetName>YearDayEltHawaiiEQ_BadEventID1_3_3_2021_16_03_28</LossSetName> <ModelAppliesToAreaFilters> <ModelAppliesToAreaFilter> <AppliesToAreaFilter> <GeographyItems> <GeographyLeafItem> <CededPercentage>0</CededPercentage> <GeographySid>234</GeographySid> </GeographyLeafItem> </GeographyItems> <Name>Hawaii</Name> <Sid xsi:nil="true" /> </AppliesToAreaFilter> <ModelCode>13</ModelCode> </ModelAppliesToAreaFilter> </ModelAppliesToAreaFilters> <ModelLineOfBusinessFilters> <ModelLineOfBusinessFilter> <LinesOfBusinessFilter>Residential</LinesOfBusinessFilter> <ModelCode>13</ModelCode> </ModelLineOfBusinessFilter> </ModelLineOfBusinessFilters> <UlfFileCurrencyCode>USD</UlfFileCurrencyCode> <UlfFileOutputDirectory>\\ULF\API_Test</UlfFileOutputDirectory> </ConvertEventLossToUlfOptions> <MaximumCores>8</MaximumCores> <MinimumCores>1</MinimumCores> </request> </SubmitEventLossToUlfRequest> </s:Body> </s:Envelope> |