-
Notifications
You must be signed in to change notification settings - Fork 14
Open
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/search-company-screener
(If "no") Why is it needed? (be clear and concise)
N/A
Invariants
Requirements
Value Object
- implements
FmpValueObject - consider edge cases (max, min, patterns, ...)
- implements
equals() - implements
hashCode() - implements
toString()should returnvalue()(or masked value where appropriate) - has static factory method matching the value object name
- has private constructor
- is final class
- 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