@strong-roots-capital/derived-record
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

derived-record Build status npm version

Interface for data derived from time-series record data

Install

npm install @strong-roots-capital/derived-record

Use

import DerivedRecord from '@strong-roots-capital/derived-record'

The DerivedRecord interface is defined as

/**
 * An atomic unit of time-series data.
 */
interface DerivedRecord {
    /**
     * Time that the current Record began, in units of milliseconds
     * elapsed since January 1, 1970.
     */
    Time: number,
    /**
     * Closing value of current Record.
     */
    Close: number
}

Related

/@strong-roots-capital/derived-record/

    Package Sidebar

    Install

    npm i @strong-roots-capital/derived-record

    Weekly Downloads

    0

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    12.4 kB

    Total Files

    10

    Last publish

    Collaborators

    • amchelle
    • hamroctopus