Skip to content

New Value Object: FmpPercentage #161

@sm28-lab

Description

@sm28-lab

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 return value() (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 Comparable interface

General

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

Metadata

Metadata

Assignees

No one assigned

    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