Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: [QFI Track] Scenario Modeling Module #9171
    unspokentruth
    Participant

      Hi, can someone kindly add me in as well? thanks a lot!
      elpw10234@gmail.com

      in reply to: [QFI Track] Scenario Modeling Group #9023
      unspokentruth
      Participant

        Hi all, I am at Section 5 Deflators – Hands On 2 right now where I’m stuck as I am unable to reconcile my real-world assumption Call price against that in the module. What I calculated was 336.93 whereas the module result was 321.1. I was able to get the same risk-neutral result, so I’m pretty sure the problem is not due to the code for the function… Does anyone face same issue as me? Below are my codes. Appreciate any help on this. Thanks.

        —————————-

        `{r input data}
        s0 = 2500
        mu = 0.10 #real-world
        r = 0.05
        sigma = .15 #real-world
        sigma.rn <- 0.2 #risk-neutral
        T = 1
        N = 500
        K = 2500
        M <- T * 12
        t <- 1/12
        Call.T = 5 #year
        d=0
        `

        ## Generate N scenarios under real-world assumption
        Call the equityModelingRW.LN.inputSamples function to generate N economic scenarios under real-world assumption
        ` {r generate N economic scenarios using RW assumption}
        set.seed(1)
        sampleValues.rw = matrix(rnorm((M*N), m=(mu*t), sd=(sigma*sqrt(t))), M, N)
        St.rw = equityModelingRW.LN.inputSamples(s0, T, N, sampleValues.rw)
        `

        ## Estimate Call prices under  real-world assumptions
        ` {r calculate estimated Call prices}
        callPrices.rw <- CallPriceCalculation(St.rw, K, r, T, N)
        CallPriceEstimates(callPrices.rw)

        `

        —————————–

        in reply to: [QFI Track] Financial Modeling Module Group #3439
        unspokentruth
        Participant

          Hi guys, if there’s a new group could you kindly add me please?
          elpw10234@gmail.com

          in reply to: [QFI Track] Financial Modeling Module Group #1452
          unspokentruth
          Participant

            Hi, I’m still going through the module, can I join the group?
            elpw10234@gmail.com

            Thanks in advance!

          Viewing 4 posts - 1 through 4 (of 4 total)