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

Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
136
871.43%
Maintainers
1
Weekly downloads
 
Created
Source

@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.extend(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. No license token is required.

Keywords

tempo

FAQs

Package last updated on 19 Jul 2026

Related posts