tariff-methods: S4 methods to calculate tariffs for given dancefloors

Description Usage Arguments References

Description

The method GEMA_m_u_iii calculates GEMA tarifs as of 2012, GEMA_m_cd calculates the new tariffs as of 2014.

Calculate GEMA tariff M U-III

Calculate GEMA tariff U-T I (Musikauff<c3><bc>hrungen in Tanzlokalen)

Calculate GEMA tariff U-K I (Wiedergaben mit Musikern)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
GEMA_m_cd(dancefloor, year = as.numeric(format(Sys.time(), "%Y")),
  discount = FALSE)

## S4 method for signature 'GEMA.dancefloor'
GEMA_m_cd(dancefloor,
  year = as.numeric(format(Sys.time(), "%Y")), discount = FALSE)

GEMA_m_u_iii(dancefloor, discount = FALSE)

## S4 method for signature 'GEMA.dancefloor'
GEMA_m_u_iii(dancefloor, discount = FALSE)

GEMA_u_t(liveclub, discount = FALSE)

## S4 method for signature 'GEMA.liveclub'
GEMA_u_t(liveclub, discount = FALSE)

GEMA_u_k(gig, byGross = TRUE, year = as.numeric(format(Sys.time(), "%Y")),
  discount = FALSE)

## S4 method for signature 'GEMA.gig'
GEMA_u_k(gig, byGross = TRUE,
  year = as.numeric(format(Sys.time(), "%Y")), discount = FALSE)

Arguments

year

Integer. If between 2014 and 2021, the market entry reduction will be calculated. Set to a different year to disable.

discount

Logical, whether a reduction due to a global contract ("Gesamtvertrag") is eligable. As of now, a reduction of 20% is granted if this is set to TRUE.

byGross

Locical, whether calculations should be based on gross value instead of codeguests \times admission.

obj

An object of class GEMA.dancefloor-class.

obj

An object of class GEMA.dancefloor-class.

discount

Logical, whether a reduction due to a global contract ("Gesamtvertrag") is eligable. As of now, a reduction of 20% is granted if this is set to TRUE.

obj

An object of class GEMA.liveclub-class.

discount

Logical, whether a reduction due to a global contract ("Gesamtvertrag") is eligable. As of now, a reduction of 20% is granted if this is set to TRUE.

obj

An object of class GEMA.gig-class.

year

Integer. If between 2015 and 2022, the market entry reduction will be calculated. Set to a different year to disable.

discount

Logical, whether a reduction due to a global contract ("Gesamtvertrag") is eligable. As of now, a reduction of 20% is granted if this is set to TRUE.

References

https://www.gema.de/fileadmin/user_upload/Musiknutzer/Tarife/Tarife_AD/tarif_m_cd.pdf

https://www.gema.de/fileadmin/user_upload/Musiknutzer/Tarife/Tarife_ad/tarif_u_t.pdf

https://www.gema.de/fileadmin/user_upload/Musiknutzer/Tarife/Tarife_ad/tarif_u_k.pdf


C3S/GEMATariff documentation built on May 6, 2019, 9:12 a.m.