Python Forum
How to define two functions run simultaneously within a function?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to define two functions run simultaneously within a function?
#3
(Feb-06-2018, 06:37 PM)boring_accountant Wrote: Hello, I am unsure what is the objective you are trying to reach, but it looks like you are performing multiple runs of call valuations using the BSM model. Would it make sense in your setup to give a default value to Value_2 before the for loop ? Alternatively, this looks like Value_2 is used in place of St (spot price at time t), maybe you could use this as an additional input to your function instead. If you give some more details on your objective I might be of help. I am familiar with BSM and derivatives.
Thank you for the reply! What I am trying to do is to price a warrant with one unknown (firm value). The idea is that the warrant price is equal to a BSM of european call. Once, a company initiates a warrant its firm value changes (#of Shares * Share_price + warrant). I want to find a warrant value (based on the number of iterations) such that the "initial firm value" - "new firm value"(given the initition of warrant) close to zero.
Reply


Messages In This Thread
RE: How to define two functions run simultaneously within a function? - by Alberto - Feb-06-2018, 06:46 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  It seems you have to define functions at the top 357mag 7 1,302 May-10-2023, 03:01 PM
Last Post: jefsummers
  Combine Two Recursive Functions To Create One Recursive Selection Sort Function Jeremy7 12 7,384 Jan-17-2021, 03:02 AM
Last Post: Jeremy7
  Struggling for the past hour to define function and call it back godlyredwall 2 2,225 Oct-29-2020, 02:45 PM
Last Post: deanhystad
  Help with define a def function Omer_ 3 2,167 Sep-20-2020, 06:59 PM
Last Post: Omer_
  How to define a function to create a resorted list? sparkt 6 2,826 Aug-08-2020, 04:10 PM
Last Post: sparkt
  Cant define turtle color with function argument Wrightys99 2 2,256 Apr-22-2020, 01:43 PM
Last Post: Wrightys99
  Run a timer when a functions starts to see how long the function takes to complete Pedroski55 2 2,012 Apr-19-2020, 06:28 AM
Last Post: Pedroski55
  Need help with a function that calls other functions. skurrtboi 4 2,540 Sep-30-2019, 09:28 PM
Last Post: stullis
  How to run same process simultaneously exploit123 1 2,449 Sep-19-2019, 10:08 AM
Last Post: Gribouillis
  How to define a function that calculates the BMI from dataframe DavidGG 2 5,872 May-30-2019, 03:35 PM
Last Post: volcano63

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020