Skonto Extractions

The extraction system delivers additional extractions if the Skonto feature is activated for your application. Skonto is a feature that allows for including a Skonto discount stated on your Invoice before making a final payment

If the Skonto feature is activated for your application, the Gini extraction system additionally delivers compound extractions of Skonto.


Available compound extractions

A compound extraction describes a group of extractions. It represents the Skonto discounts recognized on an invoice and is delivered by the extraction system, provided the Skonto feature is activated.

Name

Description

Children

Children Description

Entity

Name

Description

Children

Children Description

Entity

skontoDiscounts

Skonto Discounts describes the details of Skonto discount available on your Invoice.

skontoDueDate

Skonto due date (when present on the uploaded document)

Date

 

 

skontoDuePeriod

Skonto due period (when present on the uploaded document)

TimePeriod

 

 

skontoPercentageDiscounted

Skonto percentage value (when present on the uploaded document)

Numeric

 

 

skontoAmountDiscounted

Skonto discount amount (when present on the uploaded document)

Amount

 

 

skontoPercentageToPay

The percentage to pay (when present on the uploaded document)

Numeric

 

 

skontoAmountToPay

The amount to pay with skonto deducted (when present on the uploaded document)

Amount

 

 

skontoDueDateCalculated

The Skonto due date

Date

 

 

skontoAmountDiscountedCalculated

The discount amount that could be deducted from amount to pay

Amount

 

 

skontoAmountToPayCalculated

The amount to pay with skonto deducted

Amount

 

 

skontoPercentageDiscountedCalculated

The skonto percentage

Numeric

 

 

skontoRemainingDays

The days between “today” and skontoDueDateCalculated

Numeric

 

 

skontoPaymentMethod

Text entity of value “Cash”, “Paypal”, “Unspecified”, etc.

Text

//compound extractions example { "compoundExtractions": { "skontoDiscounts": [{ "skontoDueDate":{ "entity":"date", "value":"2024-06-01", "box":{ "top":1.0, "left":1.0, "width":28.9, "height":32.0, "page":1 } }, "skontoDueDateCalculated":{ "entity":"date", "value":"2024-06-01" }, "skontoDuePeriod":{ "entity":"timeperiod", "value":"2:week", "box":{ "top":1.0, "left":1.0, "width":28.9, "height":32.0, "page":1 } }, "skontoPercentageDiscounted":{ "entity":"numeric", "value":"5.0", "box":{ "top":1.0, "left":1.0, "width":28.9, "height":32.0, "page":1 } }, "skontoPercentageDiscountedCalculated":{ "entity":"numeric", "value":"5.0" }, "skontoAmountDiscounted":{ "entity":"amount", "value":"5.00:EUR", "box":{ "top":1.0, "left":1.0, "width":28.9, "height":32.0, "page":1 } }, "skontoAmountDiscountedCalculated":{ "entity":"amount", "value":"5.00:EUR" }, "skontoPercentageToPay":{ "entity":"numeric", "value":"5.0", "box":{ "top":1.0, "left":1.0, "width":28.9, "height":32.0, "page":1 } }, "skontoAmountToPay":{ "entity":"amount", "value":"100.00:EUR", "box":{ "top":1.0, "left":1.0, "width":28.9, "height":32.0, "page":1 } }, "skontoAmountToPayCalculated":{ "entity":"text", "value":"100.00:EUR" }, "skontoPaymentMethod":{ "entity":"text", "value":"Cash" }, "skontoRemainingDays":{ "entity":"numeric", "value":"2" } } ] } }