KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums KX Academy Fundamentals Capstone 5.3 Problem Re: Fundamentals Capstone 5.3 Problem

  • Laura

    Administrator
    November 25, 2021 at 12:00 am

    Hi Freddie,

    Looks like your nested lj isn’t doing what you expect as only columns from instRef are being joined on, not ones from optRef. The question asks for both.

     

    Hint the table schema of edgeProfileFull should look like

    c        | t f a
    ---------| -----
    option_id| s 
    numTrds  | j 
    avgEdge  | f 
    minQty   | j 
    maxQty   | j 
    inst_id  | j 
    opt_type | s 
    strike   | j 
    expiry   | d 
    inst_syb | s 
    inst_name| C

    and the table should be keyed.

     

    Hope this helps!