Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This is a direct conversion by Instrument Engineering from Eagle Enrichment User Guide 2015, which is only available in PDF format.

Futures and options must have an associated synthetic cash security (syncash) in the system before you enrich them. Since accounting systems do not have or require synthetic cash securities, Eagle created an automated process in Security Reference Manager (SRM) and the Issue Viewer panels for options and futures, available in V11.0 and later. The optional process generates synthetic cash securities automatically when the actual future or option instrument is created. This allows complete throughput from asset set up through exposure enrichment without leaving the Eagle application. If you are using an external or custom process to establish futures and options you need to consider modifications before using Eagle Enrichment.

Content on this page:

Working with Synthetic Cash Securities

Synthetic cash securities are not tangible assets, and funds never actually own a position in them. During the enrichment process a phantom position is created in synthetic cash for each directly held future or option. For this to occur there must be a synthetic cash security linked to its parent future or option. Refer to the section Working with Synthetic Cash Securities.

For example, a portfolio that owns a future and an option would have accounting based holdings that look like this:

Portfolio ABC:

  • Future 1
  • Option 1

However, the exposure view of this portfolio requires that holdings look like this:

Portfolio ABC:

  • Future 1
  • Syncash Future 1
  • Option 1
  • Syncash Option 1

Creating Synthetic Cash Securities

Use the Create Synthetic CASH Security option when adding or editing existing futures and options. Complete the following procedure to create synthetic cash securities.

1. From any Eagle window, click the Eagle Navigator button to access the Eagle Navigator.

2. Enter Future Contract in the Start Search text box and click the Future Contract (Market Data Center) link.

You see the Future Contract panel displayed in the Market Data Center.

Figure 21: Futures Contract Panel

3. In the Create Synthetic CASH Security field, select Yes to automatically create synthetic cash and link it to the parent asset. Select No if you do not want to create notional exposure for these instrument types. The future or option security is created without a synthetic cash counterpart.

If you have futures and options you set up prior to V11.0, when you open a preexisting security, the Create Synthetic CASH security option is set to No. Set the option to Yes. Once submitted, the synthetic cash security is created.

4. Click Submit.

  • After you submit the request:
    • The future or option is established as security master according to the values specified in the panel.
    • The auto-create synthetic cash process establishes a security master for a synthetic cash counterpart as follows:
FieldValue
Security AliasNew unique value.
Primary Asset IDInherit (duplicate) value from parent security.
Investment TypeSet to SYNTH.
Security TypeSet to SYNCASH.
Sub Security TypeSet to CASH.
Processing Security TypeSet to SYNTHETIC.
Issue NameAppend Synthetic Cash + parent issue name.
Issue DescriptionAppend Synthetic Cash + parent issue description,
Ticker
Currency Code SecurityInherit (duplicate) value from parent security.
Income CurrencyInherit (duplicate) value from parent security.
Quantity TypeAppend SYN + parent currency code.
Trading UnitSet to 1.
Price MultiplierSet to 1.
  • Once the security master is complete, the process establishes a relationship between the parent security and its syncash counterpart. The relationship is maintained on SecurityDbo.Underlying_Security.
FieldValue
Security AliasSecurity Alias of parent security.
Underlying Security AliasSecurity Alias of synthetic cash security.
Underlying TypeSet to SYNTHETIC.
Start DateSet to current date.
  • Once synthetic cash securities are established, you can query or edit them using Issue Viewer or Security Reference Manager. For example, in downstream reporting, you may have a report grouped on sub-security type. Synthetic cash is assigned a sub-type of CASH. If you do not want synthetic cash grouped in the CASH category, use Eagle tools to change the synthetic cash security attributes.

Working with Pre-Existing Processes

You may already have custom procedures in place to create synthetic cash. Unlike some custom procedures, the enrichment process does not create synthetic cash securities. Security reference data for synthetics must exist ahead of time. Before using a custom procedure for maintaining synthetic cash, be aware of the following requirements.

  • Every future and option must have its own synthetic cash counterpart. The derivative and its synthetic counterpart must have:
    • A unique security_alias
    • A common primary_asset_id
  • Eagle suggests the following best practices when using additional security master information for the synthetic cash securities:
    • Security Alias. A new unique value.
    • Primary Asset ID. Inherit (duplicate) value from parent security.
    • Investment Type. Set to SYTH.
    • Security Type. Set to SYNCASH.
    • Sub Security Type. Set to CASH.
    • Processing Security Type. Set to SYNTHETIC.
    • Issue Name. Append Synthetic Cash + parent issue name.
    • Issue Description. Append Synthetic Cash + parent issue description.
    • Ticker. Append SYN + parent currency code.
    • Currency Code. Inherit (duplicate) value from parent security.
    • Income Currency. Inherit (duplicate) value from parent security.
    • Quantity Type. Set to CASH.
    • Trading Unit. Set to 1.
    • Price Multiplier. Set to 1.
  • The relationship between the derivative and its synthetic cash counterpart must be maintained on Securitydbo.Underlying_Security, and must have its relationship type maintained. The underlying relationship should have the following information:
    • Security_Alias. Set equal to the security alias of the parent derivative.
    • Underlying_Sec_Alias. Set equal to the security alias of the associated synthetic cash security.
    • Underlying_Type. Set to SYNTHETIC (all uppercase).
    • Begin_date. Set to the derivatives begin date.
  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.