File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ A popular choice of model in practice is the Hull-White model. This is an extens
13
13
14
14
### Input
15
15
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.
21
21
22
22
### 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.
24
24
25
25
## Getting started
26
26
You can’t perform that action at this time.
0 commit comments