Skip to Content
Financial Modelling in Python
book

Financial Modelling in Python

by Shayne Fletcher, Christopher Gardner
August 2009
Intermediate to advanced
244 pages
9h 5m
English
Wiley
Content preview from Financial Modelling in Python
P1: JYS
c06 JWBK378-Fletcher May 12, 2009 18:55 Printer: Yet to come
Data Model 85
in the forthcoming chapters. The class leg from module ppf.core.leg provides an
implementation of the leg.
class leg:
def
init (self
, flows
, pay
or receive
, adjuvant
table = None
, payoff = None):
self.
flows = flows
self.
pay or receive = pay or receive
self.
adjuvant table = adjuvant table
self.
payoff = payoff
def flows(self):
return self.
flows
def pay
receive(self):
return self.
pay or receive
def has
adjuvant table(self):
return self.
adjuvant table <> None
def has
payoff(self):
return self.
payoff <> None
def adjuvant
table(self):
if self.
adjuvant table == None:
raise RuntimeError, "Null adjuvant table"
return self.
adjuvant table
def payoff(self):
if self.
payoff == None:
raise RuntimeError, "Null payoff"
return self.
payoff
6.5 EXERCISES
Many financial structures have exercise decisions embedded in them. An exercise decision or
opportunity is the right to exercise into or cancel a stream of cash flows at some point in time.
Typically the writer of the option will require some notification of exercise and so an exercise
decision is most generally associated with two dates: a notification date and an exercise date.
It may also be written into the contract that the holder of the option must pay a fee upon
exercise. These three data elements are bundled up into the class exercise in the module
ppf.core.exercise.
class exercise:
def
init (self
, notification ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Stochastic Financial Models

Stochastic Financial Models

Douglas Kennedy
Python and R for the Modern Data Scientist

Python and R for the Modern Data Scientist

Rick J. Scavetta, Boyan Angelov

Publisher Resources

ISBN: 9780470987841Purchase book