26
C++ for Financial Instrument Pricing Object Oriented Modelling

Object Oriented Modelling

  • Upload
    jamese

  • View
    54

  • Download
    0

Embed Size (px)

DESCRIPTION

Object Oriented Modelling. Object Oriented Modelling. Develop cognitive models to help discover and design OO software Focus is on finance applications High-level Concept Mapping techniques Map CMs to UML, patterns and code. What is a Concept?. - PowerPoint PPT Presentation

Citation preview

Page 1: Object Oriented Modelling

C++

for F

inan

cial I

nstru

men

t Pric

ing Object Oriented Modelling

Page 2: Object Oriented Modelling

2

C++

for F

inan

cial I

nstru

men

t Pric

ing

Object Oriented Modelling Develop cognitive models to help

discover and design OO software Focus is on finance applications High-level Concept Mapping

techniques Map CMs to UML, patterns and code

Page 3: Object Oriented Modelling

3

C++

for F

inan

cial I

nstru

men

t Pric

ing

What is a Concept? A regularity in entities, objects,

activities or events Designate a concept by a label We use concepts as recognition

devices Concepts can be abstract/high-level

or concrete/low-level

Page 4: Object Oriented Modelling

4

C++

for F

inan

cial I

nstru

men

t Pric

ing

Examples of Concepts Instrument, option, IBM stock Pricing model, PDE, FDM MC pricing engine Risk System

Page 5: Object Oriented Modelling

5

C++

for F

inan

cial I

nstru

men

t Pric

ing

Links We ‘glue’ concepts together to form

propositions Meaningful relationships between

concepts A link is typically a verb or verb

phrase Source: text, word-of-mouth,

experience

Page 6: Object Oriented Modelling

6

C++

for F

inan

cial I

nstru

men

t Pric

ing

Examples of Links FDM uses a PDE An Asian option has various kinds of

payoff A Cheyette model is a kind of Asian

option Crank Nicolson is a FD scheme A portfolio consists of instruments

Page 7: Object Oriented Modelling

7

C++

for F

inan

cial I

nstru

men

t Pric

ing

Relationships with OO Concepts correspond to classes and

(sub)systems Links correspond to ISA, aggregation

and association relationships We create a concept maps, evaluate

it and then map to C++ classes and patterns

We recommend it!

Page 8: Object Oriented Modelling

8

C++

for F

inan

cial I

nstru

men

t Pric

ing

Concept Map A set of concepts with links

connecting them Concepts correspond to nouns, links

to verbs and verb phrases Originally used in Education Duffy used it for Object Modeling

Technique (OMT, 1995)

Page 9: Object Oriented Modelling

9

C++

for F

inan

cial I

nstru

men

t Pric

ing

Example: AustraliaContinent

Canberra

Cities

States

KangarooCows

AnimalsFarms

Australia

such as

such as

such as

has has has

has has

Page 10: Object Oriented Modelling

10

C++

for F

inan

cial I

nstru

men

t Pric

ing

Finite Difference Method

PDE

Excel

Display

Mesher

Crank NicolsonImplementation

Euler

Matrix Solver

FDM

such as

needs

is a

has

uses

present in

has

CEVBlack Scholes

Data

Properties

Functions

such as

is ais a

is ais a

uses functions

Page 11: Object Oriented Modelling

11

C++

for F

inan

cial I

nstru

men

t Pric

ing

Why Concept Maps? Forces us to think about the problem Easier to understand and to discuss

than ‘flat’ text Front-end to UML and Design

Patterns (Gamma et al) Many stakeholders can understand

them

Page 12: Object Oriented Modelling

12

C++

for F

inan

cial I

nstru

men

t Pric

ing

Concept Mapping Process We wish to develop techniques for

creating concept maps Cleat input and output (defined

process) Input: text, discussion, domain

knowledge Output: One or more (hierarchical)

concept maps

Page 13: Object Oriented Modelling

13

C++

for F

inan

cial I

nstru

men

t Pric

ing

Categories of Concept Maps Describing the structure of

(complex) objects Describing dependencies in a

dependency graph Data flow in a ‘data graph’ Any combination of the above

Page 14: Object Oriented Modelling

14

C++

for F

inan

cial I

nstru

men

t Pric

ing

The Filtering Process Texts tend to be ambiguous People tend not to ask question Get a common frame of reference

ASAP Apply standard questions

Page 15: Object Oriented Modelling

15

C++

for F

inan

cial I

nstru

men

t Pric

ing

Questions What is What kinds of How to When, why Relationship questions Follow-on questions

Page 16: Object Oriented Modelling

16

C++

for F

inan

cial I

nstru

men

t Pric

ing

Sources of Confusion Noise (redundancy) Silence Overspecification Contradiction Ambiguity Role (a ‘view’ of the ‘real’ thing,

what is the latter?)

Page 17: Object Oriented Modelling

17

C++

for F

inan

cial I

nstru

men

t Pric

ing

The Process 1. Make a list of words/concepts in

current problem 2. Apply filtering process (modify

list in 1.) 3. Find the links between the words 4. Construct sentences/propositions

between the words in steps 2 and 3

5. Construct the concept map

Page 18: Object Oriented Modelling

18

C++

for F

inan

cial I

nstru

men

t Pric

ing

The Map 1. List key concept 2. List supporting concepts at next

level of generality 3. Create links between main and

supporting concepts 4. Create cross-links between

supporting concepts 5. Goto step and execute for each

supporting concept

Page 19: Object Oriented Modelling

19

C++

for F

inan

cial I

nstru

men

t Pric

ing

Example: Instruments

Instrument

Call

Payoff

FunctionsBond Data

Heterogeneous

Properties

such as

such as

can be

has

initialises

implies

Homogeneoes

Option

Monitoring

Date Dependent

Factory

can be

is ais a

has

such as

can be

may contain

Page 20: Object Oriented Modelling

20

C++

for F

inan

cial I

nstru

men

t Pric

ing

Example: Monte Carlo

MC Engine

RiskSystem

FDM

needs

produces

needs

SDE

Pay off

based on uses

uses

Price

RNG

Page 21: Object Oriented Modelling

21

C++

for F

inan

cial I

nstru

men

t Pric

ing

Example: Asian Options

Asian Pde

Numeric Solver

Monitoring

Cheyette

Payoff

Discrete

Asian Option

has

such as

uses

Average Strike Call

Bridge

Etc. Continuous

is ais a

solved by

has

models

such as such as such as

Bridge

Page 22: Object Oriented Modelling

22

C++

for F

inan

cial I

nstru

men

t Pric

ing

Example: Pricing Models

Instrument System

Instrument has

by

uses

Pricing Mode

such as

has

consists of

Asset Model

Underlying

CEV

is ais a

concernsuses

Risk System

Bridge

SDE PDE

uses

Page 23: Object Oriented Modelling

23

C++

for F

inan

cial I

nstru

men

t Pric

ing

Example: Merging Concept Maps

Model

PDE hasSDE

such as

by

FDM

Approximation

Data

is ais a

models

MesherContinuous Space

Asset

Time

uses

MC

such as

Discrete Space

such as

such as

models

Page 24: Object Oriented Modelling

24

C++

for F

inan

cial I

nstru

men

t Pric

ing

What’s next? Assuming we have a good feeling

about the map, start design UML components, classes and

corresponding diagrams Design patterns C++ code

Page 25: Object Oriented Modelling

25

C++

for F

inan

cial I

nstru

men

t Pric

ing

Example: Component Diagram

PDE FDM

CNEuler

Bridge

CEVBlack Scholes

Mesher

Matrix Solver

<<uses>>

Page 26: Object Oriented Modelling

26

C++

for F

inan

cial I

nstru

men

t Pric

ing

Tips on Text Input At most 1 A4 Describe what the system should

deliver What is the input? Describe the activities in the process

from input to output