EP1512105A1 - A method and a system for improved trading of combinations and baits generated thereof - Google Patents
A method and a system for improved trading of combinations and baits generated thereofInfo
- Publication number
- EP1512105A1 EP1512105A1 EP03730973A EP03730973A EP1512105A1 EP 1512105 A1 EP1512105 A1 EP 1512105A1 EP 03730973 A EP03730973 A EP 03730973A EP 03730973 A EP03730973 A EP 03730973A EP 1512105 A1 EP1512105 A1 EP 1512105A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- matching
- computer
- calculated
- entity
- data values
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Definitions
- the present invention relates to an automated exchange system, and in particular to an automated exchange designed to execute matching of combinations of financial instruments.
- a combination order is an order implying the simultaneous trade of two or more contracts.
- the combination contract for which the orders are given can be set up as a separate instrument and be traded as such or the order is entered as a combination order into two or more instruments without a specific name for the combination order.
- combination orders are usually called things as straddle, strangle, bull or bear spread etc.
- combination orders usually do not have any special names as in the derivative exchanges.
- Combination contracts are today set up with natural numbers as ratios. Thus if size one of A is sold then one, two, three, ... is to be bought of B. The most common ratio between legs in a combination contract is one to one ratios. Meaning that if one contract of A is sold one contract of B is bought.
- the price of the combination order is the price of contract A minus price of contract B.
- the contract B costs more than the contract A the price of the combination will be positive since the order in the combination will result in a cash outflow.
- Baits are orders in the outright market of the legs comprised in the standard combination set at prices such that the combination order as a whole will match the prices of the legs in the outright market. This bait generation is made in order to increase the liquidity in the outright instruments as well as for the combination contract.
- the derived orders are in a conventional automated system generated by the matching process as a result from a combination order.
- the combination order is to buy one contract A and sell one contract B.
- there is no order to buy one contract B at a price that would match the price of the combination order h this case an order to sell one contract B could be generated in the outright market.
- the combination order implies that the trader is willing to pay 2 more for each contract bought of A than sold of B.
- a natural number limitation is usually not a major problem when strategies of options or equities are to be traded. However, if trades are to be done in bonds or similar financial contracts, between different products, hedge options with futures or the underling stock, index and similar types of contracts, the ratios are to be calculated by some formula in order to provide maximum benefit.
- the hedge ratio may be calculated to be duration neutral.
- the duration of the bond is often considered to be the risk of the bond. In these cases the ratio between the legs in the combination contact traded will not be a natural number.
- the ratio of the volumes cannot be set as natural numbers.
- the delta value is dependent on the price of the option as well as the price of the underlying instrument.
- there are many combination orders where the ratios between the legs in the combination are not natural numbers. These include covered options, future basis trades, switches of bonds etc where the weight and/or the price is derived by some formulae.
- a conventional way of increasing the processing power in a matching unit is to partition the execution into two or several partitions each operating on a different set of data. For example one partition may operate on data for a first type of financial instruments whereas another partition operates on data for a second type of financial instruments.
- a single matching unit is supplemented with a calculation unit and a global memory accessible by both the calculation unit and the matching unit.
- a computer architecture will make it possible to perform some of the calculations related to the volume and/or prices of the baits needed in the matching to be performed in advance, and store the generated values in a global memory.
- the matching process is able to use the values resulting from the pre-calculation when needed, and since no or few calculations are done in one of the most critical parts of the system, i.e. the matching unit, the process of matching combination contracts can be performed at a much higher rate.
- the performance of the matching process will be significantly increased.
- the provision of one or several calculation units will make it possible to perform even very complex calculations can be performed, since most calculations need not be performed in real time.
- - Fig. 1 is a general view of an automated exchange system
- - Fig. 2 is a block diagram illustrating parts used in the matching process of the system shown in Fig. 1.
- - Fig. 3 is a flow chart illustrating process steps carried out when matching combination orders.
- Fig. 4 is a flow chart illustrating further steps carried out in a matching unit in accordance with the present invention.
- Fig. 1 a general view of an automated exchange system is shown.
- the system comprises a number of remote terminals 10 all connected to a central computer server 12 comprising a matching unit 13 including a computer processor, and an order book (memory) 14 associated therewith.
- the central computer server 12 is loaded with suitable software, such as the CLICK TM software sold by OM Technology AB, Sweden, and forms an automated exchange having all features and functionality of a conventional automated exchange.
- the remote terminals 10 are designed to send data to and receive data from the central computer server 12.
- the terminals 10 are further designed to provide an interface for investors, such as broker firms etc., trading contracts including combination contracts at the automated exchange.
- the matching of orders input in such a system is performed in the central computer server by the unit 13 designed for this task.
- a block diagram illustrating different parts of a central computer server 212 having matching unit in accordance with the present invention is shown.
- the matching unit in accordance with the invention comprises two separate entities 213 and 211.
- the first entity 213 is a single matching unit provided for matching all orders input to the automated exchange system.
- the unit also matches derived orders as generated by the system as a result of incoming combination orders.
- the unit 213 is associated with an order book 214 and can receive and output information to remote terminals (not shown).
- the second entity 211 is a unit for pre-calculating values likely to be used by the matching unit in the matching process.
- the calculation unit calculates values that are close to the current market values. Other more complex prediction algorithms and models may also be used taking into account price movements, volatility etc. Also more than one unit 211 may be provided.
- the values that are calculated by the unit 211 are stored in a global memory 215.
- the memory 215 is accessible both by the matching unit 213 and by the calculation unit 211.
- the provision of the global memory comprising values to be used in matching process enables the matching unit to execute the matching fast, since if a value requiring complex calculations is required this value can be fetched directly from the global memory 215. Hence, the matching unit does not need to use any of its own processing power for performing these calculations.
- the matching process of the matching unit in accordance with the present invention can fast and easily use the values calculated by the calculation unit. If a value is needed in the matching process and it the value does not exist in the global memory 215, the calculation unit will be called upon to generate that value in real time.
- the process within the calculation unit will also calculate new values that are likely to be required by the matching unit when this first query is answered, in order to minimize the number of queries. This because a query will slow down the performance of the matching compared when the value can be found directly in the global memory.
- the number of values that can be pre-calculated may or may not be configurable. If many values are calculated in advance, the performance will be high, since no or very few additional calculations will be required and passed on as a query to the calculation unit. However, many pre-calculated values will require a large memory. If less pre-calculated values are used the performance will worsen if the volatility in the market is high but the memory usage will be low. Therefore, a trade off between the cost for the memory and the performance level will have to be made. Also, the use of a prediction model tuned for the financial instruments traded at the automated exchange can be used to minimize the number of queries. Also, as stated above, the number of units (partitions) provided for precalculations of values may be more than one in order to even further speed up the execution.
- a flowchart illustrating different steps carried out in the matching unit as described above in conjunction with Fig. 2 is shown.
- the matching unit matches incoming orders as well as derived baits.
- a combination order is received by the matching unit 213.
- the unit then tries to match the order with a corresponding combination order at the same price and volume, step 303.
- the matching unit tries to match the combination order with single orders in the outright market.
- the outright prices and/or the volumes for the combination order must to be calculated.
- the matching unit 213 may calculated them, step 305. If, on the other hand, the corresponding price and/or volume is given by a formula or is for some other reason determined to place a too high load on the processor associated with the matching unit, the matching unit 213 fetches the values needed for the price and/or volume calculation from the global memory 215, step 307. Using the values calculated/fetched in steps 305 and/or 307 the matching unit 213 tries to match the separate legs of the combination order with corresponding orders in the outright market, step 309.
- step 311 If the incoming combination order cannot be matched in either step 303 or 309, the order is placed in the order book of the automated exchange, step 311. When placed in the order book the matching unit 213 will try to create baits/derived orders from the outright order in the legs in the combination, step 313.
- the values used by the matching unit 213 may vary depending on what instruments that are to be traded. For example, when bonds are to be traded price-to-yield calculations are done by the calculation unit 211 for fast access by the matching unit 213 to calculate the prices of the outright legs.
- the matching unit also needs the duration of the legs for the calculation of the volumes of the legs. Thus, in this example, both the price-to-yield, yield- to-price and duration calculations will be done in the calculation unit 213. All these calculations are very computer intensive and thus can not be performed by the matching unit 211 without rendering a bad performance for the automated exchange.
- the matching unit 213 needs the delta values of the outright legs to calculate the volumes but no calculations need to be done for the price determination. Thus the values needed by the calculation unit 213 may differ depending on the instruments traded.
- step 315 When there are combination orders placed in the order book and derived orders are calculated and placed in the order book, the matching procedure has to be run again whenever a price in the outright instruments are changed or a new order is entered in the outright market, step 315.
- the procedure will be similar to the one described above in steps 301 - 313, when an incoming combination is executed.
- the unit 213 tries to access a value in the memory 215, step 401. If the access fails the unit 213 sends a query to the calculation unit 211 requesting new values, step 403. The calculation unit 211 will then interrupt its current calculations and calculate the value(s) requested by the unit 213, step 405. Next the calculation unit 211 will add and remove values from the global memory 215, step 407. The new values will be based on the current market prices. In this manner, the probability that the matching unit 213 again has to query the calculation unit 211 will be reduced. When the memory is updated the calculation unit 211 notifies the unit 213 which now can read the values from the memory 215, step 409. hi another preferred embodiment the requested value is first calculated and returned to the matching unit before the memory is updated.
- the calculation unit may preferably continuously receive market data so that it can pre- calculate the most likely values to be used by the matching unit 213.
- the calculated values may, for example, be all the values a standard deviation (volatility) away from the current market values.
- the matching unit 213 will use the values received from the global memory 215 or the calculation unit 211 to calculate the price and/or volume for the baits. Thus, the matching unit will be likely to do some calculations, but the process intensive calculations as iterative goal seeking, price-to-yield conversion, Black and Scholes option pricing formula etc. are performed by the calculation unit 211.
- the method and system as described herein will make it possible to create combinations where the volume and/or the price is determined according to some formula instead of being fixed ratios as most electronic trading systems are designed to handle today. The system and method can also guarantee that all parts of the combination will be executed since the execution is done in the matching process.
Landscapes
- Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)
Description
Claims
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
SE0201756A SE0201756L (en) | 2002-06-10 | 2002-06-10 | Procedures and systems for improved trade with combinations and thereby generated baits |
SE0201756 | 2002-06-10 | ||
PCT/SE2003/000922 WO2003105044A2 (en) | 2002-06-10 | 2003-06-05 | A method and a system for improved trading of combinations and baits generated thereof |
Publications (1)
Publication Number | Publication Date |
---|---|
EP1512105A1 true EP1512105A1 (en) | 2005-03-09 |
Family
ID=34132475
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
EP03730973A Ceased EP1512105A1 (en) | 2002-06-10 | 2003-06-05 | A method and a system for improved trading of combinations and baits generated thereof |
Country Status (2)
Country | Link |
---|---|
EP (1) | EP1512105A1 (en) |
AU (1) | AU2003241248A1 (en) |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020057708A1 (en) * | 2000-07-31 | 2002-05-16 | Galbi Duane E. | Enhancing performance by pre-fetching and caching data directly in a communication processor's register set |
-
2003
- 2003-06-05 EP EP03730973A patent/EP1512105A1/en not_active Ceased
- 2003-06-05 AU AU2003241248A patent/AU2003241248A1/en not_active Abandoned
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020057708A1 (en) * | 2000-07-31 | 2002-05-16 | Galbi Duane E. | Enhancing performance by pre-fetching and caching data directly in a communication processor's register set |
Also Published As
Publication number | Publication date |
---|---|
AU2003241248A1 (en) | 2003-12-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8560424B2 (en) | Method and a system for improved trading of combinations and baits generated thereof | |
US11468511B2 (en) | Generating implied orders based on electronic requests for quotes | |
US20170148095A1 (en) | Minimizing security holdings risk during portfolio trading | |
JP4897303B2 (en) | Trading tools to enhance the execution of stock price and commodity index orders | |
US7899733B2 (en) | Method and a system for trading virtual instruments | |
US8694415B2 (en) | Out of band credit control | |
US20220327623A1 (en) | Accelerated trade matching using speculative parallel processing | |
WO2012106531A1 (en) | Trade matching platform with variable pricing based on clearing relationships | |
US20140324668A1 (en) | Trade Matching Platform with Variable Pricing Based on Clearing Relationships | |
AU2006244499A1 (en) | Portfolio execution and reporting | |
US20140236799A1 (en) | Out of Band Credit Control | |
US8762252B2 (en) | Out of band credit control | |
US8666878B2 (en) | Trading of combinations and baits generated thereof in an automated trading exchange system | |
US20080015965A1 (en) | method and system for trading tangible and intangible goods | |
EP1512105A1 (en) | A method and a system for improved trading of combinations and baits generated thereof | |
US20030065599A1 (en) | System and method for measuring performance of trading instruments within a market | |
KR102298049B1 (en) | Methods and systems for creating a government bond volatility index and trading derivative products based thereon | |
CN117217927A (en) | Intelligent generation method, device, system, equipment and storage medium of investment scheme | |
KR20040005431A (en) | A service Method and Apparatus on futures and options | |
Glasserman et al. | Generating Sample Paths | |
WO2000065515A2 (en) | A system and method for completing a transaction for an investment instrument |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LI LU MC NL PT RO SE SI SK TR |
|
AX | Request for extension of the european patent |
Extension state: AL LT LV MK |
|
17P | Request for examination filed |
Effective date: 20041208 |
|
DAX | Request for extension of the european patent (deleted) | ||
17Q | First examination report despatched |
Effective date: 20090930 |
|
APBK | Appeal reference recorded |
Free format text: ORIGINAL CODE: EPIDOSNREFNE |
|
APBN | Date of receipt of notice of appeal recorded |
Free format text: ORIGINAL CODE: EPIDOSNNOA2E |
|
APBR | Date of receipt of statement of grounds of appeal recorded |
Free format text: ORIGINAL CODE: EPIDOSNNOA3E |
|
APAF | Appeal reference modified |
Free format text: ORIGINAL CODE: EPIDOSCREFNE |
|
RAP1 | Party data changed (applicant data changed or rights of an application transferred) |
Owner name: NASDAQ TECHNOLOGY AB |
|
APBT | Appeal procedure closed |
Free format text: ORIGINAL CODE: EPIDOSNNOA9E |
|
REG | Reference to a national code |
Ref country code: DE Ref legal event code: R003 |
|
STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION HAS BEEN REFUSED |
|
18R | Application refused |
Effective date: 20200416 |