Link to home
Start Free TrialLog in
Avatar of hari krishna
hari krishna

asked on

I have convert the XML file data into CSV with | separator and to generate the CSV out file

Hi Team,

I have multiple XML file in a txt file in same format with attributes and the data . I have convert the XML file data into CSV with | separator and to generate the CSV out file

I need generate  the data in csv  file as below format
SystemCodes|LastApprovedVersion|LocalId|EffectiveDate|DataStatus|InternalIdentifier|LocalId
Y37F40|2|0171375670|2018-06-24T06:38:47.093-04:00|Active|00000000-0000-0000-0000-000008180d98|0171375670.

could you please help me in this .

PFA sample txt file

Many thanks in Advance,
Hari.

sample file:-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<StandingSettlementInstruction xmlns="http://www.service.cdds.cs.com/ssiData_2">
    <StableChangeVersion>2</StableChangeVersion>
    <Core>
        <LocalId>0171375670</LocalId>
        <EffectiveDate>2018-06-24T06:38:47.093-04:00</EffectiveDate>
        <DataStatus>Active</DataStatus>
        <InternalIdentifier>00000000-0000-0000-0000-000008180d98</InternalIdentifier>
    </Core>
    <Change>
        <LastApprovedVersion>2</LastApprovedVersion>
        <LatestReviewTime>2018-06-24T06:38:47.013-04:00</LatestReviewTime>
    </Change>
    <SystemCodes>
        <SystemCodeType>
            <Id>NTPA</Id>
        </SystemCodeType>
        <Value>Y37F40</Value>
        <ValueStatus>Active</ValueStatus>
    </SystemCodes>
    <LatestReviewers>
        <userName>msiepra</userName>
    </LatestReviewers>
    <TradingAccount>
        <Core>
            <LocalId>0170485038</LocalId>
        </Core>
        <SystemCodes>
            <SystemCodeType>
                <Id>TradingAccountGSID</Id>
            </SystemCodeType>
            <Value>4973662</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>NTPA</Id>
            </SystemCodeType>
            <Value>Y37F40</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>FXOPs</Id>
            </SystemCodeType>
            <Value>L61774</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>SDSFB</Id>
            </SystemCodeType>
            <Value>MARSH38LONGB</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
    </TradingAccount>
    <Country>
        <IsoCode>DE</IsoCode>
    </Country>
    <Security>
        <Id>COB</Id>
    </Security>
    <SettlementMethod>
        <Id>EURO_CLEAR</Id>
    </SettlementMethod>
    <Currency>
        <IsoCode>EUR</IsoCode>
    </Currency>
    <DefaultSsi>true</DefaultSsi>
    <TermsOfDelivery>
        <Id>FOP</Id>
    </TermsOfDelivery>
    <SettlementType>NON_CASH</SettlementType>
    <ClassOfAccount>BOTH</ClassOfAccount>
    <SettlementChainEntries>
        <StepType>NonCashDeagReag</StepType>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>NonCashDecuRecu</StepType>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>NonCashPset</StepType>
        <Bic>MGTCBEBEECL</Bic>
        <AccountNumber>47950</AccountNumber>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <RecDel>BOTH</RecDel>
    <CptyFirm>CPTY</CptyFirm>
    <CountryOfSettlement/>
    <SettleTypeOverride>
        <Id>EE</Id>
    </SettleTypeOverride>
</StandingSettlementInstruction>


    </SettlementMethod>
    <AlertIndex>1</AlertIndex>
    <Currency>
        <IsoCode>EUR</IsoCode>
    </Currency>
    <DefaultSsi>true</DefaultSsi>
    <TermsOfDelivery>
        <Id>DVP</Id>
    </TermsOfDelivery>
    <SettlementType>NON_CASH</SettlementType>
    <ClassOfAccount>BOTH</ClassOfAccount>
    <SettlementChainEntries>
        <StepType>NonCashPset</StepType>
        <Bic>MOTIITMMXXX</Bic>
        <AccountNumber>2808</AccountNumber>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>NonCashDeagReag</StepType>^Z

   

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<StandingSettlementInstruction xmlns="http://www.service.cdds.cs.com/ssiData_2">
    <StableChangeVersion>5</StableChangeVersion>
    <Core>
        <LocalId>0159515092</LocalId>
        <EffectiveDate>2015-04-27T00:00:00.000-04:00</EffectiveDate>
        <ClosingDate>2018-07-11T18:00:56.487-04:00</ClosingDate>
        <DataStatus>Closed</DataStatus>
        <InternalIdentifier>00000000-0000-0000-0000-00000302953a</InternalIdentifier>
    </Core>
    <Change>
        <LastApprovedVersion>5</LastApprovedVersion>
        <LatestReviewTime>2018-07-11T18:00:56.487-04:00</LatestReviewTime>
    </Change>
    <SystemCodes>
        <SystemCodeType>
            <Id>NTPANY</Id>
        </SystemCodeType>
        <Value>2YVED0</Value>
        <ValueStatus>Active</ValueStatus>
    </SystemCodes>
    <SystemCodes>
        <SystemCodeType>
            <Id>NTPA</Id>
        </SystemCodeType>
        <Value>YXWZS0</Value>
        <ValueStatus>Active</ValueStatus>
    </SystemCodes>
    <LatestReviewers>
        <userName>AlertDownloader</userName>
    </LatestReviewers>
    <TradingAccount>
        <Core>
            <LocalId>0159514367</LocalId>
        </Core>
        <SystemCodes>
            <SystemCodeType>
                <Id>TradingAccountGSID</Id>
            </SystemCodeType>
            <Value>4770729</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>NTPANY</Id>
            </SystemCodeType>
            <Value>2YVED0</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>NTPA</Id>
            </SystemCodeType>
            <Value>YXWZS0</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
    </TradingAccount>
    <Country>
        <IsoCode>MX</IsoCode>
    </Country>
    <Security>
        <Id>EQU</Id>
    </Security>
    <SettlementMethod>
        <Id>INDEVAL</Id>
    </SettlementMethod>
    <AlertIndex>1</AlertIndex>
    <Currency>
        <IsoCode>MXN</IsoCode>
    </Currency>
    <DefaultSsi>true</DefaultSsi>
    <TermsOfDelivery>
        <Id>DVP</Id>
    </TermsOfDelivery>
    <SettlementType>NON_CASH</SettlementType>
    <ClassOfAccount>BOTH</ClassOfAccount>
    <SettlementChainEntries>
        <StepType>NonCashPset</StepType>
        <Bic>INDEMXMMXXX</Bic>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>NonCashDeagReag</StepType>
        <SettlementAgentName>CITIBANK, MEXICO</SettlementAgentName>
        <Bic>CITIUS33MER</Bic>
        <AccountNumber>229347</AccountNumber>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>NonCashDecuRecu</StepType>
        <SettlementAgentName>STATE STREET BANK AND TRUST COMPANY</SettlementAgentName>
        <Bic>SBOSUS3CXXX</Bic>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <RecDel>BOTH</RecDel>
    <CptyFirm>CPTY</CptyFirm>
</StandingSettlementInstruction>

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<StandingSettlementInstruction xmlns="http://www.service.cdds.cs.com/ssiData_2">
    <StableChangeVersion>2</StableChangeVersion>
    <Core>
        <LocalId>0164568752</LocalId>
        <EffectiveDate>2013-05-31T00:00:00.000-04:00</EffectiveDate>
        <ClosingDate>2018-07-11T18:01:04.183-04:00</ClosingDate>
        <DataStatus>Closed</DataStatus>
        <InternalIdentifier>00000000-0000-0000-0000-0000041af159</InternalIdentifier>
    </Core>
    <Change>
        <LastApprovedVersion>2</LastApprovedVersion>
        <LatestReviewTime>2018-07-11T18:01:04.183-04:00</LatestReviewTime>
    </Change>
    <LatestReviewers>
        <userName>AlertDownloader</userName>
    </LatestReviewers>
    <TradingAccount>
        <Core>
            <LocalId>0159514369</LocalId>
        </Core>
        <SystemCodes>
            <SystemCodeType>
                <Id>TradingAccountGSID</Id>
            </SystemCodeType>
            <Value>4770730</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>NTPANY</Id>
            </SystemCodeType>
            <Value>2YVEE0</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>NTPA</Id>
            </SystemCodeType>
            <Value>YXWZU0</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
    </TradingAccount>
    <Country>
        <IsoCode>AU</IsoCode>
    </Country>
    <Security>
        <Id>FX</Id>
    </Security>
    <SettlementMethod>
        <Id>CASH</Id>
    </SettlementMethod>
    <AlertIndex>1</AlertIndex>
    <Currency>
        <IsoCode>AUD</IsoCode>
    </Currency>
    <DefaultSsi>true</DefaultSsi>
    <TermsOfDelivery>
        <Id>FOP</Id>
    </TermsOfDelivery>
    <SettlementType>CASH</SettlementType>
    <ClassOfAccount>NOSTRO</ClassOfAccount>
    <SettlementChainEntries>
        <StepType>CashBeneficiary</StepType>
        <SettlementAgentName>MSFIB</SettlementAgentName>
        <IdentifierType>
            <Id>FREE_FORMAT</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>CashLocalAgent</StepType>
        <SettlementAgentName>STATE STREET BANK AND TRUST COMPANY</SettlementAgentName>
        <SettlementAgentName2>, SYDNEY BRANCH</SettlementAgentName2>
        <Bic>SBOSAU2XXXX</Bic>
        <AccountNumber>BOSTAUD01</AccountNumber>
        <SubAccountNumber>AU913001</SubAccountNumber>
        <AssociatedBankCodeType>OTHER</AssociatedBankCodeType>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>CashCustodian</StepType>
        <SettlementAgentName>STATE STREET BANK AND TRUST CO.</SettlementAgentName>
        <Bic>SBOSUS3FXXX</Bic>
        <AccountNumber>5BB3</AccountNumber>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <InstructionEventType>
        <Id>NC</Id>
    </InstructionEventType>
    <RecDel>BOTH</RecDel>
    <CptyFirm>CPTY</CptyFirm>
    <MTO>true</MTO>
</StandingSettlementInstruction>



    </SettlementMethod>
    <AlertIndex>1</AlertIndex>
    <Currency>
        <IsoCode>EUR</IsoCode>
    </Currency>
    <DefaultSsi>true</DefaultSsi>
    <TermsOfDelivery>
        <Id>DVP</Id>
    </TermsOfDelivery>
    <SettlementType>NON_CASH</SettlementType>
    <ClassOfAccount>BOTH</ClassOfAccount>
    <SettlementChainEntries>
        <StepType>NonCashPset</StepType>
        <Bic>MOTIITMMXXX</Bic>
        <AccountNumber>2808</AccountNumber>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>NonCashDeagReag</StepType>

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<StandingSettlementInstruction xmlns="http://www.service.cdds.cs.com/ssiData_2">
    <StableChangeVersion>5</StableChangeVersion>
    <Core>
        <LocalId>0159515083</LocalId>
        <EffectiveDate>2016-09-11T00:00:00.000-04:00</EffectiveDate>
        <ClosingDate>2018-07-11T18:00:54.092-04:00</ClosingDate>
        <DataStatus>Closed</DataStatus>
        <InternalIdentifier>00000000-0000-0000-0000-000003029531</InternalIdentifier>
    </Core>
    <Change>
        <LastApprovedVersion>5</LastApprovedVersion>
        <LatestReviewTime>2018-07-11T18:00:54.092-04:00</LatestReviewTime>
    </Change>
    <SystemCodes>
        <SystemCodeType>
            <Id>NTPANY</Id>
        </SystemCodeType>
        <Value>2YVED0</Value>
        <ValueStatus>Active</ValueStatus>
    </SystemCodes>
    <SystemCodes>
        <SystemCodeType>
            <Id>NTPA</Id>
        </SystemCodeType>
        <Value>YXWZS0</Value>
        <ValueStatus>Active</ValueStatus>
    </SystemCodes>
    <LatestReviewers>
        <userName>AlertDownloader</userName>
    </LatestReviewers>
    <TradingAccount>
        <Core>
            <LocalId>0159514367</LocalId>
        </Core>
        <SystemCodes>
            <SystemCodeType>
                <Id>TradingAccountGSID</Id>
            </SystemCodeType>
            <Value>4770729</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>NTPANY</Id>
            </SystemCodeType>
            <Value>2YVED0</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>NTPA</Id>
            </SystemCodeType>
            <Value>YXWZS0</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
    </TradingAccount>
    <Country>
        <IsoCode>DK</IsoCode>
    </Country>
    <Security>
        <Id>EQU</Id>
    </Security>
    <SettlementMethod>
        <Id>VP</Id>
    </SettlementMethod>
    <AlertIndex>1</AlertIndex>
    <Currency>
        <IsoCode>DKK</IsoCode>
    </Currency>
    <DefaultSsi>true</DefaultSsi>
    <TermsOfDelivery>
        <Id>DVP</Id>
    </TermsOfDelivery>
    <SettlementType>NON_CASH</SettlementType>
    <ClassOfAccount>BOTH</ClassOfAccount>
    <SettlementChainEntries>
        <StepType>NonCashPset</StepType>
        <Bic>VPDKDKKKXXX</Bic>
        <AccountNumber>05295</AccountNumber>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>NonCashDeagReag</StepType>
        <SettlementAgentName>SKANDINAVISKA ENSKILDA BANKEN</SettlementAgentName>
        <Bic>ESSEDKKKXXX</Bic>
        <AccountNumber>5295061911</AccountNumber>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>NonCashDecuRecu</StepType>
        <SettlementAgentName>STATE STREET BANK AND TRUST COMPANY</SettlementAgentName>
        <Bic>SBOSUS3CXXX</Bic>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <RecDel>BOTH</RecDel>
    <CptyFirm>CPTY</CptyFirm>
</StandingSettlementInstruction>

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<StandingSettlementInstruction xmlns="http://www.service.cdds.cs.com/ssiData_2">
    <StableChangeVersion>5</StableChangeVersion>
    <Core>
        <LocalId>0159515092</LocalId>
        <EffectiveDate>2015-04-27T00:00:00.000-04:00</EffectiveDate>
        <ClosingDate>2018-07-11T18:00:56.487-04:00</ClosingDate>
        <DataStatus>Closed</DataStatus>
        <InternalIdentifier>00000000-0000-0000-0000-00000302953a</InternalIdentifier>
    </Core>
    <Change>
        <LastApprovedVersion>5</LastApprovedVersion>
        <LatestReviewTime>2018-07-11T18:00:56.487-04:00</LatestReviewTime>
    </Change>
    <SystemCodes>
        <SystemCodeType>
            <Id>NTPANY</Id>
        </SystemCodeType>
        <Value>2YVED0</Value>
        <ValueStatus>Active</ValueStatus>
    </SystemCodes>
    <SystemCodes>
        <SystemCodeType>
            <Id>NTPA</Id>
        </SystemCodeType>
        <Value>YXWZS0</Value>
        <ValueStatus>Active</ValueStatus>
    </SystemCodes>
    <LatestReviewers>
        <userName>AlertDownloader</userName>
    </LatestReviewers>
    <TradingAccount>
        <Core>
            <LocalId>0159514367</LocalId>
        </Core>
        <SystemCodes>
            <SystemCodeType>
                <Id>TradingAccountGSID</Id>
            </SystemCodeType>
            <Value>4770729</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>NTPANY</Id>
            </SystemCodeType>
            <Value>2YVED0</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>NTPA</Id>
            </SystemCodeType>
            <Value>YXWZS0</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
    </TradingAccount>
    <Country>
        <IsoCode>MX</IsoCode>
    </Country>
    <Security>
        <Id>EQU</Id>
    </Security>
    <SettlementMethod>
        <Id>INDEVAL</Id>
    </SettlementMethod>
    <AlertIndex>1</AlertIndex>
    <Currency>
        <IsoCode>MXN</IsoCode>
    </Currency>
    <DefaultSsi>true</DefaultSsi>
    <TermsOfDelivery>
        <Id>DVP</Id>
    </TermsOfDelivery>
    <SettlementType>NON_CASH</SettlementType>
    <ClassOfAccount>BOTH</ClassOfAccount>
    <SettlementChainEntries>
        <StepType>NonCashPset</StepType>
        <Bic>INDEMXMMXXX</Bic>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>NonCashDeagReag</StepType>
        <SettlementAgentName>CITIBANK, MEXICO</SettlementAgentName>
        <Bic>CITIUS33MER</Bic>
        <AccountNumber>229347</AccountNumber>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>NonCashDecuRecu</StepType>
        <SettlementAgentName>STATE STREET BANK AND TRUST COMPANY</SettlementAgentName>
        <Bic>SBOSUS3CXXX</Bic>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <RecDel>BOTH</RecDel>
    <CptyFirm>CPTY</CptyFirm>
</StandingSettlementInstruction>

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<StandingSettlementInstruction xmlns="http://www.service.cdds.cs.com/ssiData_2">
    <StableChangeVersion>2</StableChangeVersion>
    <Core>
        <LocalId>0164568752</LocalId>
        <EffectiveDate>2013-05-31T00:00:00.000-04:00</EffectiveDate>
        <ClosingDate>2018-07-11T18:01:04.183-04:00</ClosingDate>
        <DataStatus>Closed</DataStatus>
        <InternalIdentifier>00000000-0000-0000-0000-0000041af159</InternalIdentifier>
    </Core>
    <Change>
        <LastApprovedVersion>2</LastApprovedVersion>
        <LatestReviewTime>2018-07-11T18:01:04.183-04:00</LatestReviewTime>
    </Change>
    <LatestReviewers>
        <userName>AlertDownloader</userName>
    </LatestReviewers>
    <TradingAccount>
        <Core>
            <LocalId>0159514369</LocalId>
        </Core>
        <SystemCodes>
            <SystemCodeType>
                <Id>TradingAccountGSID</Id>
            </SystemCodeType>
            <Value>4770730</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>NTPANY</Id>
            </SystemCodeType>
            <Value>2YVEE0</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>NTPA</Id>
            </SystemCodeType>
            <Value>YXWZU0</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
    </TradingAccount>
    <Country>
        <IsoCode>AU</IsoCode>
    </Country>
    <Security>
        <Id>FX</Id>
    </Security>
    <SettlementMethod>
        <Id>CASH</Id>
    </SettlementMethod>
    <AlertIndex>1</AlertIndex>
    <Currency>
        <IsoCode>AUD</IsoCode>
    </Currency>
    <DefaultSsi>true</DefaultSsi>
    <TermsOfDelivery>
        <Id>FOP</Id>
    </TermsOfDelivery>
    <SettlementType>CASH</SettlementType>
    <ClassOfAccount>NOSTRO</ClassOfAccount>
    <SettlementChainEntries>
        <StepType>CashBeneficiary</StepType>
        <SettlementAgentName>MSFIB</SettlementAgentName>
        <IdentifierType>
            <Id>FREE_FORMAT</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>CashLocalAgent</StepType>
        <SettlementAgentName>STATE STREET BANK AND TRUST COMPANY</SettlementAgentName>
        <SettlementAgentName2>, SYDNEY BRANCH</SettlementAgentName2>
        <Bic>SBOSAU2XXXX</Bic>
        <AccountNumber>BOSTAUD01</AccountNumber>
        <SubAccountNumber>AU913001</SubAccountNumber>
        <AssociatedBankCodeType>OTHER</AssociatedBankCodeType>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>CashCustodian</StepType>
        <SettlementAgentName>STATE STREET BANK AND TRUST CO.</SettlementAgentName>
        <Bic>SBOSUS3FXXX</Bic>
        <AccountNumber>5BB3</AccountNumber>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <InstructionEventType>
        <Id>NC</Id>
    </InstructionEventType>
    <RecDel>BOTH</RecDel>
    <CptyFirm>CPTY</CptyFirm>
    <MTO>true</MTO>
</StandingSettlementInstruction>
SSI_sample.txt
Avatar of Swatantra Bhargava
Swatantra Bhargava
Flag of India image

Dear Hari,

Attachment is missing.
Avatar of hari krishna
hari krishna

ASKER

Hi Bhargava,

I have multiple XML files I have to covert the XML data into CSV file and to generate the into CSV output file.
Could you please help me in this.

Many thanks for reply.

sample file :-

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<StandingSettlementInstruction xmlns="http://www.service.cdds.cs.com/ssiData_2">
    <StableChangeVersion>2</StableChangeVersion>
    <Core>
        <LocalId>0171375670</LocalId>
        <EffectiveDate>2018-06-24T06:38:47.093-04:00</EffectiveDate>
        <DataStatus>Active</DataStatus>
        <InternalIdentifier>00000000-0000-0000-0000-000008180d98</InternalIdentifier>
    </Core>
    <Change>
        <LastApprovedVersion>2</LastApprovedVersion>
        <LatestReviewTime>2018-06-24T06:38:47.013-04:00</LatestReviewTime>
    </Change>
    <SystemCodes>
        <SystemCodeType>
            <Id>NTPA</Id>
        </SystemCodeType>
        <Value>Y37F40</Value>
        <ValueStatus>Active</ValueStatus>
    </SystemCodes>
    <LatestReviewers>
        <userName>msiepra</userName>
    </LatestReviewers>
    <TradingAccount>
        <Core>
            <LocalId>0170485038</LocalId>
        </Core>
        <SystemCodes>
            <SystemCodeType>
                <Id>TradingAccountGSID</Id>
            </SystemCodeType>
            <Value>4973662</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>NTPA</Id>
            </SystemCodeType>
            <Value>Y37F40</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>FXOPs</Id>
            </SystemCodeType>
            <Value>L61774</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>SDSFB</Id>
            </SystemCodeType>
            <Value>MARSH38LONGB</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
    </TradingAccount>
    <Country>
        <IsoCode>DE</IsoCode>
    </Country>
    <Security>
        <Id>COB</Id>
    </Security>
    <SettlementMethod>
        <Id>EURO_CLEAR</Id>
    </SettlementMethod>
    <Currency>
        <IsoCode>EUR</IsoCode>
    </Currency>
    <DefaultSsi>true</DefaultSsi>
    <TermsOfDelivery>
        <Id>FOP</Id>
    </TermsOfDelivery>
    <SettlementType>NON_CASH</SettlementType>
    <ClassOfAccount>BOTH</ClassOfAccount>
    <SettlementChainEntries>
        <StepType>NonCashDeagReag</StepType>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>NonCashDecuRecu</StepType>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>NonCashPset</StepType>
        <Bic>MGTCBEBEECL</Bic>
        <AccountNumber>47950</AccountNumber>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <RecDel>BOTH</RecDel>
    <CptyFirm>CPTY</CptyFirm>
    <CountryOfSettlement/>
    <SettleTypeOverride>
        <Id>EE</Id>
    </SettleTypeOverride>
</StandingSettlementInstruction>


    </SettlementMethod>
    <AlertIndex>1</AlertIndex>
    <Currency>
        <IsoCode>EUR</IsoCode>
    </Currency>
    <DefaultSsi>true</DefaultSsi>
    <TermsOfDelivery>
        <Id>DVP</Id>
    </TermsOfDelivery>
    <SettlementType>NON_CASH</SettlementType>
    <ClassOfAccount>BOTH</ClassOfAccount>
    <SettlementChainEntries>
        <StepType>NonCashPset</StepType>
        <Bic>MOTIITMMXXX</Bic>
        <AccountNumber>2808</AccountNumber>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>NonCashDeagReag</StepType>^Z

   

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<StandingSettlementInstruction xmlns="http://www.service.cdds.cs.com/ssiData_2">
    <StableChangeVersion>5</StableChangeVersion>
    <Core>
        <LocalId>0159515092</LocalId>
        <EffectiveDate>2015-04-27T00:00:00.000-04:00</EffectiveDate>
        <ClosingDate>2018-07-11T18:00:56.487-04:00</ClosingDate>
        <DataStatus>Closed</DataStatus>
        <InternalIdentifier>00000000-0000-0000-0000-00000302953a</InternalIdentifier>
    </Core>
    <Change>
        <LastApprovedVersion>5</LastApprovedVersion>
        <LatestReviewTime>2018-07-11T18:00:56.487-04:00</LatestReviewTime>
    </Change>
    <SystemCodes>
        <SystemCodeType>
            <Id>NTPANY</Id>
        </SystemCodeType>
        <Value>2YVED0</Value>
        <ValueStatus>Active</ValueStatus>
    </SystemCodes>
    <SystemCodes>
        <SystemCodeType>
            <Id>NTPA</Id>
        </SystemCodeType>
        <Value>YXWZS0</Value>
        <ValueStatus>Active</ValueStatus>
    </SystemCodes>
    <LatestReviewers>
        <userName>AlertDownloader</userName>
    </LatestReviewers>
    <TradingAccount>
        <Core>
            <LocalId>0159514367</LocalId>
        </Core>
        <SystemCodes>
            <SystemCodeType>
                <Id>TradingAccountGSID</Id>
            </SystemCodeType>
            <Value>4770729</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>NTPANY</Id>
            </SystemCodeType>
            <Value>2YVED0</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>NTPA</Id>
            </SystemCodeType>
            <Value>YXWZS0</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
    </TradingAccount>
    <Country>
        <IsoCode>MX</IsoCode>
    </Country>
    <Security>
        <Id>EQU</Id>
    </Security>
    <SettlementMethod>
        <Id>INDEVAL</Id>
    </SettlementMethod>
    <AlertIndex>1</AlertIndex>
    <Currency>
        <IsoCode>MXN</IsoCode>
    </Currency>
    <DefaultSsi>true</DefaultSsi>
    <TermsOfDelivery>
        <Id>DVP</Id>
    </TermsOfDelivery>
    <SettlementType>NON_CASH</SettlementType>
    <ClassOfAccount>BOTH</ClassOfAccount>
    <SettlementChainEntries>
        <StepType>NonCashPset</StepType>
        <Bic>INDEMXMMXXX</Bic>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>NonCashDeagReag</StepType>
        <SettlementAgentName>CITIBANK, MEXICO</SettlementAgentName>
        <Bic>CITIUS33MER</Bic>
        <AccountNumber>229347</AccountNumber>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>NonCashDecuRecu</StepType>
        <SettlementAgentName>STATE STREET BANK AND TRUST COMPANY</SettlementAgentName>
        <Bic>SBOSUS3CXXX</Bic>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <RecDel>BOTH</RecDel>
    <CptyFirm>CPTY</CptyFirm>
</StandingSettlementInstruction>

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<StandingSettlementInstruction xmlns="http://www.service.cdds.cs.com/ssiData_2">
    <StableChangeVersion>2</StableChangeVersion>
    <Core>
        <LocalId>0164568752</LocalId>
        <EffectiveDate>2013-05-31T00:00:00.000-04:00</EffectiveDate>
        <ClosingDate>2018-07-11T18:01:04.183-04:00</ClosingDate>
        <DataStatus>Closed</DataStatus>
        <InternalIdentifier>00000000-0000-0000-0000-0000041af159</InternalIdentifier>
    </Core>
    <Change>
        <LastApprovedVersion>2</LastApprovedVersion>
        <LatestReviewTime>2018-07-11T18:01:04.183-04:00</LatestReviewTime>
    </Change>
    <LatestReviewers>
        <userName>AlertDownloader</userName>
    </LatestReviewers>
    <TradingAccount>
        <Core>
            <LocalId>0159514369</LocalId>
        </Core>
        <SystemCodes>
            <SystemCodeType>
                <Id>TradingAccountGSID</Id>
            </SystemCodeType>
            <Value>4770730</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>NTPANY</Id>
            </SystemCodeType>
            <Value>2YVEE0</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>NTPA</Id>
            </SystemCodeType>
            <Value>YXWZU0</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
    </TradingAccount>
    <Country>
        <IsoCode>AU</IsoCode>
    </Country>
    <Security>
        <Id>FX</Id>
    </Security>
    <SettlementMethod>
        <Id>CASH</Id>
    </SettlementMethod>
    <AlertIndex>1</AlertIndex>
    <Currency>
        <IsoCode>AUD</IsoCode>
    </Currency>
    <DefaultSsi>true</DefaultSsi>
    <TermsOfDelivery>
        <Id>FOP</Id>
    </TermsOfDelivery>
    <SettlementType>CASH</SettlementType>
    <ClassOfAccount>NOSTRO</ClassOfAccount>
    <SettlementChainEntries>
        <StepType>CashBeneficiary</StepType>
        <SettlementAgentName>MSFIB</SettlementAgentName>
        <IdentifierType>
            <Id>FREE_FORMAT</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>CashLocalAgent</StepType>
        <SettlementAgentName>STATE STREET BANK AND TRUST COMPANY</SettlementAgentName>
        <SettlementAgentName2>, SYDNEY BRANCH</SettlementAgentName2>
        <Bic>SBOSAU2XXXX</Bic>
        <AccountNumber>BOSTAUD01</AccountNumber>
        <SubAccountNumber>AU913001</SubAccountNumber>
        <AssociatedBankCodeType>OTHER</AssociatedBankCodeType>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>CashCustodian</StepType>
        <SettlementAgentName>STATE STREET BANK AND TRUST CO.</SettlementAgentName>
        <Bic>SBOSUS3FXXX</Bic>
        <AccountNumber>5BB3</AccountNumber>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <InstructionEventType>
        <Id>NC</Id>
    </InstructionEventType>
    <RecDel>BOTH</RecDel>
    <CptyFirm>CPTY</CptyFirm>
    <MTO>true</MTO>
</StandingSettlementInstruction>



    </SettlementMethod>
    <AlertIndex>1</AlertIndex>
    <Currency>
        <IsoCode>EUR</IsoCode>
    </Currency>
    <DefaultSsi>true</DefaultSsi>
    <TermsOfDelivery>
        <Id>DVP</Id>
    </TermsOfDelivery>
    <SettlementType>NON_CASH</SettlementType>
    <ClassOfAccount>BOTH</ClassOfAccount>
    <SettlementChainEntries>
        <StepType>NonCashPset</StepType>
        <Bic>MOTIITMMXXX</Bic>
        <AccountNumber>2808</AccountNumber>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>NonCashDeagReag</StepType>

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<StandingSettlementInstruction xmlns="http://www.service.cdds.cs.com/ssiData_2">
    <StableChangeVersion>5</StableChangeVersion>
    <Core>
        <LocalId>0159515083</LocalId>
        <EffectiveDate>2016-09-11T00:00:00.000-04:00</EffectiveDate>
        <ClosingDate>2018-07-11T18:00:54.092-04:00</ClosingDate>
        <DataStatus>Closed</DataStatus>
        <InternalIdentifier>00000000-0000-0000-0000-000003029531</InternalIdentifier>
    </Core>
    <Change>
        <LastApprovedVersion>5</LastApprovedVersion>
        <LatestReviewTime>2018-07-11T18:00:54.092-04:00</LatestReviewTime>
    </Change>
    <SystemCodes>
        <SystemCodeType>
            <Id>NTPANY</Id>
        </SystemCodeType>
        <Value>2YVED0</Value>
        <ValueStatus>Active</ValueStatus>
    </SystemCodes>
    <SystemCodes>
        <SystemCodeType>
            <Id>NTPA</Id>
        </SystemCodeType>
        <Value>YXWZS0</Value>
        <ValueStatus>Active</ValueStatus>
    </SystemCodes>
    <LatestReviewers>
        <userName>AlertDownloader</userName>
    </LatestReviewers>
    <TradingAccount>
        <Core>
            <LocalId>0159514367</LocalId>
        </Core>
        <SystemCodes>
            <SystemCodeType>
                <Id>TradingAccountGSID</Id>
            </SystemCodeType>
            <Value>4770729</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>NTPANY</Id>
            </SystemCodeType>
            <Value>2YVED0</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>NTPA</Id>
            </SystemCodeType>
            <Value>YXWZS0</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
    </TradingAccount>
    <Country>
        <IsoCode>DK</IsoCode>
    </Country>
    <Security>
        <Id>EQU</Id>
    </Security>
    <SettlementMethod>
        <Id>VP</Id>
    </SettlementMethod>
    <AlertIndex>1</AlertIndex>
    <Currency>
        <IsoCode>DKK</IsoCode>
    </Currency>
    <DefaultSsi>true</DefaultSsi>
    <TermsOfDelivery>
        <Id>DVP</Id>
    </TermsOfDelivery>
    <SettlementType>NON_CASH</SettlementType>
    <ClassOfAccount>BOTH</ClassOfAccount>
    <SettlementChainEntries>
        <StepType>NonCashPset</StepType>
        <Bic>VPDKDKKKXXX</Bic>
        <AccountNumber>05295</AccountNumber>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>NonCashDeagReag</StepType>
        <SettlementAgentName>SKANDINAVISKA ENSKILDA BANKEN</SettlementAgentName>
        <Bic>ESSEDKKKXXX</Bic>
        <AccountNumber>5295061911</AccountNumber>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>NonCashDecuRecu</StepType>
        <SettlementAgentName>STATE STREET BANK AND TRUST COMPANY</SettlementAgentName>
        <Bic>SBOSUS3CXXX</Bic>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <RecDel>BOTH</RecDel>
    <CptyFirm>CPTY</CptyFirm>
</StandingSettlementInstruction>

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<StandingSettlementInstruction xmlns="http://www.service.cdds.cs.com/ssiData_2">
    <StableChangeVersion>5</StableChangeVersion>
    <Core>
        <LocalId>0159515092</LocalId>
        <EffectiveDate>2015-04-27T00:00:00.000-04:00</EffectiveDate>
        <ClosingDate>2018-07-11T18:00:56.487-04:00</ClosingDate>
        <DataStatus>Closed</DataStatus>
        <InternalIdentifier>00000000-0000-0000-0000-00000302953a</InternalIdentifier>
    </Core>
    <Change>
        <LastApprovedVersion>5</LastApprovedVersion>
        <LatestReviewTime>2018-07-11T18:00:56.487-04:00</LatestReviewTime>
    </Change>
    <SystemCodes>
        <SystemCodeType>
            <Id>NTPANY</Id>
        </SystemCodeType>
        <Value>2YVED0</Value>
        <ValueStatus>Active</ValueStatus>
    </SystemCodes>
    <SystemCodes>
        <SystemCodeType>
            <Id>NTPA</Id>
        </SystemCodeType>
        <Value>YXWZS0</Value>
        <ValueStatus>Active</ValueStatus>
    </SystemCodes>
    <LatestReviewers>
        <userName>AlertDownloader</userName>
    </LatestReviewers>
    <TradingAccount>
        <Core>
            <LocalId>0159514367</LocalId>
        </Core>
        <SystemCodes>
            <SystemCodeType>
                <Id>TradingAccountGSID</Id>
            </SystemCodeType>
            <Value>4770729</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>NTPANY</Id>
            </SystemCodeType>
            <Value>2YVED0</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>NTPA</Id>
            </SystemCodeType>
            <Value>YXWZS0</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
    </TradingAccount>
    <Country>
        <IsoCode>MX</IsoCode>
    </Country>
    <Security>
        <Id>EQU</Id>
    </Security>
    <SettlementMethod>
        <Id>INDEVAL</Id>
    </SettlementMethod>
    <AlertIndex>1</AlertIndex>
    <Currency>
        <IsoCode>MXN</IsoCode>
    </Currency>
    <DefaultSsi>true</DefaultSsi>
    <TermsOfDelivery>
        <Id>DVP</Id>
    </TermsOfDelivery>
    <SettlementType>NON_CASH</SettlementType>
    <ClassOfAccount>BOTH</ClassOfAccount>
    <SettlementChainEntries>
        <StepType>NonCashPset</StepType>
        <Bic>INDEMXMMXXX</Bic>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>NonCashDeagReag</StepType>
        <SettlementAgentName>CITIBANK, MEXICO</SettlementAgentName>
        <Bic>CITIUS33MER</Bic>
        <AccountNumber>229347</AccountNumber>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>NonCashDecuRecu</StepType>
        <SettlementAgentName>STATE STREET BANK AND TRUST COMPANY</SettlementAgentName>
        <Bic>SBOSUS3CXXX</Bic>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <RecDel>BOTH</RecDel>
    <CptyFirm>CPTY</CptyFirm>
</StandingSettlementInstruction>

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<StandingSettlementInstruction xmlns="http://www.service.cdds.cs.com/ssiData_2">
    <StableChangeVersion>2</StableChangeVersion>
    <Core>
        <LocalId>0164568752</LocalId>
        <EffectiveDate>2013-05-31T00:00:00.000-04:00</EffectiveDate>
        <ClosingDate>2018-07-11T18:01:04.183-04:00</ClosingDate>
        <DataStatus>Closed</DataStatus>
        <InternalIdentifier>00000000-0000-0000-0000-0000041af159</InternalIdentifier>
    </Core>
    <Change>
        <LastApprovedVersion>2</LastApprovedVersion>
        <LatestReviewTime>2018-07-11T18:01:04.183-04:00</LatestReviewTime>
    </Change>
    <LatestReviewers>
        <userName>AlertDownloader</userName>
    </LatestReviewers>
    <TradingAccount>
        <Core>
            <LocalId>0159514369</LocalId>
        </Core>
        <SystemCodes>
            <SystemCodeType>
                <Id>TradingAccountGSID</Id>
            </SystemCodeType>
            <Value>4770730</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>NTPANY</Id>
            </SystemCodeType>
            <Value>2YVEE0</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
        <SystemCodes>
            <SystemCodeType>
                <Id>NTPA</Id>
            </SystemCodeType>
            <Value>YXWZU0</Value>
            <ValueStatus>Active</ValueStatus>
        </SystemCodes>
    </TradingAccount>
    <Country>
        <IsoCode>AU</IsoCode>
    </Country>
    <Security>
        <Id>FX</Id>
    </Security>
    <SettlementMethod>
        <Id>CASH</Id>
    </SettlementMethod>
    <AlertIndex>1</AlertIndex>
    <Currency>
        <IsoCode>AUD</IsoCode>
    </Currency>
    <DefaultSsi>true</DefaultSsi>
    <TermsOfDelivery>
        <Id>FOP</Id>
    </TermsOfDelivery>
    <SettlementType>CASH</SettlementType>
    <ClassOfAccount>NOSTRO</ClassOfAccount>
    <SettlementChainEntries>
        <StepType>CashBeneficiary</StepType>
        <SettlementAgentName>MSFIB</SettlementAgentName>
        <IdentifierType>
            <Id>FREE_FORMAT</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>CashLocalAgent</StepType>
        <SettlementAgentName>STATE STREET BANK AND TRUST COMPANY</SettlementAgentName>
        <SettlementAgentName2>, SYDNEY BRANCH</SettlementAgentName2>
        <Bic>SBOSAU2XXXX</Bic>
        <AccountNumber>BOSTAUD01</AccountNumber>
        <SubAccountNumber>AU913001</SubAccountNumber>
        <AssociatedBankCodeType>OTHER</AssociatedBankCodeType>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <SettlementChainEntries>
        <StepType>CashCustodian</StepType>
        <SettlementAgentName>STATE STREET BANK AND TRUST CO.</SettlementAgentName>
        <Bic>SBOSUS3FXXX</Bic>
        <AccountNumber>5BB3</AccountNumber>
        <IdentifierType>
            <Id>SWIFT_BIC</Id>
        </IdentifierType>
    </SettlementChainEntries>
    <InstructionEventType>
        <Id>NC</Id>
    </InstructionEventType>
    <RecDel>BOTH</RecDel>
    <CptyFirm>CPTY</CptyFirm>
    <MTO>true</MTO>
</StandingSettlementInstruction>
SSI_sample.txt
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.