1 / 4

Algorithmic Derivative Trading

Algorithmic Derivative Trading. Types for CNFs. Type of a clause: Pair: (length, positive literals) Example: (2,2) for (a or b) Type of a cnf: Set union of types of clauses Example: T = ((2,2) (1,0)) for (a or b) and (b or c) and !a and !b and !c. CNF type as derivative.

hubertt
Télécharger la présentation

Algorithmic Derivative Trading

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Algorithmic Derivative Trading

  2. Types for CNFs • Type of a clause: • Pair: (length, positive literals) • Example: (2,2) for (a or b) • Type of a cnf: • Set union of types of clauses • Example: T = ((2,2) (1,0)) for (a or b) and (b or c) and !a and !b and !c

  3. CNF type as derivative • Determine price p in [0,1] for derivative T, e.g., price for ((2,2) (1,0)). • When I buy your derivative T at a price p you have the obligation to give me a cnf of type T and the fraction of the clauses that I can satisfy you have to pay me. What is your price for derivative T?

  4. Fact • There is a unique price p(T) for derivative T: • p > p(T) you make money • p <p(T) you lose money • Assumes that I have only polynomial time available, e.g., quadratic polynomial time.

More Related