formula

Lightweight XBRL formula support

License

License

Categories

Categories

ORM Data
GroupId

GroupId

eu.cdevreeze.xbrl.formula
ArtifactId

ArtifactId

formula_2.12
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

formula
Lightweight XBRL formula support
Project URL

Project URL

https://github.com/dvreeze/formula
Project Organization

Project Organization

eu.cdevreeze.xbrl.formula
Source Code Management

Source Code Management

https://github.com/dvreeze/formula.git

Download formula_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/eu.cdevreeze.xbrl.formula/formula_2.12/ -->
<dependency>
    <groupId>eu.cdevreeze.xbrl.formula</groupId>
    <artifactId>formula_2.12</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.cdevreeze.xbrl.formula/formula_2.12/
implementation 'eu.cdevreeze.xbrl.formula:formula_2.12:0.2.0'
// https://jarcasting.com/artifacts/eu.cdevreeze.xbrl.formula/formula_2.12/
implementation ("eu.cdevreeze.xbrl.formula:formula_2.12:0.2.0")
'eu.cdevreeze.xbrl.formula:formula_2.12:jar:0.2.0'
<dependency org="eu.cdevreeze.xbrl.formula" name="formula_2.12" rev="0.2.0">
  <artifact name="formula_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.cdevreeze.xbrl.formula', module='formula_2.12', version='0.2.0')
)
libraryDependencies += "eu.cdevreeze.xbrl.formula" % "formula_2.12" % "0.2.0"
[eu.cdevreeze.xbrl.formula/formula_2.12 "0.2.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.6
eu.cdevreeze.yaidom : yaidom_2.12 jar 1.9.0
eu.cdevreeze.tqa : tqa_2.12 jar 0.8.6
net.sf.saxon : Saxon-HE jar 9.8.0-14

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.0.5

Project Modules

There are no modules declared in this project.

Formula

Formula offers lightweight XBRL formula support.

It is lightweight in many ways:

  • It depends on the OIM (Open Information Model), so on aspects instead of XBRL XML syntax
  • It does not depend on XPath, and compilation of XPath expressions
  • It should use a lightweight (case-class based) taxonomy model (in the future)
  • It can be used for learning about (performance of) XBRL formulas
  • It can be used for playing with XBRL formulas and trying them out, without using any XBRL XML linkbase syntax
  • It runs in the browser too
  • It also offers a lower level of abstraction, in which formula processing is made entirely explicit, on top of aspects

Versions

Version
0.2.0
0.1.0