Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Available for test in December 2023. Date will follow

Available for production in January 2024.

Background

Law regulating fixed prices in the Norwegian book market was adopted by the Norwegian Parliament June 12th 2023.

The Act applies to the sale of fiction, non-fiction, specialist books for the professional market and textbooks for higher education, regardless of publication format.

The Act does not apply to the sale of school books for primary and secondary schools or the sale of used books

The Act does not apply to books published before 01.01.2024.

§5 in the Act on the Sale of Books (the Book Act) says:

The publisher must set a fixed price for sale to the end customer for each publication format of a book. The fixed price applies to publishers and retailers for twelve months for each format from the first time the format of the book is published.

The first time the book is published is defined as the date a publication is available to the end customer, and the customer will immediately be able to access the publication, regardless of whether it is in physical or digital format.

A fixed price can be set before a book is published and can be used for advance sales. The fixed price period does not start until the book is published.

Information about the fixed price period will be included in Bokbasen’s Onix records, and will include information about whether the price is fixed or not, and the end date for the fixed price period.

This date will be included in the metadata records at the date of publication, and not earlier, in the <PriceDate> element. This date can not be changed.

For publications that are not covered by the fixed price provision in the Books Act, the price element will look like it does now.

Onix records will include the following information:

  1. Fixed price can be set before the book is published, and be used for advance sale. The <Price> element will state that the price is fixed in the <PriceType> element. A <PriceDate> element is not included.

  2. The book is published, and the first published date is set. The <Price> element includes code for fixed price in <PriceType>, and an until date for the fixed price period in <PriceDate>

  3. The fixed price period is over. The Onix record will be uptdated with code 02 in <PriceType>. The record does not include a <PriceDate> element.

  4. The publication is not covered by the fixed price provision in the Books. The price element be the same as in 3

Example

Book in fixed price period, publication date is 1.1.2024:

<Price> 
  <PriceType>04</PriceType> ====>  04 fixed price 
  <PriceQualifier>05</PriceQualifier> 
  <PriceAmount>439.00</PriceAmount> 
  <Tax> 
    <TaxType>01</TaxType> 
    <TaxRateCode>Z</TaxRateCode>  
    <TaxRatePercent>0</TaxRatePercent> 
  </Tax> 
  <CurrencyCode>NOK</CurrencyCode> 
  <PriceDate> 
    <PriceDateRole>15</PriceDateRole> ======> until date 
    <Date dateformat="00">20241231</Date> =====> date
   </PriceDate> 
</Price> 

Example

Fixed price period until 31.12.2024, recommended retail price from 1.1.2025

1.1.2025 an update will be available, including information about the recommended retail price:

 

<Price> 
  <PriceType>02</PriceType> ====>  02 recommended retail price 
  <PriceQualifier>05</PriceQualifier> 
  <PriceAmount>439.00</PriceAmount> 
  <Tax> 
    <TaxType>01</TaxType> 
    <TaxRateCode>Z</TaxRateCode>  
    <TaxRatePercent>0</TaxRatePercent> 
  </Tax> 
  <CurrencyCode>NOK</CurrencyCode> 
</Price> 

Example xml:
Book in fixed price period:

Book after fixed price period:

  • No labels