Importing Security Definitions and Market Values

This topic discusses the securities data import process, and how to import security definitions and the current market values of securities.

Page Name

Definition Name

Usage

Security Definition Import Page or Security Market Values Import Page

BSP_IMPORT

Import security definition data based on the security's identifier.

Import current security market values data.

PeopleSoft provides a way to import general information about a security into the system based on its CUSIP or CINS identifier. A variation of this process can be used to import current market values of the securities. Once a security definition is downloaded into the system, investment deals can be created using the security. When the latest market value for the security is downloaded into the system, the value of the security deal is updated and the gain or loss for the deal is booked in Treasury accounting.

This diagram illustrates the securities data import process.

This diagram illustrates the steps in the securities data import process, which is described in detail following the diagram

Securities data import process

The securities data import process involves the following steps:

  1. An administrator enters information pertaining to a securities data file in comma-separated value (.csv), flat-file format.

    This initiates the File Import Application Engine process (IMPORT_FILES), which functions as an interface or shell to define the necessary commands for the system to import the securities data files.

  2. The File Import Application Engine reads the file's layout definition data (which is stored in the Layout Catalog) and calls the corresponding transformation process.

    The layout for importing securities definition data is SECURITY and the corresponding transformation process called is TRX_SECD_XFM. For importing security market value, the SEC_MARKET layout is used with the TRX_SECM_XFM transformation process.

  3. The transformation Application Engine loads the data into the securities application tables using the TRX_SEC_HDR IP message for securities definition data or the TRX_SEC_MKTVAL IP message for security market values.

Use the Security Definition Import page (BSP_IMPORT) or the Security Market Values Import page (BSP_IMPORT) to import security definition data based on the security's identifier.

Navigation:

  • Deal Management > Administer Deals > Security Definition Import > Security Definition Import

  • Deal Management > Process Deals > Security Market Values Import

This example illustrates the fields and controls on the Security Definition Import page. You can find definitions for the fields and controls later on this page.

Security Definition Import page

Note: The field descriptions provided here are the same for both the Security Definition Import page and Security Market Values Import page.

Field or Control

Description

Import Type

Select the method to import the bank statement data. Options are:

  • FTP: Select if you are importing the file by using file transfer protocol, and enter a node through which to transfer the data.

  • File: Select if you are importing a file, and complete the File Path and File Name fields.

  • HTTP: Select if you are importing a file using a URL that is included as part of the node configuration. No file path or file name is required.

Integration Node

Enter the integration node to use to transfer the data. This field appears only if FTP or HTTP is selected in the Import Type field.

See PeopleTools: Integration Broker, "Building Message Schemas."

See PeopleTools: Integration Broker Administration, "Using Listening Connectors and Target Connectors," Working With the AS2 Connectors.

See Defining Integration Broker Settings for Bank Statements and Payment Acknowledgments.

View Integration Node Details

Click to access the Integration Node Details page and review property details of the selected node. This link appears only if FTP or HTTP is selected in the Import Type field.

File Location

Appears when using the File import type only. Displays the file location entered on the configuration page by a bank integration administrator. Users have access only to the folders below the base path displayed in the File Location field.

For more information, see Managing Import File Locations.

File Path

Enter a file path according to the import type selected:

  • File Import Type: Leave this field blank to select a file in the base path shown in the File Location field, or enter a folder name with trailing backslash below the base path, for example, /Bank02/.

    Wildcard characters are not supported when using the File import type.

  • FTP Import Type: Enter the complete file path location. To select files by using the Select File button, you must include a trailing backslash (\) in the file path.

    You can you can also load all files in a given directory by using the *.* notation or search for files of a specific type by entering an asterisk and the extension suffix. For example, to search all files with an .xxx suffix, enter \*.xxx.

  • HTTP Import Type: Does not require a file path and the field is unavailable.

Note: Be sure that the application server and the Process Scheduler have access to the directory, FTP node, or HTTP node where the files are staged for import.

File Selection Help

Click to view help information about specifying file paths and file names.

File Name

Enter the specific file to import or click the Select File button to search for a file. If you want to import multiple files based on extension for the FTP import type, leave this field blank.

Layout

Select the file layout for the type of security data being imported.

  • SECURITY: For importing securities definition data.

  • SEC_MARKET: For importing security market values data.

Advanced Options

Field or Control

Description

Encryption Profile

Select an encryption profile to decrypt bank statements. Encryption profiles contain both encryption and decryption information.

Use Integration Broker

Select to lay out the files and publish the formatted document to PeopleSoft Integration Broker. Integration Broker then processes the formatted file accordingly.

You select this option if you want to use the financial sanctions information as a trigger to Integration Broker to perform other processes, or to integrate with other systems.

Post Process File Action

Select what action, if any, to perform on the bank statement files after the data has been processed. The options are:

  • Copy: Copy the file to the directory that is entered in the Post Process File Directory field.

  • Delete: Delete the file after the data in it is processed.

  • Move: Move the file to the directory that is entered in the Post Process File Directory field.

  • None: Take no action.

Post Process File Directory

Enter a file path to the directory to which the file will be moved or copied if either option is selected as the post process file action.

Layout Properties

Field or Control

Description

Value

Property codes and values appear by default from values that are defined on the selected layout ID.

If you configure unique code mappings for a layout (on the Code Mappings page), you need to modify the displayed CODE_MAP_GROUP value with the appropriate unique map value.

See Code Mappings Page.