npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

finos-open-reg-tech-us-lcr

v0.0.4

Published

[![FINOS - Incubating](https://cdn.jsdelivr.net/gh/finos/contrib-toolbox@master/images/badge-incubating.svg)](https://finosfoundation.atlassian.net/wiki/display/FINOS/Incubating)

Readme

FINOS - Incubating

FINOS Open Reg Tech - LCR

Welcome to the Open Reg Tech implementation of the US Liquidity Coverage Ratio (LCR). The goal of the project is to establish the delivery and collaboration of regulations in code.

Documentation

The Documentation Is a good place to read about the LCR regulation and how this project implements it.

In addition, FINOS runs a server with the Latest Interactive LCR to explore the implementation for non-technical users.

Using the LCR

The LCR can be generated into any target language or platform supported by Morphir. See the Morphir Documentation on Generating for details on available generators.

As a convenience, this project includes configuration for generating into Scala with Maven. To use it, ensure that Maven is installed and run:

mvn build

to build a library .jar file that can be included in a Scala or Java project.

Status

The current implementation is almost complete. We've left a small portion incomplete so that we can finish the remainder as a community. This will provide experience and insight on the experience of the community collaborating on regulations.

Tentative Roadmap

  1. Agree on the regulation (LCR)
  2. Contribute existing LCR implementation into a new project in FINOS (done)
  3. Implement the remainder of the LCR as a Open Reg Tech SIG team effort
  4. Decide on an execution environment (i.e., Spark)
  5. Enable procurement of the data with Legend
  6. Demonstrate the complete solution.

Contributing

  1. Fork it (https://github.com/finos/open-reg-tech-us-lcr/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Read our contribution guidelines and Community Code of Conduct
  4. Commit your changes (git commit -am 'Add some fooBar')
  5. Push to the branch (git push origin feature/fooBar)
  6. Create a new Pull Request

NOTE: Commits and pull requests to FINOS repositories will only be accepted from those contributors with an active, executed Individual Contributor License Agreement (ICLA) with FINOS OR who are covered under an existing and active Corporate Contribution License Agreement (CCLA) executed with FINOS. Commits from individuals not covered under an ICLA or CCLA will be flagged and blocked by the FINOS Clabot tool (or EasyCLA). Please note that some CCLAs require individuals/employees to be explicitly named on the CCLA.

Need an ICLA? Unsure if you are covered under an existing CCLA? Email [email protected]

License

Copyright 2022 Fintech Open Source Foundation

Distributed under the Apache License, Version 2.0.

SPDX-License-Identifier: Apache-2.0