mirror of
https://github.com/bspeice/speice.io
synced 2024-11-15 06:28:10 -05:00
20 lines
746 B
Plaintext
20 lines
746 B
Plaintext
|
---
|
||
|
title: Autocallable Bonds
|
||
|
date: 2015-11-27
|
||
|
slug: 2015/11/autocallable
|
||
|
authors: [bspeice]
|
||
|
tags: []
|
||
|
---
|
||
|
|
||
|
import Notebook from './_notebook.md'
|
||
|
|
||
|
For a final project, my group was tasked with understanding three exotic derivatives: The Athena, Phoenix without memory, and Phoenix with memory autocallable products.
|
||
|
|
||
|
<!-- truncate -->
|
||
|
|
||
|
My only non-core class this semester has been in Structure Products. We've been surveying a wide variety of products, and the final project was to pick one to report on.
|
||
|
Because these are all very similar, we decided to demonstrate all 3 products at once.
|
||
|
|
||
|
What follows below is a notebook demonstrating the usage of [Julia](http://julialang.com) for Monte-Carlo simulation of some exotic products.
|
||
|
|
||
|
<Notebook/>
|