New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@magmacomputing/tempo-plugin-finance

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magmacomputing/tempo-plugin-finance

Tempo Community Plugin: Finance namespace and fiscal year utilities

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

Tempo Plugin

@magmacomputing/tempo-plugin-finance

npm version npm peer dependency version License TypeScript Ready Documentation

A specialized namespace plugin for Tempo that provides fiscal year and financial date utilities.

👉 View the full documentation on our GitHub Pages

Installation

npm install @magmacomputing/tempo-plugin-finance

Usage

import { Tempo } from '@magmacomputing/tempo';
import { FinanceNamespace } from '@magmacomputing/tempo-plugin-finance';

// Register the namespace
Tempo.use(FinanceNamespace);

const t = new Tempo('2024-07-01');

// Evaluate static properties
console.log(t.finance.fiscalQuarter); // 3
console.log(t.finance.taxYear); // 2024

// Evaluate functional closures
console.log(t.finance.isFiscalYearStart()); // false

Documentation

Full documentation available at https://magmacomputing.github.io/magma/doc/9-plugins/finance.index.html.

Licensing

This is a Community plugin. It is completely free and open-source for personal and commercial use under the MIT license.

Keywords

tempo

FAQs

Package last updated on 18 Sep 2026

Related posts