Class: GOBL::Tax::Scenario

Inherits:
Object show all
Defined in:
lib/generated/gobl/tax/scenario.rb

Overview

Scenario is used to describe a tax scenario of a document based on the combination of document type and tag used.

Constant Summary collapse

SCHEMA_ID =

The Schema ID of the GOBL Scenario structure

'https://gobl.org/draft-0/tax/regime-def#/$defs/Scenario'

Instance Attribute Summary collapse

Method Summary

Methods inherited from Object

new

Methods inherited from Struct

#as_json, from_data, from_json!, #to_json

Instance Attribute Details

#codesGOBL::CBC::CodeMap (readonly)

Codes is used to define additional codes for regime specific situations.

Returns:



48
# File 'lib/generated/gobl/tax/scenario.rb', line 48

property :codes, GOBL::CBC::CodeMap

#extGOBL::Tax::Extensions (readonly)

Ext represents a set of tax extensions that should be applied to the document in the appropriate “tax” context.



53
# File 'lib/generated/gobl/tax/scenario.rb', line 53

property :ext, GOBL::Tax::Extensions

#ext_keyGOBL::CBC::Key (readonly)

Extension key that must be present in the document.

Returns:



33
# File 'lib/generated/gobl/tax/scenario.rb', line 33

property :ext_key, GOBL::CBC::Key

#ext_valueString (readonly)

Extension value that along side the key must be present for a match to happen. This cannot be used without an ‘ExtKey`. The value will be copied to the note code if needed.

Returns:

  • (String)


38
# File 'lib/generated/gobl/tax/scenario.rb', line 38

property :ext_value, String

#nameGOBL::I18n::String (readonly)

Name of the scenario for further information.

Returns:



18
# File 'lib/generated/gobl/tax/scenario.rb', line 18

property :name, GOBL::I18n::String

#noteGOBL::CBC::Note (readonly)

A note to be added to the document if the scenario is applied.

Returns:



43
# File 'lib/generated/gobl/tax/scenario.rb', line 43

property :note, GOBL::CBC::Note

#tagsArray<GOBL::CBC::Key> (readonly)

Array of tags that have been applied to the document.

Returns:



28
# File 'lib/generated/gobl/tax/scenario.rb', line 28

property :tags, [GOBL::CBC::Key]

#typeArray<GOBL::CBC::Key> (readonly)

Type of document, if present.

Returns:



23
# File 'lib/generated/gobl/tax/scenario.rb', line 23

property :type, [GOBL::CBC::Key]