Skip to content

Commit

Permalink
set default asset delta to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
mautomic committed Feb 25, 2021
1 parent 3bdc6ca commit d96d1be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ open class Asset(
open val volatility: Double = 0.0,
open val netChange: Double = 0.0,
open val putCall: String? = null,
open val delta: Double = 0.0,
open val delta: Double = 1.0,
open val gamma: Double = 0.0,
open val theta: Double = 0.0,
open val vega: Double = 0.0,
Expand Down

0 comments on commit d96d1be

Please sign in to comment.