SICS API Server - P&C - Business Partner - Create Or Update Collateral - Update
Create Or Update Collateral #
Description #
Updating Collateral using createOrUpdateCollateral API.
Request message #
<?xml version="1.0" encoding="ISO-8859-1"?>
<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>
<swbpep:createOrUpdateCollateral xmlns:swbpep="urn:SicsWsBusinessPartnerEntryPoint">
<genericInput />
<createOrUpdateCollateralInput>
<businessPartnerReference>
<identifier>S165S1A</identifier>
</businessPartnerReference>
<collateralUpdate>
<letterOfCreditUpdate>
<issuingBank>
<identifier>B130</identifier>
<partyIdentifierType>
<code>BID</code>
<subclassNumber>35</subclassNumber>
</partyIdentifierType>
</issuingBank>
<identifier>A2</identifier>
<effectiveDate>2023-03-15</effectiveDate>
<expirationDate>2023-03-16</expirationDate>
<originalAmount>2400</originalAmount>
<originalCurrency>
<isoAlpha>NOK</isoAlpha>
</originalCurrency>
<collateralDetailsList>
<collateralDetail>
<loCAmountType>
<code>INCREASE</code>
<subclassNumber>1238</subclassNumber>
</loCAmountType>
<bankDate>2023-03-13</bankDate>
<amount>33</amount>
</collateralDetail>
</collateralDetailsList>
<collateralLatestDetailUpdate>
<loCAmountType>
<code>DECREASE</code>
<subclassNumber>1238</subclassNumber>
</loCAmountType>
<bankDate>2023-03-15</bankDate>
<amount>23</amount>
</collateralLatestDetailUpdate>
<collateralPercentage>12.2</collateralPercentage>
<confirmingBank>
<identifier>AB1</identifier>
<partyIdentifierType>
<code>BID</code>
<subclassNumber>35</subclassNumber>
</partyIdentifierType>
</confirmingBank>
<loCType>
<code>A1</code>
<subclassNumber>1237</subclassNumber>
</loCType>
<interestBalanceAmount />
<beneficiariesList>
<beneficiary>
<identifier>S120</identifier>
</beneficiary>
</beneficiariesList>
<beneficiariesListToBeRemoved>
<beneficiary>
<identifier>S165</identifier>
</beneficiary>
</beneficiariesListToBeRemoved>
</letterOfCreditUpdate>
<trustsUpdate>
<issuingBank>
<identifier>ABB1</identifier>
<partyIdentifierType>
<code>BID</code>
<subclassNumber>35</subclassNumber>
</partyIdentifierType>
</issuingBank>
<identifier>B2</identifier>
<effectiveDate>2023-03-08</effectiveDate>
<expirationDate>2023-03-22</expirationDate>
<originalAmount>2400</originalAmount>
<originalCurrency>
<isoAlpha>ADP</isoAlpha>
</originalCurrency>
<collateralDetailsList>
<collateralDetail>
<loCAmountType>
<code>DECREASE</code>
<subclassNumber>1238</subclassNumber>
</loCAmountType>
<bankDate>2023-03-15</bankDate>
<amount>12</amount>
</collateralDetail>
</collateralDetailsList>
<collateralLatestDetailUpdate>
<loCAmountType>
<code>WITHDRAWAL</code>
<subclassNumber>1238</subclassNumber>
</loCAmountType>
<bankDate>2023-03-08</bankDate>
<amount>13</amount>
</collateralLatestDetailUpdate>
<confirmingBank>
<identifier>AB1</identifier>
<partyIdentifierType>
<code>BID</code>
<subclassNumber>35</subclassNumber>
</partyIdentifierType>
</confirmingBank>
</trustsUpdate>
<fundsHeldUpdate>
<objectId />
<issuingBank>
<identifier>AB1</identifier>
<partyIdentifierType>
<code>BID</code>
<subclassNumber>35</subclassNumber>
</partyIdentifierType>
</issuingBank>
<identifier>C5</identifier>
<effectiveDate>2023-03-14</effectiveDate>
<expirationDate>2023-03-17</expirationDate>
<originalAmount>3500</originalAmount>
<originalCurrency>
<isoAlpha>ADP</isoAlpha>
</originalCurrency>
<collateralDetailsList>
<collateralDetail>
<loCAmountType>
<code>WITHDRAWAL</code>
<subclassNumber>1238</subclassNumber>
</loCAmountType>
<bankDate>2023-03-14</bankDate>
<amount>34</amount>
</collateralDetail>
</collateralDetailsList>
<collateralLatestDetailUpdate>
<loCAmountType>
<code>DECREASE</code>
<subclassNumber>1238</subclassNumber>
</loCAmountType>
<bankDate>2023-03-14</bankDate>
<amount>12</amount>
</collateralLatestDetailUpdate>
</fundsHeldUpdate>
</collateralUpdate>
</createOrUpdateCollateralInput>
</swbpep:createOrUpdateCollateral>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Response message #
<?xml version="1.0" encoding="ISO-8859-1"?>
<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:createOrUpdateCollateralResponse xmlns:swbpep="urn:SicsWsBusinessPartnerEntryPoint" xsi:type="swbpep:CreateOrUpdateCollateralOutput" />
</soapenv:Body>
</soapenv:Envelope>