bfxc disagg to 3rd ccy

Upload: nagesh35

Post on 02-Jun-2018

218 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/10/2019 BFXC Disagg to 3rd CCY

    1/8

    Functional Specification Document

    Disaggregation of CashPosition Updates to a Third

    Currency

    Misys International Banking Systems

  • 8/10/2019 BFXC Disagg to 3rd CCY

    2/8

    Table of Contents

    DISAGGREGATION OF CASH POSITION UPDATES TO A THIRD CURRENCY......................... .1

    Table of Contents.....................................................................................................................................2DISAGGREGATIONOFCASHPOSITIONUPDATESTOATHIRDCURRENCY..................................................3

    Introduction..............................................................................................................................................3Modifications...........................................................................................................................................3

    BFXC FX CASHPOSITIONUPDATE.....................................................................................................4

    Introduction..............................................................................................................................................4Modifications...........................................................................................................................................4Screen Layout...........................................................................................................................................6Screen Fields............................................................................................................................................7

    APPENDIXA: BBFT BATCHINFORMATION...........................................................................................8

    BBFT Paraeters.....................................................................................................................................!

    Misys International Banking Systems Disaggregation of Cash Position Upates to a

    Thir Currency !

  • 8/10/2019 BFXC Disagg to 3rd CCY

    3/8

    Disaggregation of Cash Position Upates to aThir Currency

    Introuction

    The purpose of this enhancement is to describe the modifications

    needed to BFXC, FX Cash Position Update program, to allow it to

    disaggregate the cash position updates that are created into a third,

    non-base currency.

    Moifications

    The following programs will be modified for this enhancement:

    BFXC FX Cash Position Update program will be modified to allowcash position updates to be disaggregated to a third currency.

    Misys International Banking Systems Disaggregation of Cash Position Upates to a

    Thir Currency "

  • 8/10/2019 BFXC Disagg to 3rd CCY

    4/8

    BF#C F# Cash Position Upate

    Introuction

    The BFXC, FX Cash Position Update batch task is used to update the

    foreign exchange trader currency pair position using all debit/credit

    amounts for the foreign exchange cash general ledger account created

    from journal entries or accounting tasks that do not directly update

    trader position.

    The BFXC, FX Cash Position Update task is run in the nightly batch

    Moifications

    BFXC will be modified to include a new text box that will allow the

    user to specify a currency with which BFXC will disaggregate the cash

    position.

    When a currency is entered, BFXC will do the following

    Use existing logic to calculate the foreign currency against

    base currency position.

    Retrieve the Spot Revaluation Rates from the REVP table

    Calculate the rate for each currency against that specified on

    the BFXC disaggregate currency field using the spot

    revaluation rates.

    Calculate the disaggregate amounts and create the position

    updates for each disaggregate currency pair using thecorresponding Cash Position trader, portfolio and cost center

    on the CCYP table.

    For Example

    The following ACUP records are posted to the FX Cash general ledger

    B

    R

    PRODUC

    T

    TYPE DEALN

    O

    SE

    Q

    CCY BEIND POSTDATE EFFDATE DRCRIN

    D

    AMOUNT

    01 GENLED JE 123544 0 GBP 0 02 Jul 2001 02 Jul 2001 DR 125,000.0001 GENLED JE 123544 0 GBP 1 02 Jul 2001 02 Jul 2001 CR 347,367.11

    Base Currency = AUD

    Disaggregate currency input into BFXC = USD

    GBP Spot Revaluation Rate = 2.778543

    USD Spot Revaluation Rate = 0.5080

    Misys International Banking Systems Disaggregation of Cash Position Upates to a

    Thir Currency $

  • 8/10/2019 BFXC Disagg to 3rd CCY

    5/8

    CCYP Records are present for

    CCY 1 CCY 2 Cash Trader Cash

    Portfolio

    Cash Cost

    Center

    GBP AUD TRAD1 PORT1 1000

    GBP USD TRAD2 PORT2 1000

    AUD USD TRAD3 PORT3 1000

    Normally, when the checkbox Use Implied Spot Rate from ACUPs

    is checked then BFXC calculates the conversion rate to use from the

    currency amount against the base equivalent. In this example, BFXC

    would produce the following CPPR update

    CCY

    1

    CCY

    2

    TRAD PORT COS

    T

    VDATE CCY1AMT CCY2AMT Implied Rate

    AUD GBP TRAD

    1

    PORT1 1000 3 Jul 2001 347,367.11 -125,000 2.77893688

    However, the user has specified a disaggregate currency of USD.

    Instead of posting just the AUD/GBP position as above BFXC will

    now calculate and post a AUD/USD, CPPR.CCY1 against

    disaggregation currency, and a GBP/USD position, CPPR.CCY2

    against disaggregation

    The AUD/USD (CCY1 against Disaggregation currency) rate is

    calculated using the spot revaluation rates from the REVP table.

    AUD/USD rate = 0.5080

    The GBP/USD (CCY2 against Disaggregation currency) rate is

    calculated using the AUD/USD and AUD/GBP rates, so

    GBP/USD rate = GBP/AUD x AUD/USD

    = 2.77893688 x 0.5080 = 1.41169993504

    BFXC will always use the REVP rate to calculate the base currency

    against the disaggregation currency whether the base is CCY1 orCCY2. BFXC will then use that rate in conjunction with the rate used

    for the foreign currency against base currency to calculate the foreign

    currency against disaggregation currency rate.

    Misys International Banking Systems Disaggregation of Cash Position Upates to a

    Thir Currency %

  • 8/10/2019 BFXC Disagg to 3rd CCY

    6/8

    The following updates are made to the CPPR

    CCY1 CCY2 TRAD PORT COST VDATE CCY1AMT CCY2AMT Implied Rate

    AUD GBP TRAD1 PORT1 1000 3 Jul 2001 347,367.11 -125,000.00 2.778937

    AUD GBP TRAD1 PORT1 1000 3 Jul 2001 -347,367.11 125,000.00 2.778937

    AUD USD TRAD3 PORT3 1000 3 Jul 2001 347,367.11 -176,462.49 0.5080

    GBP USD TRAD2 PORT2 1000 3 Jul 2001 -125,000.00 176,462.49 1.41169993504

    The trader, portfolio and cost center that BFXC posts to are those from

    the CCYP of the disaggregate currency pair not the currency against

    base pair.

    When the checkbox Use Implied Spot Rate from ACUPs is not

    checked then BFXC uses the REVP spot rate for the currency against

    base, this will not change. However, BFXC will now use that rate to

    calculate the rate for the base against disaggregate currency.

    Screen &ayout

    Misys International Banking Systems Disaggregation of Cash Position Upates to a

    Thir Currency '

  • 8/10/2019 BFXC Disagg to 3rd CCY

    7/8

    Screen Fiels

    Disagg CCY

    Optional, 3 characters

    The third currency to which all cash updates are disaggregated. If left

    blank or if set to the base currency then no disaggregation will occur,

    all positions will be posted as foreign currency against base currency.

    Misys International Banking Systems Disaggregation of Cash Position Upates to a

    Thir Currency (

  • 8/10/2019 BFXC Disagg to 3rd CCY

    8/8

    )ppeni* )+ BBFT Batch Information

    BBFT Parameters

    The BFXC BBFT parameter will be modified to read

    Parameter Description Example

    1 Branch 01

    2 Use implied spot rate

    from ACUPs

    (check box)

    0 or 1

    3 Create Offset TRPD

    Records (check box)

    0 or 1

    4 Disaggregation

    currency

    GBP

    The batch string may be displayed as follows:

    01,1,1,GBP

    Misys International Banking Systems Disaggregation of Cash Position Upates to a

    Thir Currency ,