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?