Class: OptionLab::Models::BlackScholesInfo

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/option_lab/models.rb

Overview

Black-Scholes info model

Instance Attribute Summary collapse

Constructor Details

This class inherits a constructor from OptionLab::Models::BaseModel

Instance Attribute Details

#call_deltaObject

Returns the value of attribute call_delta.



600
601
602
# File 'lib/option_lab/models.rb', line 600

def call_delta
  @call_delta
end

#call_itm_probObject

Returns the value of attribute call_itm_prob.



600
601
602
# File 'lib/option_lab/models.rb', line 600

def call_itm_prob
  @call_itm_prob
end

#call_priceObject

Returns the value of attribute call_price.



600
601
602
# File 'lib/option_lab/models.rb', line 600

def call_price
  @call_price
end

#call_rhoObject

Returns the value of attribute call_rho.



600
601
602
# File 'lib/option_lab/models.rb', line 600

def call_rho
  @call_rho
end

#call_thetaObject

Returns the value of attribute call_theta.



600
601
602
# File 'lib/option_lab/models.rb', line 600

def call_theta
  @call_theta
end

#gammaObject

Returns the value of attribute gamma.



600
601
602
# File 'lib/option_lab/models.rb', line 600

def gamma
  @gamma
end

#put_deltaObject

Returns the value of attribute put_delta.



600
601
602
# File 'lib/option_lab/models.rb', line 600

def put_delta
  @put_delta
end

#put_itm_probObject

Returns the value of attribute put_itm_prob.



600
601
602
# File 'lib/option_lab/models.rb', line 600

def put_itm_prob
  @put_itm_prob
end

#put_priceObject

Returns the value of attribute put_price.



600
601
602
# File 'lib/option_lab/models.rb', line 600

def put_price
  @put_price
end

#put_rhoObject

Returns the value of attribute put_rho.



600
601
602
# File 'lib/option_lab/models.rb', line 600

def put_rho
  @put_rho
end

#put_thetaObject

Returns the value of attribute put_theta.



600
601
602
# File 'lib/option_lab/models.rb', line 600

def put_theta
  @put_theta
end

#vegaObject

Returns the value of attribute vega.



600
601
602
# File 'lib/option_lab/models.rb', line 600

def vega
  @vega
end