Webservice

SICS API Server - P&C - Accounting - Post Booking Review

Technical Doc, Webservice

Post Booking Review # Request message # <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Header /> <SOAP-ENV:Body> <swpaep:postBookingReview xmlns:swpaep="urn:SicsWsPcAccountingEntryPoint"> <genericInput /> <postBookingReview> <accountingPostBookingReview> <worksheetReference> <identifier>TW109075</identifier> </worksheetReference> <selectedReportTypeList> <selectedReportType> <code>CHLOSSINCUR</code> <subclassNumber>1216</subclassNumber> </selectedReportType> </selectedReportTypeList> </accountingPostBookingReview> </postBookingReview> </swpaep:postBookingReview> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Response message # <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <postBookingReviewResponse xmlns="urn:SicsWsPcAccountingEntryPoint"> <postBookingReviewOutput xmlns="" xmlns:acc="http://www.SicsNt.com/Accounting" xsi:type="acc:AccountingPostBookingReviewOutput"> <postBookingReviewReportList xsi:type="acc:ListOfPostBookingReviewReport"> <postBookingReviewReport xsi:type="acc:AccountingPostBookingReviewReport"> <worksheetId xsi:type="xsd:string">TW109075</worksheetId> <reportName xsi:type="xsd:string">Negative Earned Premium</reportName> <businessId xsi:type="xsd:string">PTTY13353</businessId> <sectionName xsi:type="xsd:string">Main Section</sectionName> <accountingClassificationName xsi:type="xsd:string">Property_Fire Insurance</accountingClassificationName> <uwYear xsi:type="xsd:int">2016</uwYear> <baseCurrency xmlns:ref="http://www. ...

SICS API Server - P&C - Batch Process - Create Accounting Order

Technical Doc, Webservice

Create Accounting Order # Request message # <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.SicsNt.com/BatchJobs" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Header /> <SOAP-ENV:Body> <swbpep:createAccountingOrder xmlns:swbpep="urn:SicsWsBatchProcessEntryPoint"> <genericInput /> <createAccountingOrderInput xsi:type="ns1:MultiGAAPAccountingOrder"> <title>0526</title> <closeWorksheetAutomatically>true</closeWorksheetAutomatically> <calculationRule xsi:type="ns1:CalculationRulePc"> <blockNegativeAccruals>true</blockNegativeAccruals> <reverseAccruals>true</reverseAccruals> <nonDepositPremiumCalculation>true</nonDepositPremiumCalculation> <onlyUpdateAdjustmentsOnPortfolioProgram>true</onlyUpdateAdjustmentsOnPortfolioProgram> <occurrenceYearReallocationOfAccruals>true</occurrenceYearReallocationOfAccruals> <accumulatedACsplitforAccruals>true</accumulatedACsplitforAccruals> </calculationRule> <currencyConversion> <convertToSectionMainCurrency>true</convertToSectionMainCurrency> <exchangeRateType> <code>DAY</code> <subclassNumber>77</subclassNumber> </exchangeRateType> <exchangeRateCategory> <code>DR</code> <subclassNumber>202</subclassNumber> </exchangeRateCategory> <exchangeRateAsOfType> <code>CURRENT</code> <subclassNumber>201</subclassNumber> </exchangeRateAsOfType> </currencyConversion> <worksheetDetailsOverride> <bookAdjustment>true</bookAdjustment> <populateAccountingPeriod>true</populateAccountingPeriod> </worksheetDetailsOverride> <bookingYearAndPeriod> <bookingYear>2020</bookingYear> <bookingPeriod> <code>M01</code> <subclassNumber>10</subclassNumber> </bookingPeriod> </bookingYearAndPeriod> <orderSelections xsi:type="ns1:OrderSelectionsPc"> <asOfDate>2021-05-26</asOfDate> <includeOnlyBusinessLinkedToPortfolio>true</includeOnlyBusinessLinkedToPortfolio> <excludeBureauBusiness>true</excludeBureauBusiness> <underwritingYearFrom>2020</underwritingYearFrom> <underwritingYearFromUpTo>2021</underwritingYearFromUpTo> <levelOfBusinessList> <levelOfBusiness> <code>IAB</code> <subclassNumber>45</subclassNumber> </levelOfBusiness> <levelOfBusiness> <code>PFP</code> <subclassNumber>45</subclassNumber> </levelOfBusiness> </levelOfBusinessList> <typeOfBusinessList> <typeOfBusiness> <code>PROPTTY</code> <subclassNumber>46</subclassNumber> </typeOfBusiness> <typeOfBusiness> <code>NONPROPTTY</code> <subclassNumber>46</subclassNumber> </typeOfBusiness> </typeOfBusinessList> <mainClassOfBusinessList> <mainClassOfBusiness> <code>AVIATION</code> <subclassNumber>19</subclassNumber> </mainClassOfBusiness> <mainClassOfBusiness> <code>ENERGY</code> <subclassNumber>19</subclassNumber> </mainClassOfBusiness> </mainClassOfBusinessList> <classOfBusinessList> <classOfBusiness> <code>AVIATIONTEST</code> <subclassNumber>3</subclassNumber> </classOfBusiness> <classOfBusiness> <code>ENERGYOF</code> <subclassNumber>3</subclassNumber> </classOfBusiness> </classOfBusinessList> <typeOfParticipationList> <typeOfParticipation> <code>QA</code> <subclassNumber>22</subclassNumber> </typeOfParticipation> <typeOfParticipation> <code>STOPLOSS</code> <subclassNumber>22</subclassNumber> </typeOfParticipation> </typeOfParticipationList> <agreementTypeList> <agreementType> <code>FAC_FAC</code> <subclassNumber>1213</subclassNumber> </agreementType> <agreementType> <code>FAC_OBL</code> <subclassNumber>1213</subclassNumber> </agreementType> </agreementTypeList> <baseCompanyList> <baseCompany> <identifier>111098</identifier> </baseCompany> <baseCompany> <identifier>111095</identifier> </baseCompany> </baseCompanyList> <reportingUnitList> <reportingUnits> <code>AB1</code> </reportingUnits> <reportingUnits> <code>A1</code> </reportingUnits> </reportingUnitList> <masterAgreementList> <masterAgreement> <identifier>SICS3418</identifier> </masterAgreement> <masterAgreement> <identifier>SICS3414</identifier> </masterAgreement> </masterAgreementList> <accountGroupList> <accountGroup> <code>3-10</code> <subclassNumber>225</subclassNumber> </accountGroup> <accountGroup> <code>3-20</code> <subclassNumber>225</subclassNumber> </accountGroup> </accountGroupList> </orderSelections> </createAccountingOrderInput> </swbpep:createAccountingOrder> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Response message # <? ...

SICS API Server - P&C - Batch Process - Create Job

Technical Doc, Webservice

Create Job # Request message # <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.SicsNt.com/BatchJobs" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Header /> <SOAP-ENV:Body> <swbpep:createJob xmlns:swbpep="urn:SicsWsBatchProcessEntryPoint"> <genericInput /> <createJobInput> <jobIdentifier>karnakar</jobIdentifier> <jobActivation> <code>A</code> <subclassNumber>304</subclassNumber> </jobActivation> <priority>1</priority> <jobStepList> <jobStep xmlns:bjb="http://www.SicsNt.com/BatchJobs" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" soapenc:arrayType="bjb:JobStep[1]" xsi:type="soapenc:Array"> <JobStep xsi:type="ns1:AccountingOrder"> <sequence>1</sequence> <accountingOrder> <identifier>AO13</identifier> </accountingOrder> </JobStep> </jobStep> </jobStepList> </createJobInput> </swbpep:createJob> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Response message # <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <swbpep:createJobOut xmlns:swbpep="urn:SicsWsBatchProcessEntryPoint" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <createJobOutput xmlns:ref="http://www.SicsNt.com/ReferenceItems" xsi:type="ref:SicsBatchJobReference"> <jobIdentifier xmlns:ct="http://www.SicsNt.com/CommonTypes" xsi:type="ct:String20">karnakar</jobIdentifier> </createJobOutput> </swbpep:createJobOut> </soapenv:Body> </soapenv:Envelope>

SICS API Server - P&C - Batch Process - Create Order

Technical Doc, Webservice

Create Order # Request message # <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.SicsNt.com/BatchJobs" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Header /> <SOAP-ENV:Body> <swbpep:createOrder xmlns:swbpep="urn:SicsWsBatchProcessEntryPoint"> <genericInput /> <createOrderInput xsi:type="ns1:RetrocessionProcessingOrder"> <orderSubType> <code>A</code> <subclassNumber>1020</subclassNumber> </orderSubType> <title>RPKK</title> <effectivePeriodFrom>2018-02-14T13:17:50+00:00</effectivePeriodFrom> <classificationSelectionByPPSection>true</classificationSelectionByPPSection> <protectionProgramSection> <identifier>PP410</identifier> <sequenceNumber>1</sequenceNumber> </protectionProgramSection> <assumedBusinesses> <assumedBusiness xmlns:ref="http://www.SicsNt.com/ReferenceItems" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" soapenc:arrayType="ref:SicsBusinessReference[1]" xsi:type="soapenc:Array"> <SicsBusinessReference> <identifier>IN2835</identifier> </SicsBusinessReference> </assumedBusiness> </assumedBusinesses> </createOrderInput> </swbpep:createOrder> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Response message # <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <swbpep:createOrderOut xmlns:swbpep="urn:SicsWsBatchProcessEntryPoint" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <createOrderOutput xmlns:ref="http://www.SicsNt.com/ReferenceItems" xsi:type="ref:SicsAutomaticOrderReference"> <identifier xmlns:ct="http://www. ...

SICS API Server - P&C - Business - Add Realise Non Prop Fac Occ Protection

Technical Doc, Webservice

Add Realise Non Prop Fac Occ Protection # Description # This message creates a new non proportional fac OCC business identifier =SICS2075: Request message # <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Header /> <SOAP-ENV:Body> <swbep:addRealiseNonPropFacOccProtection xmlns:swbep="urn:SicsWsBusinessEntryPoint"> <genericInput> <interactiveMessageResponses> <answerYes>BS0225</answerYes> </interactiveMessageResponses> </genericInput> <addRealiseNonPropFacOccProtectionCreateInput> <scopeOfCoverReference> <identifier>NPFAC982A</identifier> <beginDateTime>2025-01-01T00:00:00+00:00</beginDateTime> <sequenceNumber>0</sequenceNumber> </scopeOfCoverReference> <outwardCedentsContractPropertiesList> <outwardCedentsContractProperties> <scopeOfCoverName>Main Section</scopeOfCoverName> <typeOfBusiness> <code>NONPROPFAC</code> <subclassNumber>46</subclassNumber> </typeOfBusiness> <typeOfParticipation> <code>CATCOVER</code> <subclassNumber>22</subclassNumber> </typeOfParticipation> <currency> <isoAlpha>USD</isoAlpha> </currency> </outwardCedentsContractProperties> </outwardCedentsContractPropertiesList> <outwardCedentsContractInsuredPeriodList> <outwardCedentsContractInsuredPeriod> <beginDateTime>2025-01-01T00:00:00+00:00</beginDateTime> <endDateTime>2025-12-31T00:00:00+00:00</endDateTime> </outwardCedentsContractInsuredPeriod> </outwardCedentsContractInsuredPeriodList> <nonPropFacOutwardCedentsContractRetrocessionSharesList> <nonPropFacOutwardCedentsContractRetrocessionShares> <occShareOf100>50</occShareOf100> </nonPropFacOutwardCedentsContractRetrocessionShares> </nonPropFacOutwardCedentsContractRetrocessionSharesList> <nonPropFacOutwardCedentsContractLimitsList> <nonPropFacOutwardCedentsContractLimits> <occLimitPremiumCover>10000</occLimitPremiumCover> <isOccLimitPremiumCoverUnlimited>false</isOccLimitPremiumCoverUnlimited> <occLimitPremiumExcess>10</occLimitPremiumExcess> <occLimitPremiumAggregateLimit>20000</occLimitPremiumAggregateLimit> <isOccLimitPremiumAggregateLimitUnlimited>false</isOccLimitPremiumAggregateLimitUnlimited> <claimBasis> <code>NONE</code> <subclassNumber>95</subclassNumber> </claimBasis> </nonPropFacOutwardCedentsContractLimits> </nonPropFacOutwardCedentsContractLimitsList> <nonPropFacOutwardCedentsContractRetrocessionairePlacementList> <nonPropFacOutwardCedentsContractRetrocessionairePlacement> <businessPartner> <identifier>MAPLE</identifier> </businessPartner> <refLifeCycleStatus> <code>OA</code> <subclassNumber>90</subclassNumber> </refLifeCycleStatus> <grossRetrocededPercentage>50</grossRetrocededPercentage> </nonPropFacOutwardCedentsContractRetrocessionairePlacement> <nonPropFacOutwardCedentsContractRetrocessionairePlacement> <businessPartner> <identifier>STELLAR</identifier> </businessPartner> <refLifeCycleStatus> <code>OA</code> <subclassNumber>90</subclassNumber> </refLifeCycleStatus> <grossRetrocededPercentage>50</grossRetrocededPercentage> </nonPropFacOutwardCedentsContractRetrocessionairePlacement> </nonPropFacOutwardCedentsContractRetrocessionairePlacementList> </addRealiseNonPropFacOccProtectionCreateInput> </swbep:addRealiseNonPropFacOccProtection> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Response message # <soapenv:Envelope xmlns:soapenv="http://schemas. ...

SICS API Server - P&C - Business - Add Realize Non Prop Fac Occ Protection To Light Policy

Technical Doc, Webservice

Add Realise Non Prop Fac Occ Protection To Light Policy # Description # This message creates a new non proportional fac OCC business identifier =SICS2073: Request message # <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Header /> <SOAP-ENV:Body> <swbep:addRealizeNonPropFacOccProtectionToLightPolicy xmlns:swbep="urn:SicsWsBusinessEntryPoint"> <genericInput> <interactiveMessageResponses> <answerYes>BS00655</answerYes> </interactiveMessageResponses> </genericInput> <addNonPropFacOutwardCedentContractToLightPolicyInput> <scopeOfCoverReference> <identifier>PR1011_1</identifier> <beginDateTime>2025-01-01T00:00:00+00:00</beginDateTime> <name>PROPERTY</name> </scopeOfCoverReference> <outwardCedentsContractPropertiesList> <outwardCedentsContractProperties> <title>PR1011_1-OCC1</title> <scopeOfCoverName>Main Section</scopeOfCoverName> <typeOfBusiness> <code>NONPROPFAC</code> <subclassNumber>46</subclassNumber> </typeOfBusiness> <typeOfParticipation> <code>CATCOVER</code> <subclassNumber>22</subclassNumber> </typeOfParticipation> <currency> <isoAlpha>USD</isoAlpha> </currency> </outwardCedentsContractProperties> </outwardCedentsContractPropertiesList> <outwardCedentsContractInsuredPeriodList> <outwardCedentsContractInsuredPeriod> <beginDateTime>2025-01-01T00:00:00+00:00</beginDateTime> <endDateTime>2025-12-31T00:00:00+00:00</endDateTime> </outwardCedentsContractInsuredPeriod> </outwardCedentsContractInsuredPeriodList> <nonPropFacOutwardCedentsContractRetrocessionSharesList> <nonPropFacOutwardCedentsContractRetrocessionShares> <occShareOf100>100</occShareOf100> </nonPropFacOutwardCedentsContractRetrocessionShares> </nonPropFacOutwardCedentsContractRetrocessionSharesList> <nonPropFacOutwardCedentsContractLimitsList> <nonPropFacOutwardCedentsContractLimits> <occLimitPremiumCover /> <isOccLimitPremiumCoverUnlimited>true</isOccLimitPremiumCoverUnlimited> <occLimitPremiumExcess>0</occLimitPremiumExcess> <occLimitPremiumAggregateLimit /> <isOccLimitPremiumAggregateLimitUnlimited>true</isOccLimitPremiumAggregateLimitUnlimited> <claimBasis> <code>NONE</code> <subclassNumber>95</subclassNumber> </claimBasis> </nonPropFacOutwardCedentsContractLimits> </nonPropFacOutwardCedentsContractLimitsList> <nonPropFacOutwardCedentsContractRetrocessionairePlacementList> <nonPropFacOutwardCedentsContractRetrocessionairePlacement> <businessPartner> <identifier>MAPLE</identifier> </businessPartner> <intermediaryBusinessPartner> <identifier>STELLAR</identifier> </intermediaryBusinessPartner> <refLifeCycleStatus> <code>OA</code> <subclassNumber>90</subclassNumber> </refLifeCycleStatus> <grossRetrocededPercentage>5</grossRetrocededPercentage> <accountGroup> <code>NONE</code> <subclassNumber>225</subclassNumber> </accountGroup> </nonPropFacOutwardCedentsContractRetrocessionairePlacement> </nonPropFacOutwardCedentsContractRetrocessionairePlacementList> </addNonPropFacOutwardCedentContractToLightPolicyInput> </swbep:addRealizeNonPropFacOccProtectionToLightPolicy> </SOAP-ENV:Body> </SOAP-ENV:Envelope> Response message # <soapenv:Envelope xmlns:soapenv="http://schemas. ...