Connor Lurring

Results 2 issues of Connor Lurring

I think the issue was caused because `metadata.stock` could be `null` and while `isNaN(undefined) == true`, `isNaN(null) == false`.