Skip to content

Commit 2ff509e

Browse files
Update README.md
1 parent c5c4fb3 commit 2ff509e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

hull_white_one_factor/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ A popular choice of model in practice is the Hull-White model. This is an extens
1313

1414
### Input
1515
The inputs to the Hull-White model are the following:
16-
- `r0` = float, starting interest rate of the Hull White process
17-
- `a` = float, speed of reversion parameter that is related to the velocity at which such trajectories will regroup around the forward rate theta
18-
- `sigma` = float, instantaneous volatility measures instant by instant the amplitude of randomness entering the system
19-
- `t` = array of floats representing times at which the output is generated.
20-
- `f` = array of floats, representing the instantaneous forward rates at times from input t.
16+
- `r0` (float): starting interest rate of the Hull-White process.
17+
- `a` (float): speed of reversion parameter that is related to the velocity at which such trajectories will regroup around the forward rate theta.
18+
- `sigma` (float): instantaneous volatility measures instant by instant the amplitude of randomness entering the system.
19+
- `t` (array of floats): representing times at which the output is generated.
20+
- `f` (array of floats): representing the instantaneous forward rates at times from input t.
2121

2222
### Output
23-
- interest_rate_simulation = N x 2 pandas DataFrame where index is modelling time and values are a realisation of the spot rate increments
23+
- N x 2 Pandas DataFrame where index is modelling time and values are a realisation of the spot rate increments.
2424

2525
## Getting started
2626

0 commit comments

Comments
 (0)