The 'Checksum' field is always the last field of a telegram.
Exception: data link layer acknowledgements contain only 1 octet and has no Checksum field.
The Checksum represents the telegram parity check, which is based on the logical function: NOT XOR. This check is also known as the horizontal parity check. The vertical parity check is per individual octet, see the 'Serial Character' article.