Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation #75

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions docs/src/payoffs/payoffs.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,22 @@ DiffFusion.Asset
DiffFusion.ForwardAsset
```

```@docs
DiffFusion.AssetConvexityAdjustment
```

```@docs
DiffFusion.ForwardIndex
```

```@docs
DiffFusion.IndexConvexityAdjustment
```

```@docs
DiffFusion.FutureIndex
```

```@docs
DiffFusion.Fixing
```
Expand All @@ -62,6 +78,14 @@ DiffFusion.ScalarValue
DiffFusion.UnaryNode
```

```@docs
DiffFusion.Exp
```

```@docs
DiffFusion.Log
```

```@docs
DiffFusion.Pay
```
Expand Down Expand Up @@ -166,6 +190,12 @@ DiffFusion.Swaption(
```


## Asset Option Payoffs

```@docs
DiffFusion.VanillaAssetOption
```


## American Monte Carlo Payoffs

Expand Down
13 changes: 13 additions & 0 deletions docs/src/products/products.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,19 @@ DiffFusion.OptionletCoupon(
)
```

```@docs
DiffFusion.RelativeReturnCoupon
```

```@docs
DiffFusion.RelativeReturnIndexCoupon
```

```@docs
DiffFusion.VanillaAssetOptionFlow
```


## Cash Flow and Coupon Methods

```@docs
Expand Down
1 change: 1 addition & 0 deletions src/products/RatesCoupons.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
pay_time::ModelTime
fixed_rate::ModelValue
year_fraction::ModelValue
first_time::Union{ModelTime,Nothing}
end

A fixed rate coupon.
Expand Down
Loading