I encountered such a VCF in a support thread, and I still have no idea what third party tool generates these. But the VCF header describes these fields.
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
##FORMAT=<ID=GQ,Number=1,Type=Float,Description="Genotype Quality">
##FORMAT=<ID=DP,Number=1,Type=Integer,Description="Read Depth">
##FORMAT=<ID=SR,Number=1,Type=Float,Description="Supporting reads">
##FORMAT=<ID=VR,Number=1,Type=Float,Description="Variant reads">
##FORMAT=<ID=VA,Number=1,Type=Integer,Description="1=Variant ambiguous, Genotype at this location is not clear, otherwise VA=0">
##FORMAT=<ID=SB,Number=1,Type=Float,Description="Strand bias">
##FORMAT=<ID=ABQ,Number=1,Type=Float,Description="Average base quality">
##FORMAT=<ID=AMQ,Number=1,Type=Float,Description="Average mapping quality">
Also peculiar is that SR (Supporting reads) and VR (Variant reads) are not whole numbers and instead look like VAF, Variant Allele Fraction as a percentage value.