Should seniority be nullable on StockClass.schema.json ? #239
jacobyavis
started this conversation in
General
Replies: 1 comment
-
Hey @jacobyavis, how do you treat nulls in your system when you're looking at seniority? We were discussing this today and think that everything should have some seniority value. If no security is senior to another, they'd all have the same seniority. If you store something as null, does that basically mean it's lowest (or highest seniority)? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Again since all systems might not have this data (it's a nullable field in Shareworks for example) I can see people putting in 0 or some other number when really it would just be more clear with null
Beta Was this translation helpful? Give feedback.
All reactions