The platform also offers a report for Mobile and NBN services incurred by your Account for the billing month. The report is available for download from our FTP server at the end of the billing month, which is usually available on the second day of the new month.
This report covers all charges incurred by your Account/s that is related to mobile and NBN services. However the monthly access charges will not be listed here, instead will be in your Service Report file.
This document describes the output of the Wholesale CDR file format from the Atomic platform. This document can be used as a technical reference by the billing houses to bill from Atomic’s wholesale CRs.
The wholesale CDR file will be delivered to a FTP site where our Wholesale Customer can then download the file.
To find out how to access our FTP server to download this report, you can read this article here.
The ability to download your CDR feed directly from Atomic will soon be available. We will be reaching out to our wholesale customers shortly on this method.
Files placed on the FTP server will have the following naming convention:
mobile-nbn-cdr-<month_Of_File_Production>-<year_Of_File_Production>-<date_Of_File_Production>.csv
Example: mobile-nbn-cdr-11-2022-1.csv
The tariff code list can be found in our knowledgebase. This article is maintained with an up to date list which is updated periodically and can be found here:
| Field Name | Description | Data Type | Example |
|---|---|---|---|
| Customer Id | This is you Customer’s ID. This can be located on the Atomic Portal by navigating to Customer > List All | Integer | 31 |
| Customer Company | The Company Name that is related to this Customer Id |
string | Acme Pty Ltd |
| Phone No | Mobile Number / Service Identifier | string | 0488888888 |
| Charge Type | The type of billing / usage record | ||
| Valid values are: | |||
CALL - A call, message or data session |
|||
OTHER - An incidental or recurring fee. Eg. Access or Activation fees |
string | CALL | |
| Date Start | The date and time the charge is from | DateTime | 25/11/2022 2:10:03 pm |
| Date End | The date and time the charge ends |
OTHER charge_type | DateTime | 25/11/2022 2:10:03 pm |
| Duration | The duration of the billing / usage event.
If the usage record is a call, then the duration is in seconds.
If the usage record is a data session, the the duration will be in kibibytes (1KiB = 1024b)CALL charge_type | integer | 2268318 |
| Origin | The originating service number (A party) of the billing record.CALL charge_type | string | 0488888888 |
| Destination | The destination number (B Party)CALL charge_type | string | 0499999999 |
| Type | The type of CDR entry of this record | string | Mobile Data |
| Product | The Service Product the the CDR is related to | string | Mobile |
| Description | Description of the CDR entry | string | Calls diverted to Voicemail |
| Extra Info | Extra details about the record from Downstream provider. In the case of mobile usage, this ca be the tower/base station the event was generated from | string | Coffs Harbour |
| Tariff Code | The tariff code associated to the charge | string | PM:M2TXT |
| Price Charge | The charge for the billing record in cents Ex GST | decimal | 432.2935 |