Skip to content

New Value Object: FmpPart #84

@sorndotdev

Description

@sorndotdev

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 Comparable interface

General

  • replace all existing primitives with the new Value Object in the same PR

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions