formula

Lightweight XBRL formula support

License

License

Categories

Categories

ORM Data
GroupId

GroupId

eu.cdevreeze.xbrl.formula
ArtifactId

ArtifactId

formula_sjs0.6_2.11
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_sjs0.6_2.11

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
org.webjars.npm : js-joda jar 1.3.0
org.webjars.npm : js-joda-timezone jar 1.0.0
org.scala-js : scalajs-library_2.11 jar 0.6.23
eu.cdevreeze.yaidom : yaidom_sjs0.6_2.11 jar 1.9.0
eu.cdevreeze.tqa : tqa_sjs0.6_2.11 jar 0.8.6
org.scala-js : scalajs-dom_sjs0.6_2.11 jar 0.9.6
com.zoepepper : scalajs-jsjoda_sjs0.6_2.11 jar 1.1.1
com.zoepepper : scalajs-jsjoda-as-java-time_sjs0.6_2.11 jar 1.1.1
com.lihaoyi : scalatags_sjs0.6_2.11 Optional jar 0.6.7

test (2)

Group / Artifact Type Version
org.scala-js : scalajs-test-interface_2.11 jar 0.6.23
org.scalatest : scalatest_sjs0.6_2.11 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