Fundamental Capstone Exercise 2

https://learninghub.kx.com/forums/topic/fundamental-capstone-exercise-2

The meta for my optRef table is:

c | t f a
---------| -----
option_id| s
inst_id | j
opt_type | s
strike | j
expiry | d    


I can see I successfully change the expiry column to "date". But it seems to fail in the test:

quizItem      success      description                                       error
-----------------------------------------------------------------------------
exercise2.1    Fail          "optRef Has Correct Format          " ""
exercise2.2  Pass         "instRef Has Correct Format          " ""
exercise2.3   Pass         "messages Has Correct Format   " ""   


To get optRef, I used optRef: refServiceHandle (`getOptionRef; uniqueOpts).

I have 99 rows in my optRef table.


Any suggestions?

Hi Gerald,

Your code seems correct! Can you send me your code for uniqueOpts? You can do it via direct message if you wish. I believe the number of rows in the optRef table should be 100.

Thanks,

Megan