-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
featureNew feature or requestNew feature or request
Description
Instructions
Replace all example values below with your actual implementation details. Do not keep the examples as-is. Make
sure to read the full documentation before contributing.
Is the value object an FMP parameter or in response body?
Yes
(If "yes") FMP Docs Link:
https://site.financialmodelingprep.com/developer/docs/stable#profile-bulk
(If "no") Why is it needed? (be clear and concise)
Invariants
0 - 1000
Requirements
Value Object
- implements
FmpValueObject - consider edge cases (max, min, patterns, ...)
- implements
equals() - implements
hashCode() - has
serialVersionUID - has static factory method matching the value object name
- has private constructor
- where appropriate, use enums
- where appropriate, implements
Comparableinterface
General
- replace all existing primitives with the new Value Object in the same PR
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request