Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

Further details on Test Tool Availability on ITE2 Open will be provided in the April Code Drop Notes.

(info) Table of Contents

Table of Contents

Self-Service Tools

Self-Service Tools are provided by ASX to allow the CHESS user to simulate an event or workflow that is initiated by another counterparty.

Using the Self-Service Feature

  • Only one CSV file submission is accepted at a time.

  • Unless stated otherwise in the tool consideration column, the CSV must not exceed 50 rows and a maximum file size of 50KB.

  • The CSV must be encoded in UTF-8 not UTF-8-BOM. For further details refer here.

  • Date fields must be populated in a yyyy-mm-dd format.

  • CSV files should be opened into notepad or similar, not excel, as excel with autoformat data resulting in errors.

  • Sample templates are provided for reference only. Users must ensure templates are correctly populated with all of the fields available in the message before submitting them to the tool.

  • Self-Service Tools include the ability to specify the User Defined ID component of the Transaction ID. Users are required to populate this value, ensuring the Transaction ID is unique for each record within a CSV file as well as for the CSP. For further information, refer to Transaction IDs and Reference fields.

  • Self-Service Tools will parse the entire CSV file and ensure a summary of error/s is available to the CHESS user. The error response will specify the Transaction Id and the number of the row in which the error occurred.

  • Each Self-Service Tool follows a workflow detailed and supported by and documented in supporting /wiki/spaces/CSP/pages/23233045 and /wiki/spaces/CSP/pages/23233033 specifications, it is advised that these specifications are viewed prior to initiating a self-service transaction.

  • If the CSV submitted is invalid due to errors in the business validity, an Invalid Transaction (comm_808) is received.

  • If the CSV submitted is invalid due to errors in the file format or schema validity, a rejection from the Self-Service Tool is received. These responses are delivered to the REST endpoint, where it is converted to a JSON response.

  • Additional information on the column names and elements present in the CSV can be found on the corresponding /wiki/spaces/CSP/pages/23233045 specification.

Connection details

Prior to establishing connection to the ITE2, the CHESS User will need to generate and submit a Certificate Signing Request and acquire the ASX root / issuing CA public key (instructions are available on the FTP). The CHESS User is also required to populate the CSV sample file in the table below.

Note

CSV files submitted to the CSP must be encoded in UTF-8 not UTF-8-BOM. For further details refer here.

The below code snippet demonstrates how to establish connection to the Self-Service Tool:

Code Block
curl
    // Verbose output
    -v
    
    // Informs recipients that the client is about to send a message body in this request and wishes to receive a 100 (continue) interim response
    -H "Expect: 100-continue"
    
    // ASX’s CA’s public keys in pem format
    --cacert /c/path/to/file.pem
                
    // File containing the certificate of the client machine
    --cert /c/path/to/file.cer
     
    // Private key of the client certificate provided in cert option
    --key /c/path/to/file.key
             
    // The URL of the Self-Service Tool
    "<insert url provided in the table below>" 
                 
    // Header option to accept json format (not the same as the CSV file)
    -H "accept: application/json"
                 
    // Header option to tell curl command that it will be form-data in other words file as input
    -H "Content-Type: multipart/form-data"
                 
    // The input CSV file to be sent as part of the request
    -F "file=@/c/path/to/file.csv"

The URL for the Self-Service Tool is ite2-test-tool.asx.com.au and is listed for each tool below. The local host DNS needs to be reconfigured to 203.4.179.152 to ensure correct routing. Refer to Section 04 - Networking Details for ITEs for further information.

Function

Description

Egress

URL

Impersonating

Sample CSV

Tool Considerations

Bulk Account Creation

The Bulk Account Creation tool enables Share Registries to submit multiple account creation requests acting as a Participant, as an alternative to manually creating individual accounts via the CHESS UI.

acct_001_acmt_001

Single:
https://ite2-test-tool.asx.com.au:5000/xmlIngest/acct001Single

Single RGID:

https://ite2-test-tool.asx.com.au:5000/xmlIngest/acct001SingleRGID

Joint:
https://ite2-test-tool.asx.com.au:5000/xmlIngest/acct001Joint

Joint RGID:

https://ite2-test-tool.asx.com.au:5000/xmlIngest/acctJointRGID

Participant

Self-Service Bulk Account Creation.zip

For each Account successfully created via the Bulk Account Creation Self-Service Tool, the corresponding Account Type, Account Identifier and Holder Id is returned in the response. The tool supports the creation of individual and non-individual holder types (e.g. company, trust, etc).

/wiki/spaces/CSP/pages/245467288

The PISP Application tool enables the initiation of the application for mFund units purchased (application) to be held on a Participant controlled account (HIN) in the CSP and facilitates the cash settlement of the mFund units applied.

mfund_401_setr_010

Initial: https://ite2-test-tool.asx.com.au:5000/xmlIngest/mfndInitFlow

Subsequent: https://ite2-test-tool.asx.com.au:5000/xmlIngest/mfndSubsequentFlow

Participants

Self-Service Initial mFund Application Order.zip


Self-Service Subsequent mFund Application Order submission.zip

/wiki/spaces/CSP/pages/245238857

The PISP Redemption tool enables the initiation of the redemption of mFund units held on a Participant controlled account (HIN) in the CSP and facilitates the cash settlement of the mFund units redeemed. 

mfund_407_setr_004

https://ite2-test-tool.asx.com.au:5000/xmlIngest/mfnd407

Participants

Self-Service mFund Redemption.zip

Insert excerpt
Macro 1
Macro 1
nopaneltrue

Insert excerpt
Macro 2
Macro 2
nopaneltrue

Insert excerpt
Disclaimer 2
Disclaimer 2
nopaneltrue