module Iro::OptionBlackScholes

def t

def t
  # t      = 1.0 / 365 * Date.today.business_days_until( expires_on )
  t      = 1.0 / 365 * (expires_on - Date.today).to_i
end